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.

Parents
  • I am using CP2102 for debugging. I am flashing code into my custom board from nrf52DK. My custom board is in central role. And it is getting connected to peripheral. In my setup nrf52DK is in peripheral role. If I transmit data from central to peripheral, I am able to see the data received by peripheral in serial com port. But if I transmit data from peripheral to central I am unable to see data in the serial com port.

Reply
  • I am using CP2102 for debugging. I am flashing code into my custom board from nrf52DK. My custom board is in central role. And it is getting connected to peripheral. In my setup nrf52DK is in peripheral role. If I transmit data from central to peripheral, I am able to see the data received by peripheral in serial com port. But if I transmit data from peripheral to central I am unable to see data in the serial com port.

Children
No Data
Related