I powering the Wio Terminal with battery/solar and want to turn either turn it off or set it as low power for 8-12 hours a day.
I am using Adafruit’s SleepyDog Library (using the sleep() function) but it only seems to sleep for a maximum of 16 seconds.
If I want to keep it in sleep mode would I use the RTC to check the time and put it to sleep every time it wakes if it is between certain hours? or;
Are there other options? (are there simple 5v timers available?)
@Richard_Wright just wondering if you had any luck with this.
I’m looking to do the same.
The SAMD51 has low power sleep
I’ve had it working before, but its now not working when using on the Wio Terminal.
There are two aspects - reducing the power consumption, and coming out of reduced power consumption
Typically this is talked about as
a) turning off all peripherals, deciding how long to sleep and setting an RTC alarm, going to low power sleep
b) on RTC alarm waking up, and restoring all needed peripherals