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

[nRF52811] two way UART connection

Hello,

I am currently using the logger backend to send information via UART from the nRF52811 to a PC. This works well, but only for one way communication. I would like to send some instructions from the PC to the nRF52811, which means having a two way communication via UART. Is this even possible?

Thanks in advance.
David

Parents Reply
  • I wasn't testing a debug buildSweat smile. When debugging, I select the app_error_handler function to get the p_file_name value:

    Then I check the string pointed by p_file_name using watch, and got this:
     Interest fact: when I set NRF_LOG_ENABLE to 1,  build and start debugging, the program gets stuck in "running..." at app_fifo_get()

Children
No Data
Related