Part Number:CC2650
In a sensor I am developing, the available power is limited. This way, I need to reduce the communication usage.
My idea is to communicate hourly by broadcasting, and after that provide a connection as a peripheral by some seconds, just in case some parameters (time between connections, data needed) need to be adjusted.
In the first data stream as a broadcaster, how many times do the beacon event needs to be emitted to guarantee the data is received?
In the second communication, as a peripheral waiting for connection, how many times do the advertising event needs to be emitted to let the possibility of connection exist for 2 seconds?
Would the connection from the beginning as peripheral be less energy demanding?
Also, when the central ends the connection, does the peripheral recognizes that?