tomjorquera / pico-micropython-lowpower-workaround

Workaround for low power support in micropython for the Raspberry pico
GNU Lesser General Public License v3.0
58 stars 12 forks source link

Feather board does not always restart after deepsleep #1

Closed tomjorquera closed 1 year ago

tomjorquera commented 3 years ago

@industrialinternet reported on the micropython repo that their feather board did not always restart when running the lowpower_example.py script.

Sadly I don't have this boards (yet?) so I cannot try to reproduce the issue at the moment.

industrialinternet commented 3 years ago

Hi I've tested on tiny2040 with an external wake timer from Domant state. If serial console is still connected there are issues. But when running just usb power & no console connection works fine.

I tested the Feather with same external wake timer on usb power from battery and it still doesn't come back from Dormant.

tomjorquera commented 1 year ago

I think the issue is solved with the merge of #11

If someone can still reproduce the issue with the latest version, feel free to chime in.