Good day everyone,
I would like to utilise the nRF52832 BLE chip in an application that requires radio communication between a master and slave. The slave needs to be powered by a coin size battery and ultimately I would like to explore an energy harvesting circuit that might replace the battery.
To test the initial phase of the concept, I made use of the 'power online profiler' on devzone.nordicsemi.com/power to determine the energy consumption during a broadcast event by the slave. Once a connection is established by the master to slave, I then would like to exchange data only once a minute.
My calculations are as follows (please see image):
nRF52 Current Consumption Example.png
Power = (161uA * 3V) * 1/60s = 8.05uW
Using a 300mAh @ 3V coin size battery with 70% efficiency:
Battery life = ( (300mAh * 3V) / 8.05uW ) * 0.7 = 78261 hrs
Does my calculation bare any fruit? It seems to be a bit unrealistic to me.
Looking forward to someone's response.
Regards,
Roger