This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52810 RF Receiver with UART

I am using Nordic proprietary RF receiver and transmitter. I want to display the received data on my serial terminal using UART pins (any 2 pins as Rx-Tx) . 

When I tried combining uart and esb-prx codes I not getting any data on my terminal. I also tried using printf but it is still not working.

Please help me out.

  • Your question is far too vague!

    Open mouth

    What chip are you using?

    What board is it on?

    What software are you using?

    What terminal are you using ?

    How are you connecting the board to the computer?

    etc, etc, etc, ...

    When I tried combining uart and esb-prx codes I not getting any data on my terminal

    Do the "codes" work separately ?

    What investigation / testing / debugging have you done to find where the problem(s) is/are ?

  • Chip is as mentioned above nRF52810 and the software I am using is segger embedded studios. The terminal I am using for testing is RealTerm and I am connecting the board to the computer using a USB-to-RS232 converter.

    I am able to run both the rf codes and uart codes seperately but when i try to combine the two I am getting a lot of errors related to the file support etc etc etc.

    Also I am looking for the sdk config of nrf52810 file that will have the settings enabled for nrf log debug terminal.

Related