davidledwards / gps-clock

A GPS-synchronized digital clock
Apache License 2.0
8 stars 3 forks source link

Add support for Ardunio Nano 33 IoT board #5

Closed davidledwards closed 2 weeks ago

davidledwards commented 1 month ago

This is the same form factor as the Nano, but increase flash memory to 256K and SRAM to 32K. Unfortunately, there is no EEPROM, so we may need to disable the storage of timezone information.

davidledwards commented 1 month ago

Regarding lack of EEPROM, it appears that we can use an emulation library that stores the data in the SAMD flash memory.

https://forum.arduino.cc/t/persistent-storage-for-arduino-nano-33-iot-no-eeprom/623137/2

davidledwards commented 2 weeks ago

Formally supported as of version 5.0.

https://github.com/davidledwards/gps-clock/tree/5.0