Turns a D1 Mini with a GPS into an NTP server for the LAN
Go to file
2018-03-08 12:40:03 -08:00
.gitignore refactor display 2018-03-04 16:40:46 -08:00
.gitmodules switched back to esp8266 and use Serial1 for debug output and Serial for GPS 2018-03-03 06:00:45 -08:00
DialogInput_plain_10.h refactor display 2018-03-04 16:40:46 -08:00
Display.cpp display seconds "till valid" 2018-03-04 16:46:16 -08:00
Display.h refactor display 2018-03-04 16:40:46 -08:00
ESPNTPServer.cpp refactor display 2018-03-04 16:40:46 -08:00
ESPNTPServer.h refactor display 2018-03-04 16:40:46 -08:00
GPS.cpp seperate time setting from validity check, if we chaneg the time we also invalidate 2018-03-08 12:40:03 -08:00
GPS.h refactor display 2018-03-04 16:40:46 -08:00
LICENSE Update LICENSE 2017-11-03 19:25:54 -07:00
Log.cpp switched back to esp8266 and use Serial1 for debug output and Serial for GPS 2018-03-03 06:00:45 -08:00
Log.h switched back to esp8266 and use Serial1 for debug output and Serial for GPS 2018-03-03 06:00:45 -08:00
NTP.cpp switched back to esp8266 and use Serial1 for debug output and Serial for GPS 2018-03-03 06:00:45 -08:00
NTP.h switched back to esp8266 and use Serial1 for debug output and Serial for GPS 2018-03-03 06:00:45 -08:00
README.md switched back to esp8266 and use Serial1 for debug output and Serial for GPS 2018-03-03 06:00:45 -08:00
WireUtils.cpp missed update logging change for WireUtils 2018-03-03 06:13:51 -08:00
WireUtils.h switched back to esp8266 and use Serial1 for debug output and Serial for GPS 2018-03-03 06:00:45 -08:00

ESPNTPServer

GPS fueled ESP8266 based NTP Server

GPS: any with standard NMEA sentences & a pulse per second signal..

Work in progress....