deepSleep() with only SnoozeTimer restarts immediately at snooze method call, even before waiting timer sleep duration. (You may not notice it since you sleep for only 1 second.)
To mitigate this, SnoozeUSBSerial and SnoozeSPI must be used as...
It seems so, since SnoozeAudio is missing for T4 while it's present for other Teensy versions.
(https://github.com/PaulStoffregen/Snooze/tree/examples_build/src/hal/TEENSY_40)
Audio Library Driver for Teensy 3 states that its purpose is "Teensy...
It seemed (to me at least) quite complicated, if not impossible, to revive Audio Library after wake up from Snooze.deepSleep(). So a restart seems mandatory in this case. At this point I wanted to consider using Snooze.hibernate() method which...
Hi.
I use Snooze v6.3.9 library to snooze Teensy 4.1 with deepSleep() method. Snoozing and waking work as expected, but audio library doesn't function after waking up, i.e. doesn't play wav files via AudioPlayMemory. (I have a speaker connected...