Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By alonewolfx2
#2418 :) 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:
User avatar
By alonewolfx2
#2422 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)