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

NRF52832 Current Consumption

I am looking to figure out my current consumption with an NRF52832 chip. I have the NRF chip running at 3V using UART, SAADC, BLE and SPI. The chip is constantly reading some sensors and is connected to nrf connect app all the time but only sends sensor data after intervals of 15 minutes. From my understanding looking at the data sheet. 

LDO Mode: 

CPU current of 7.4mA

Not sure of the Radio current as the chip is sitting idle from a BLE communication perspective but is still maintaining the connection to the mobile and has TX current every 15 minutes. So, I would assume RX current of 11.7mA is being drawn just to maintain the connection. Plus adding on UART etc a total of maybe 20mA.

DCDC Mode

Assuming same as above CPU 3.7mA and an RX current of 5.4mA.

Want to see if my calculation and assumption for current consumption are correct.

Parents
  • Good point on the connection interval that's often the biggest factor people overlook when estimating average current. Worth also checking if the Online Power Profiler tool accounts for your specific SAADC sampling rate, since that can shift the numbers more than expected.

    On a side note, if you ever need a quick mental break during long debugging sessions, classroom 6x is a nice simple distraction for a few minutes.

Reply
  • Good point on the connection interval that's often the biggest factor people overlook when estimating average current. Worth also checking if the Online Power Profiler tool accounts for your specific SAADC sampling rate, since that can shift the numbers more than expected.

    On a side note, if you ever need a quick mental break during long debugging sessions, classroom 6x is a nice simple distraction for a few minutes.

Children
No Data
Related