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

Custom nrf52832 board not recieving data in central role

Hello , I am using nrf52 Dk and nrf52832 custom board for testing ble communication. I am using ble_app_uart and ble_app_uart_c examples to test ble communication. In my custom board , I connected P0.6 to Rx of CP2102 and P0.8 to Tx of CP2102 for seeing data in PC.

Everything is working fine, if i put custom board in peripheral role and nrf52 dk in central role. If I put custom board in central role and nrf52 Dk in peripheral role , I am unable to transmit data from peripheral to central with the same examples.

What might possibly go wrong? Please help me in this regard.

Related