<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<t
Code for Logging DHT11 Sensor Data on a Realtime Database (Firebase)
Posted on by Rolan Gaspar Pereira
#include <Arduino.h>
#include <WiFi.h> //we are using the ESP32
//#include <ESP8266WiFi.h> // uncomment t
ESP32 / ESP8266 – Realtime Database with Firebase
Posted on by Rolan Gaspar Pereira
#include <Arduino.h>
#include <WiFi.h> //we are using the ESP32
//#include <ESP8266WiFi.h> // uncomment this line if yo