Hi,
I'd like to check the battery level in my BLE device, and I can set a timer to handle the checking, however this means that Timer 1 would need to powered up, and hence it would take more power
I thought perhaps I could attach a callback to run when the nRF51822 wakes to advertise, but there doesn't seem to be a way to attach a callback.
And the only examples I have seen, e.g. BLE thermometers, seem to use the timer and then update the advertising data in the timer callback
Is a timer the only way to do this, and does it incur much more power usage ?