Hi All!
I am using nrf52820/33/40 devices. Able to connect central (1) and peripheral (4) concurrently.
Central is an end node(nrf52820) that is connected to the sensor to send data and Peripheral is the gateway(nrf52833) for receiving the data. For simplicity, let's assume we have 4 central devices and 1 peripheral. My question is, is this approach is fine or not ? or I should have to connect the sensors with peripherals and set central as a gateway.I am using the ble_app_uart_c & ble_app_uart as a base for this task . My plan is to set the app_timer to send data every 5 mins from central to peripheral.
Thanks in Advance!
Regards,