nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

UART example for nRF52DK


Hi


I want to communicate with nRF52BK (nRF52832) board via its UART.


Eventual goal: Get Android device, acting as USB host, to connect with nRF52DK board's UART
Short-term goal: Get PC (using terminal emulator) to connect with nRF52DK board's UART

I started off with the Blinky project, and opened my PC terminal emulator @ 11522 bits/s.
When I reset the nRF board, I see the following message appear in the terminal, so I know they are connected:

*** Booting Zephyr OS build v2.7.99-ncs1-1 ***


However, if I type in the PC terminal emulator, I don’t see the output in the NRF Terminal, and vice-versa – so I am guessing I need to start with a UART sample project, instead of the Blinky project.


However, I can’t find one.


This is what I did:
In VSCode, I selected: Create a new application from sample
I selected: Freestanding
The nRF Connect SDK is 1.9.1
When I search through the Application templates, the only one I can find close to what I think I need is the Low Power UART – but this seems to be a loopback function and requires pins to be shorted etc.


Could you point me in the right direction please?


Thanks


Garrett

Parents Reply Children
No Data
Related