Instead of central-peripheral relation based cluster, I am planning a linear daisy chain like network model with BLE, where a series of BLE nodes will just relay the information it got from another BLE node. The chain has to be both way.
BLE with Sensor <---> Relay BLE <---> Relay BLE <---> BLE with data processing module.
I am planning to use non-connection mode, only using broadcasting/scanning. My sensor data are small to fit in the small advertising packet.
But, I am not sure, if I can switch the devices' broadcasting and scanning role on the fly via external microcontrollers connected to them or any other method.
Can anybody tell me how to do it if it is possible? And if not, please give an insight to the alternatives.