An open API service indexing awesome lists of open source software.

https://github.com/evertras/esp32-rtcgps-countdown

Playing with ESP32 using an RTC and a GPS to set it automatically to countdown for some event for funsies
https://github.com/evertras/esp32-rtcgps-countdown

Last synced: 7 months ago
JSON representation

Playing with ESP32 using an RTC and a GPS to set it automatically to countdown for some event for funsies

Awesome Lists containing this project

README

          

# RTC + GPS Countdown for ESP32

Playing around with RTC + GPS combo to automatically set the RTC using GPS.
Technically the RTC probably isn't necessary if we're getting steady data from
GPS, but hey, why not.

Also the ESP32 has its own RTC, so let's use that as a backup.

Just a fun reference playground!