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

Multiple nRF52832 to a single nRF51 dongle

Dear all

I currently have a single nRF52832 SoC (custom PCB) transferring data to a single nRF51 dongle via BLE, which in turn passes the data to my PC via UART. I have been using ble_app_uart_c codes for this purpose.

I would like to edit the codes such that now multiple (say, 4) custom PCBs (nRF52832 SoCs) send their data to nRF51 dongle which would transfer the data from all 4 boards to my PC via UART.

Softdevice for nRF52832 is S132v5.0 and for nRF51 dongle is S130v2.0

Please guide me as to how to do this. Thanks in advance.

Related