Public Channels
Channel ID:
3365850
Author:
Channel ID:
3365236
Author:
Sistema de monitoreo de consumo eléctrico usando ESP32 y WiFi
Channel ID:
3365839
Author:
Channel ID:
3270686
Author:
#include <DHT.h> #include <ESP8266WiFi.h> String apiKey = "Your API KEY of thingsspeak"; const char *ssid = "Your wifi Network name"; const char *pass = "Network password"; const char* server = "api.thingspeak.com"; #define DHTPIN 0 DHT dht