CircuitPython version
Adafruit CircuitPython 8.0.0-beta.1 on 2022-10-01; Raspberry Pi Pico W with rp2040
Code/REPL
# see https://github.com/bablokb/pico-sleepcurrent/
# directory cp-timer
Behavior
Compared to the Pico, the Pico-W has substantially higher current consumption. You can find some graphs here: https://github.com/bablokb/pico-sleepcurrent/.
- light-sleep: about 21mA vs. 17mA
- deep-sleep: about 17mA vs. 7mA
(both figures with TimerAlarm). I suppose this is due to the wifi-coprocessor. Is there anything that can be done here?
Description
No response
Additional information
No response
CircuitPython version
Code/REPL
Behavior
Compared to the Pico, the Pico-W has substantially higher current consumption. You can find some graphs here: https://github.com/bablokb/pico-sleepcurrent/.
(both figures with TimerAlarm). I suppose this is due to the wifi-coprocessor. Is there anything that can be done here?
Description
No response
Additional information
No response