davidledwards / gps-clock

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

Add support for Arduino Nano BLE #9

Closed davidledwards closed 1 month ago

davidledwards commented 2 months ago

This is a lower cost option that the Nano 33 IoT, but importantly, has considerably more SRAM (256K) compared to the Uno and Nano (2K). This board would support the OLED display, which does not work on the Uno and Nano. The stack overflows and clobbers memory simply due to the limited RAM size.

davidledwards commented 2 months ago

Pushing commits to a temporary branch.

https://github.com/davidledwards/gps-clock/tree/nano-ble

davidledwards commented 1 month ago

Supported in the 5.2 release.

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