This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

effect of connection interval on peripheral power consumption

I have a custom board using the nRF51822 as a peripheral with the S110 SoftDevice. The centrals are mobile apps, both Android and iOS. The device spends a lot of time in a BLE connection and I'd like to optimise for power consumption.

Attached are screenshots of two Wireshark logs. In one, the min/max connection interval are 0.5s/1.0s. In the other, they're 4.0s/4.0s. I've measured the current at 3.7V in both cases and seen no difference: whichever min and max connection interval I specify, I still use 0.8mA. Shouldn't the slower connection interval use less current? Can we be sure this is really the interval in use?

screenshot_wireshark_slow_conn.png

screenshot_wireshark_fast_conn.png

Parents Reply Children
Related