Search found 1 match

by Joerg
Tue Mar 01, 2022 10:43 am
Forum: 5-tube nixie clocks
Topic: NTP and GPS for the Nixie Clock V1
Replies: 0
Views: 5589

NTP and GPS for the Nixie Clock V1

I replaced the PIC with an ESP32 (NodeMCU) to use NTP and GPS. Here ist the Code: // NTP or GPS for the Nixie Clock V1 // Replace the PIC with an ESP32 // V1.0 by Joerg Ochs #include <WiFi.h> #include <NTPClient.h> #include <WiFiUdp.h> #include <TinyGPSPlus.h> #include <HardwareSerial.h> const char ...