Hi all,
I have three cc2541 device each of them integrated with sensors. One CC2541 has to trigger the other ble CC2541 device to start sampling the sensor. Trigger will be a switch in only one device in real time. Here time synchronization between the sensor sampling is important.
Following are my 2 approaches
1. The Ble which is going to trigger the other ble will be a central device. Central device can connect to maximum 3 ble peripherals as per the TI BLE Stack. I needed to send same information(start trigger) to all peripherals from central device. What will be the delay between the peripheral side to receive the same data from central ?Will data be transmitted simultaneously in central.
2. One ble device is Peripheral + broadcaster and other 2 will be Peripheral + observer. When Switch is pressed in one ble it has to broadcast trigger information. Observer will listen and start sampling. Is it possible to change the advertise data for Connecting (Peripheral)and non connectable (broadcaster). I need to broadcast the trigger information only once. How to do in SimpleBLEPeripheralBroadcaster code
Regards,
Kayathri