Hi
I plan to use nRF52832 based nodes with an accelerometer sensor which generates data at a rate of 468 bytes per second. For evaluation, I have two nRF-52 DK evaluation boards (PA10040). I would like to know if I can implement 10 such peripherals communicating to a single central device by using the following examples at the central node
\nRF5_SDK\nRF5_SDK_15.3.0_59ac345\nRF5_SDK_15.3.0_59ac345\examples\ble_central\ble_app_multilink_central\pca10040\s132
and the following example in the peripheral nodes:
nRF5_SDK\nRF5_SDK_15.3.0_59ac345\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_hrs\pca10040\s132
I want to know what would be the limitations in this implementation while transmitting such huge volumes of data. Ideally, the central node would be a gateway unit which connects to the server through a TCP/IP connectivity and is always powered on. This setup is for an initial raw data collection for an experimental trial and the battery life is not much of a concern. Please suggest what would be the potential roadblocks in implementing such a system and any other recommendations to be followed.
Vignesh M S