I am testing the SDK (v12) Power Profile Example with the DK51 and the nRF51 dongle. My purpose is test if I can lower the power consumption as mush as possible. The default value of the connection interval in the source code is 20ms. I can use the dongle and Master Control Panel to receive the notification in this case. Then I tried to extend the connection interval to the longest period - 4s, but then I cannot discover the services successfully.
- I would like to ask is it correct that I extend the connection interval to lower the power consumption?
- When I extend the connection interval, I found that the discover services time is also extended, this makes the whole process very slow. My final purpose is actually to develop an client application that would send a notification to the master (for example a mobile app) in a low rate periodically, but sleep most of the time. That is why I try to extend the connection interval.
Thank you.