-->
Page 4 of 15

Re: Sleep & Low Power Modes?

PostPosted: Mon Nov 10, 2014 10:08 am
by alonewolfx2
:) i am using atmega328 and nrf24l01 and its consuming 0.13ma in sleep mode.



villTech wrote:
question 2-) the module's current is 0.36ma on the sleep. how can i decrease this?
turn off the power supply. :mrgreen: :mrgreen: :mrgreen:

Re: Sleep & Low Power Modes?

PostPosted: Mon Nov 10, 2014 11:42 am
by Fadi
are you sure you are using deep sleep and not normal sleep? (in deep sleep it should be in the uA)

Re: Sleep & Low Power Modes?

PostPosted: Mon Nov 10, 2014 12:18 pm
by alonewolfx2
i am using that code with at example

Code: Select allsystem_deep_sleep(60*1000*1000);//1minute sleep


Fadi wrote:are you sure you are using deep sleep and not normal sleep? (in deep sleep it should be in the uA)

Re: Sleep & Low Power Modes?

PostPosted: Mon Nov 10, 2014 12:36 pm
by Fadi
I'll try it today and report back my numbers.