17.ESP8266 NodeMCU Relay Module – Control AC Appliances
Using a relay with the ESP8266 is a great way to control AC household appliances remotely. This tutorial explains how…
Learning
Using a relay with the ESP8266 is a great way to control AC household appliances remotely. This tutorial explains how…
This article shows how to read analog inputs with the ESP32 using Arduino IDE. Analog reading is useful to read…
In this getting started guide you’ll learn how to read digital inputs like a button switch and control digital outputs…
https://wokwi.com/ A recent article introduced three popular Arduino simulators for makers. One of them is the Wokwi Arduino Simulator, an online…
The if() statement is the most basic of all programming control structures. It allows you to make something happen or not, depending…
In this post, we’ll be taking a closer look at the ESP32-CAM hardware, and more specifically, the ESP32-CAM pinout. ESP32-CAM…
One of the advantages of the ESP32 is that it has a lot more GPIOs than the ESP8266. You won’t…
Espressif’s ESP8266 is a Wi-Fi SoC. It has all the bells and whistles for Wi-Fi Network connectivity as well as…
Introduction Perhaps the most popular board in the Arduino line-up is the Arduino UNO. There are other boards like the…