Page 1 of 1
current consumption
Posted: Mon Oct 08, 2018 9:10 pm
by fernan0693
Hi,
I have an esp32 ttgo , and i want to know if is normal that when the program runs consume 65 mili amps prox ?
Re: current consumption
Posted: Wed Oct 10, 2018 1:56 am
by ESP_Sprite
ttgo? But yes, depending on what the ESP32 is doing, that current usage sounds pretty normal.
Re: current consumption
Posted: Wed Oct 10, 2018 9:33 pm
by fernan0693
ok , but the esp32 is the normal consumption in the simply program and It is possible that wake up of the deep sleep Only when ascending enge of the pin?
Re: current consumption
Posted: Thu Oct 11, 2018 1:10 am
by fernan0693
Ok; normally the esp32 when you are running a program that current consumes approximately,
I ask you the esp32 to wake you up from deep sleep you can only with the high and low states or you can get upset with the changes falling or rising?
Re: current consumption
Posted: Thu Oct 11, 2018 2:38 am
by ESP_Sprite
No, sorry, we don't have edge-triggered wake up modes. You may be able to do something with the ULP to get something that works, however.
Re: current consumption
Posted: Mon Oct 22, 2018 4:54 am
by rummyr
When level is high before entering deep sleep, set deep sleep to wake on level low.
When level is low, set deep sleep to wake on level high.
Would that work for you?