ChatGPT claims machine.deepsleep() is “unreliable and often fails”. Certainly I can’t get the command to work on my Inky Frame with Pi Pico W - the frame never wakes on the deep sleep timer.
Is it best to avoid using deep sleep, and use time.sleep_ms() or inky_frame.sleep_for() instead? I’d like to extend the battery for as long as possible.