Turns a D1 Mini with a GPS into an NTP server for the LAN
Go to file
2017-11-10 19:51:14 -08:00
.gitignore Initial checkin, hacky code, using DS3231 instead of GPS unit. 2017-11-03 19:03:05 -07:00
ESPNTPServer.cpp switch to adafruit ultimate GPS, drop all the DS3231 rtc junk 2017-11-10 19:51:14 -08:00
ESPNTPServer.h switch to adafruit ultimate GPS, drop all the DS3231 rtc junk 2017-11-10 19:51:14 -08:00
LICENSE Update LICENSE 2017-11-03 19:25:54 -07:00
Logger.cpp Initial checkin, hacky code, using DS3231 instead of GPS unit. 2017-11-03 19:03:05 -07:00
Logger.h Initial checkin, hacky code, using DS3231 instead of GPS unit. 2017-11-03 19:03:05 -07:00
README.md Initial checkin, hacky code, using DS3231 instead of GPS unit. 2017-11-03 19:03:05 -07:00
WireUtils.cpp Initial checkin, hacky code, using DS3231 instead of GPS unit. 2017-11-03 19:03:05 -07:00
WireUtils.h Initial checkin, hacky code, using DS3231 instead of GPS unit. 2017-11-03 19:03:05 -07:00

ESPNTPServer

GPS fueled ESP8266 based NTP Server

Don't have a GPS unit yet so I'm using a DS3231 as a PPS source to workout some of the software. I'm actually using one of my AnalogClock boards as it has the DS3231 1hz routed to an ESP8266 GPIO pin.