#include <Arduino.h>
#include <WiFi.h> //we are using the ESP32
//#include <ESP8266WiFi.h> //uncomment this line if yo
ESP32 / ESP8266 – Realtime Database with Firebase
Posted on by electronics simplified
#include <Arduino.h>
#include <WiFi.h> //we are using the ESP32
//#include <ESP8266WiFi.h> // uncomment this line if yo
How to use the PIR Motion Sensor using interrupts and timers
Posted on by electronics simplified
Every project that we invent or create is built with an intent to solve an existing issue. We take various inputs from the environment and afte
How to interface the Humidity Sensor DHT11 with the ESP32 (Web Server)
Posted on by electronics simplified
Measuring Temperature, humidity is become an important task in lives. As we monitor temperatures in various places for example a freezer or a cak
How to Control LED brightness using a Web Server with the ESP32?
Posted on by electronics simplified
Controlling the brightness of an LED is an easy task. We could do it using code or using wired input. In this tutorial, we will learn how to cont
How to make an ESP32 Web Server?
Posted on by electronics simplified
Web Server is a computer software with underlying hardware that accepts requests from HTTP. We are going to build a web server with the ESP32 that w
What is ESP32 development Board?
Posted on by electronics simplified
ESP8266 is one of the most popular IoT device of its own type. It took the IoT sector advance to what it is today as many could work with it due to i
How to make an ESP8266 Web Server?
Posted on by electronics simplified
Web Server is a computer software with underlying hardware that accepts requests from HTTP. We are going to build a web server with the ESP8266 Node
Pulse Width Modulation with NodeMCU ESP8266
Posted on by electronics simplified
Digital signals have two positions: on or off, interpreted in shorthand as 1 or 0. Analog signals, on the other hand, can be on, off, half-way, two-t
Digital Inputs and Digital Outputs on the NodeMCU ESP8266
Posted on by electronics simplified
Digital signals are in the form of 0's and 1's, and the ESP8266 has 17 GPIO pins but we can only use only 11 of them because the rest are connec