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

What is lowest power consumption template code for nrf52840 dongle

I am a beginner trying to get a device to operate optimally under a battery. Where can I find a starter code template that would shutdown/disable everything, putting the device in its lowest power consumption profile so I can build from there? Instead of playing with disabling things, I was trying to start with everything off and enable what I need. I checked the examples in the SDK and all of them, even the power management ones, show a 6mA consumption.

Parents Reply Children
  • I also would like to explain how I am measuring current in case this is wrong. I am applying a 3v source directly on the USB connectors on the board and measuring the current this way. Does the fact that I am applying 3v instead of 5v on the USB influence anything? My thought process is that I want to use two AAA battery to power the dongle through the USB connector. The dongle works fine since nrf52840 runs on 3v anyway. However, I don't know if this can screw up energy consumption somehow

Related