Part Number: CC2650
Hi there,
i want to build a wireless sensor network of the following constitution:
Mobile Phone:
- acting as Master
- sending out a kind of broadcast to tell the sensors to start sampling data
- gathering (in a round robin fashion or simulataneously) and processing the data from the sensors
Sensors:
- acting as slaves
- connected to and sampled by a CC2650
I read that it's possible to connect up to 7 slaves (sensors) to one master (mobile phone) via a so called piconet. I was just wondering how to synchronize the data from the sensors.
Would it be possible to broadcast a "SAMPLE DATA" via the master so all cc2650s start so sample data for a specified intervall, store this data in a buffer and finally send the buffered data to the master?
I guess the problem with my approach is that all cc2650 receive and process the broadcast message at the same time.
Is a network of this kind even possible or should i switch from bluetooth to another protocol?
I appreciate any suggestions. Thank you in advance,
Simon