Skip to content

Low power modes #308

Answered by matou78
matou78 asked this question in Q&A
Jul 29, 2022 · 5 comments · 11 replies
Discussion options

You must be logged in to vote

Hello back :D
so, i got my remote working pretty good with a pretty low power usage
measures given lower are using a shunt resistor 5.6Ohm

chip settings are

  • 1Mhz clock
  • bod disabled
  • all unused pins set to OUTPUT
  • ADC disabled ( found in a discussions this thing but can't find where lol ADC0.CTRLA &= ~ADC_ENABLE_bm; )

AVR64DA32 + NRF24L01 connected + all buttons used are set as INPUT_PULLUP and in sleep mode SLEEP_MODE_PWR_DOWN
gives me a consumption of 17.85 µA ( 0.10mV)

when i hit a button , i have a spike of 1.9mA (11mV) as the NRF24L01 is sending infos for the receiver

and then until i release the button, the consumption is 0.38mA (2.15mV)

17.85µA on a new CR2032 ( 240mAh ) will give m…

Replies: 5 comments 11 replies

Comment options

You must be logged in to vote
3 replies
@matou78
Comment options

@ObviousInRetrospect
Comment options

@matou78
Comment options

Comment options

You must be logged in to vote
1 reply
@matou78
Comment options

Comment options

You must be logged in to vote
3 replies
@SpenceKonde
Comment options

@matou78
Comment options

@matou78
Comment options

Comment options

You must be logged in to vote
3 replies
@markusschweitzer
Comment options

@SpenceKonde
Comment options

@matou78
Comment options

Answer selected by matou78
Comment options

You must be logged in to vote
1 reply
@matou78
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants