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

Configuring custom board for radio testing no RX on CLI window

Dear Support,

I have adjusted the radio test example in SDK16.0 for my custom hardware application using the nRF52840. I have followed the instructions on this page to setup. 

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fnrf_radio_test_example.html&cp=5_1_4_6_29

And I set my own RX and TX pins by adjusting the PCA10056.h 

#define RX_PIN_NUMBER NRF_GPIO_PIN_MAP(0,25)
#define TX_PIN_NUMBER NRF_GPIO_PIN_MAP(1,0)

When i connect to the serial port with putty I see the radio test example started, but i am unable to enter anything. 

If I run the code on the dev board I can get it to work, i'm not sure if there is something I am doing wrong?

Parents Reply Children
No Data
Related