Hi im trying to achieve low power state using this code.
void app_main(void)
{
while(true)
{
ESP_LOGW(TAG, "Going to sleep now!!");
vTaskDelay(5000 / portTICK_PERIOD_MS);
esp_sleep_enable_timer_wakeup(10 * 1000000);
esp_deep_sleep_start();
}
}
When ESP is running(240Mhz) it is around 40mA from 3.0V supply. Once it enters deep sleep, current is still 2mA ??????
To note nothing is intialised in my application as you can see, so how do i get down to the micro-amps that the datasheet quotes ????
ESP32-PICO-D4 Low Power ?????
-
- Posts: 9727
- Joined: Thu Nov 26, 2015 4:08 am
Re: ESP32-PICO-D4 Low Power ?????
What hardware are you using? Devboard, own PCB, ...? How do you measure the power use?
Re: ESP32-PICO-D4 Low Power ?????
Its custom hardware, but im powering only the MCU ive isolated all the rest of the circuity. Thus a board without the MCU pulls around 5-10uA.
Current measurement is using standard Multimeter in series on the high side.
Yes i know this is technically not the best way, but it should at least give me an idea, and that idea is currently way too high.......
Software is built using IDF 4.0.
Is there anything in the bootloader that could /needs to be set ?
Current measurement is using standard Multimeter in series on the high side.
Yes i know this is technically not the best way, but it should at least give me an idea, and that idea is currently way too high.......
Software is built using IDF 4.0.
Is there anything in the bootloader that could /needs to be set ?
-
- Posts: 9727
- Joined: Thu Nov 26, 2015 4:08 am
Re: ESP32-PICO-D4 Low Power ?????
Any chance of pullups/pulldowns eating into your power budget?
Re: ESP32-PICO-D4 Low Power ?????
So to ensure nothing on my target board can have an effect on the ESP32 current, i've just built another board.
This board only has the ESP32, two de-coupling caps( 10uf, 100nf ) on the VDDA, and a 32Khz crystal(with 12pf CL caps).
I can now see the current is down to 500uA, but this to me is still high ???
So this says to me a standalone ESP32-PICO-D4 cannot achieve sub 100uA deep sleep.....
This board only has the ESP32, two de-coupling caps( 10uf, 100nf ) on the VDDA, and a 32Khz crystal(with 12pf CL caps).
I can now see the current is down to 500uA, but this to me is still high ???
So this says to me a standalone ESP32-PICO-D4 cannot achieve sub 100uA deep sleep.....
Re: ESP32-PICO-D4 Low Power ?????
Little update as support on here is slow at the best........
I'm finding these devices are very, very sensitive, my board which was giving 40mA run / 0.5mA deep sleep, is now deep sleeping at 28mA.
This can only be chip silicon damage.......
Having worked with(over 20years) manufactures like STM, Renesas, Microchip, Infineon etc i can honestly say ive never seen anything like this......
And when the support is well, lucky if you get one response a day, its not something i'll be looking at for high volume commercial applications.....
I'm finding these devices are very, very sensitive, my board which was giving 40mA run / 0.5mA deep sleep, is now deep sleeping at 28mA.
This can only be chip silicon damage.......
Having worked with(over 20years) manufactures like STM, Renesas, Microchip, Infineon etc i can honestly say ive never seen anything like this......
And when the support is well, lucky if you get one response a day, its not something i'll be looking at for high volume commercial applications.....
Re: ESP32-PICO-D4 Low Power ?????
If you have a high volume commercial application and you go through official b2b channels (sales@espressif.com) you should get better support. Also it is a holiday in China now.
Who is online
Users browsing this forum: Bing [Bot], Cimby1, Google [Bot] and 100 guests