New Search

If you are not happy with the results below please do another search

1 search result for:

1

ESP8266 NODEMCU TM1637 NTP

#include <NTPClient.h> #include <ESP8266WiFi.h> #include <WiFiUdp.h> #include <TM1637Display.h> // #define CLK D2 // Define the connections pins: #define DIO D3 TM1637Display display = TM1637Display(CLK, DIO); // Create display object of type TM1637Display: const char *ssid = “XXXX”; const char *password = “xxxxx”; //const long utcOffsetInSeconds = 19802; const long utcOffsetInSeconds = 25200; // Define NTP […]