I have started "playing" with the nRF51822 eval kit and the LED-Button example explained in the nAN-36. I wanted to know how is the UART port configured but I have not found it. How is this interface configured? How is its pinout defined?
I have started "playing" with the nRF51822 eval kit and the LED-Button example explained in the nAN-36. I wanted to know how is the UART port configured but I have not found it. How is this interface configured? How is its pinout defined?
Hi
There is a UART example available here on Github. It uses the app_uart library, which you should be able to include in lbs example in a similar fashion to enable uart communication. Take a look and reply back to this thread with any specific questions.