Hello,
I do communications between 2 nRF51822 (one central and one device). Once they are connected, cant i do a kind of deep sleep and freeze stack state for 1 minute ? (no timeout fired and after wake up continue as previously)
Hello,
I do communications between 2 nRF51822 (one central and one device). Once they are connected, cant i do a kind of deep sleep and freeze stack state for 1 minute ? (no timeout fired and after wake up continue as previously)
The maximum is connection interval is per Bluetooth specification 4 seconds. In addition you can reduce the number of connetion events in the peripheral("one device") by using slave latency.
Please see Vol 6, Part B, Section 4.5.1 in the Bluetooth Core specification v4.2 for more information.