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

Single central multiple peripheral is not working

I want to connect and get data multiple peripheral to a single central device.

I used this example https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink

I debugged this project, I saw this error in this picture.

If I turn on a single peripheral device,  I saw this warning like this picture, But it can't get peripheral's tx data.

But I connect my phone, I can get peripheral's tx data.

How can I solve this error??

Parents
  • Hi Carly, 

    Did you modify the example? If so, what did you modify?

    For the first error, please erase the kit before downloading the image. 

    For the second figure, you have to send data to one of the boards using the serial port. Observe that the data is displayed on the UART on the other board. Please use the terminal tool like putty to connect the central and the peripheral. You will get peripheral's tx data on the UART.

    -Amanda H.

Reply
  • Hi Carly, 

    Did you modify the example? If so, what did you modify?

    For the first error, please erase the kit before downloading the image. 

    For the second figure, you have to send data to one of the boards using the serial port. Observe that the data is displayed on the UART on the other board. Please use the terminal tool like putty to connect the central and the peripheral. You will get peripheral's tx data on the UART.

    -Amanda H.

Children
Related