-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I've compiled the micropython runtime with the picosleep module for a RP Pico W, the only difference from the documentation is that I've issued BOARD=PICO_W at make time.
MicroPython v1.2-pico-deepsleep on 2023-01-09; Raspberry Pi Pico W (sleep) with RP2040
But I'm confused because the current measured when I try to run picosleep.seconds() never goes below 15 mA. This is far above what I was expecting and what others have found. Is it a problem of compilation? Has something changed?
maybe the CYW43 chip requires his own command to enter in sleep mode, and based on the comment of an user on Stack Overflow wlan.deinit() should do, as far as I can understand from the driver source, but in my test it does't reduce the absorbed current below 12.85 mA.
Are there precompiled binaries for the Pico W that perform better?