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
  • RTT is Real Time Terminal. It is an alternative to doing printf over UART, using the debug interface instead. It is a Segger/J-Link feature.

    But have you done any debugging? Using a debugger, or by printing over UART? Does your application start? If it does, how far do you get in main()? Are successfully starting to scan? Are you receiving advertisements? Which SDK version and SoftDevice version are you using? Which example?

Reply
  • RTT is Real Time Terminal. It is an alternative to doing printf over UART, using the debug interface instead. It is a Segger/J-Link feature.

    But have you done any debugging? Using a debugger, or by printing over UART? Does your application start? If it does, how far do you get in main()? Are successfully starting to scan? Are you receiving advertisements? Which SDK version and SoftDevice version are you using? Which example?

Children
No Data
Related