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
  • I'm using nRF Connect v2.6.1.
    Yes, I recorded the Softdevice correctly.
    My question is:
    Is the BLE -> UART link visible on the automatically generated COM port, or should I use a USB / Serial adapter on a couple of devKit pins?
    I can establish the link, but I can not see the data I send.
    I need a simple script. A file version to write to the central, which receives several simultaneous connections and sends through a UART interface, and a version for the peripherals to connect to the central.

Children
  • Your screenshot shows two Nordic_Blinky peripherals.

    As the linked documentation says, the NUS example should appear as Nordic_UART.

    I need a simple script. A file version to write to the central, which receives several simultaneous connections and sends through a UART interface, and a version for the peripherals to connect to the central.

    It is your job to develop that.

    As already explained, the Nordic UART examples give you a starting point from which to work - but they are not ready-made solutions.

Related