Hi All,
I have a following setup :
The peripheral BLE device is supposed to send **(time critical )**data packets to Central device but the transfer is very rare (Can be a few times a day to once in a month). Apart from this, Peripheral device has power constraints as it is running on coin cell battery all which means BLE will have a large period of inactivity. Now my questions are as follows :
- Once connection is established between Peripheral and Central device and data transfer is all done, should Peripheral maintain the connection (SINCE data is time critical and connection may take time to setup next time before sending data) ?
-After data transfer, the device should lose the connection with central device and should set up the connection again when data transfer is needed (SINCE data transfer may not be very frequent some times) ?
-
How much current consumption is estimated in ideal connection parameters for the above two scenarios ?
-
And also which scenario do you recommend ?
Any inputs/suggestions would be appreciated ?
Thanks in advance.
Brajesh