I'm using the "SampleApp" and "Beacon" BlueNRG demos. I have one master and two slaves. The two salves should be in sleep mode except when they send data. I need data transmission every 50ms on each slaves. What is the best way or example to achieve it?
We need to have as most is possible a constant communication between the master (data receiver) and the two slaves (data senders). The data sent by each slaves should be around from every 20ms to 100ms. So the receiver would receive data every 10ms t...