6 ms·
It uses a lot of power for embedded apps though. Not often you need all that performance either.
by dandy23 2y ago
It uses a lot of power for embedded apps though. Not often you need all that performance either.
- antirez 2y agoYou can downclock the Pico as you can overclock it in order to reduce power usage. By default AFAIK it already more or less matches the ESP32 power usage, and downclocking it should be able to reach the one of the ESP8266, likely, but I'm not sure.
- dandy23 2y agoThe RP2040 doesn't have a good low power sleep mode. It uses several hundred uA in sleep and dormant mode versus the ESP8266 which uses only 20uA in deep sleep. This makes a huge difference for sensor systems etc. A pico/RP2040 cannot be powered by a battery for very long.
- antirez 2y agoI never tried to explore the Pico deep sleep indeed. I used it with esp32 with great results even if the wake time of 200 ms does not make certain applications viable. Thanks for the point.