Hi,
I am considering to implement a product using BLE, and I am of trying to get a basic understanding of the power consumption without going into detailed understanding of the BLE.
Our product is very simple and is intended to be one master-one slave, the master should send a "keep alive" packet every 5 seconds, if the slave doesn't receive it - it will activate a buzzer.
For this I would like to know:
1) What is the typical time for establishing a connection between a single master-slave(how many advertisement packet would I typically need to send), and can I assume that the total power consumption is the sum of the advertisement packet power( i.e the master slave are in sleep mode between these packets transmission?).
2) Would I need to send a separate data packet after the connection was established(assuming the application just needs a very simple keep alive packet without any additional information)?
3) is it possible/ advisable to use broadcast communication for such a product, there's a very low possibility of multiple masters/slaves in one location.
Really I need to know these answers- as a rule of the thumb, and not exact figures, and would appreciate any help from anyone with better understanding of BLE than me,
Thanks in advance
Udi