I need my device in some conditions to create an alarm which will be readable for any BLE device in range. Is it possible? What is the right way of doing so? Thank you.
I need my device in some conditions to create an alarm which will be readable for any BLE device in range. Is it possible? What is the right way of doing so? Thank you.
The Alarm can be broadcast and the receivers can re-broadcast the alarm so that it can be propogated. The Alarm broadcast may require some authentication or signing of the packets so that only the right system can set off the alarm. The receivers that are re-broadcasting may restrict their period of re-broadcasting based on their power source.
You can consider the trickle algorithm ( See tools.ietf.org/.../rfc6206 ) for your broadcasting. Hope this gets you started.