Wio Terminal Flash usage and CPU Power saving questions

Hi @mischko

  1. You can use the 4MB Flash to store data, the factory firmware (the game when you first turned on) stores the image in flash. We are currently working on a Arduino library for this, so please be patient. It should be released within this month.

  2. For low power mode, we have not done much work on this. But Adafruit seems did some work. Here is the Adafruit Sleepydoy library. But it seems that it’s doesn’t support SAMD51 yet but some users already discuss some ways to do it here: https://forums.adafruit.com/viewtopic.php?f=62&t=145747

Thanks