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

calculate current

Hi,

I'm trying to do a rough calculation of current consumption for the nRF52840 chip.

The unit should sample 6 times an hour by using I2C to acquire samples from a gas sensor (with a microprocessor) for at least 30 days. I'm thinking I will use the RTC to keep track of date and time, storing 16 bits for date and time 6 times an hour.

I might also write to flash each time it samples (3 x 16 bits, 6 times an hour). I've also given ~100kB to work with at all times in RAM.

The nRF should be constantly ready to upload to the mobile, so the user can check in for new measurements at any time, and/or send notification when a certain level is hit. I used the online power profiler to get an estimate of the current consumption.

Here is what i have come up with so far: Current consumption

I would appreciate it if anyone could point me in the right direction, thanks!

Related