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

Is heart rate service the correct thing to use for power consumption efficiency?

I am developing some firmware using SDK 8.1 where power consumption is absolutely critical. The firmware will make a ble connection between the central and peripheral device and after that does almost nothing except for every couple months the peripheral will send it's battery level to the master device. I am wondering if it makes sense to use the heart rate service for this? My gut tells me know since I figure it probably is a power hungry service. I could be wrong though. Basically, I am asking what the most power efficient way to send a small piece of data from the peripheral to the central every couple of months would be.

Related