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

How to connect 6 nrf52840 boards on a board as central and send data via serial UART?

Good afternoon.
I need to make a network 5 or 6 nrf52840 boards connected as peripherals on a single central board, also of nrf52840.
Each board will read a sensor, and send the data by BLE to the central.
The data received by the exchange will be passed through the standard USB UART that appears on the PC when we plug the DK-52.
Where can I find software that does this?

Parents Reply
  • Please give details of what, exactly, you tried.

    Have you remembered to program the SoftDevices?

    The screenshots show that the code is, at least, starting - as it has sent messages to your terminals.

    Have you used the debugger to see if the nRF is actually receiving anything from the terminal?

    The documentation (linked above) describes what should happen.

    Are you using the correct newline character?

    Have you tested the peripheral with nRF Connect?

Children
Related