hello Nordic
i work with nrf52832 as dispersed units and an nrf52840 dongle/ BL654 Laired which also has the nrf52840 as the central unit.
stage 1 - i need to transfer data from central unit to 100 dispersed units via ble.
stage 2 - transferring data from 50 dispersed units to the one central unit
for first stage i thought of using beacon but after learning about stage 2 i wonder if it will not serve both stages to have some sort of mesh star that goes to a tree.. meaning central unit will pair with 10 middle units and each one of the ten middle units will pair with 10 dispersed units, this will serve both stages i think.
the questions are:
1. is it possible to have this star to a tree communication, and if so, if there are some examples in the sdk (i have sdk 16.0) that can show how it is done ?
2. will there not be a channel issue (if i understood correctly, the nrf52840 can keep up to 20 channels when pairing with units but ble as general have only 40 channels so what happens if i have 10 units that try to keep 10 channels each ?)
3. if there is a better option or solution or idea i would love to read about it
best regards
Ziv