This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

host interface via UART - any examples code for it please?

Hello, support

I use nRF52833 SoC and need to host it with external NXP MCU to control its function, interface is 3 pins only, I wonder whether there is any example code for that please?

And also, I wonder which pins can be used for UART RX and TX. I currently use a nRF52 DK, and pins 5,6,7,8 are used for UART0 to JLink for debug console - I believe. If I need to use another UART, which pins should I use? are pins all configurable to this purpose?

Regards!

Ping

Parents
  • Will this be a Bluetooth project?

    If you are using nRF Connect SDK you may check out peripheral_uart.

    Also check out the hci_uart sample. Which one you need depends on your application.

    You might also want to check out the sample shell_bt_nus.

    You may select almost any GPIO as UART. Just make sure the pins are assigned to something else. If you like, I could get back to you later with a few example pins.

    Best regards,

    Håkon

Reply
  • Will this be a Bluetooth project?

    If you are using nRF Connect SDK you may check out peripheral_uart.

    Also check out the hci_uart sample. Which one you need depends on your application.

    You might also want to check out the sample shell_bt_nus.

    You may select almost any GPIO as UART. Just make sure the pins are assigned to something else. If you like, I could get back to you later with a few example pins.

    Best regards,

    Håkon

Children
No Data
Related