Hi,
I would like to have a confirmation of my interpretation of the consumption information that I found in the NRF51822 product spec to estimate the power consumption of my application.
My App : Use an RTC (1s timeout) to keep a record of the time after a first init with current time service and a smartphone. Switch ON-OFF LED if the time is between a specified slot.
When we are not connected, the device is in advertising, the PWM module is ON (update of the value each second). I use SYSTEM ON and scheduler (for interruption) in the main function.
Advertising interval : 1200ms Transmission power : 0dBm DC/DC disabled Processing (execution time is not measured) : Checking current time with time slot each second and update the PWM value.
Ressources : RTC / PWM / BLE
According to the NRF51822_PS, I thought that I HFCLK and LFCLK are always on and 1.2V is enable when CPU and BLE are enable. Is that right?
So :
- ITX,0dBm -> 10,5mA for Tx (advertising)
- Icpu -> 4mA
- What is the value for System-ON with RTC/PWM ?
What is the best power consumption that I can expect with this configuration?
May be, I will reduce the RTC update from 1s to 10s to decrease the CPU use.
Thank you