New Search

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

1 search result for:

1

NodeMCU ESP8266 TM1637 NTP DHT11

NODEMCU ESP8266 4 Digit Seven Segment TM1637 DHT11 SevenSegmentTM1637.h #include <NTPClient.h> #include <ESP8266WiFi.h> #include <WiFiUdp.h> #include “SevenSegmentTM1637.h” #include “SevenSegmentExtended.h” #include <DHT.h> #define CLK D2 // Define the connections pins: #define DIO D3 #define DHTPIN D5 // Pin sensor is connected to char cdmy[11]; // Set DHT type, uncomment whatever type you’re using! #define DHTTYPE DHT11 […]