NodeMCU / 2x DTH / 1x OLED / Thinkspeak
Načítá teploty ze 2 čidel, posílá na thinkspeak a zobrazuje na OLED displeji #include <Wire.h> #include <DHT.h> #include <ESP8266WiFi.h> #include <ACROBOTIC_SSD1306.h> // replace with your channel’s thingspeak API key, String apiKey = „DTQ**********“; String apiKey2 = „HE5**********“; const char* ssid = „Brno4“; const char* password = „**********“; const char* server = „api.thingspeak.com“; #define DHTPIN … Číst dál