Motion Activated ESP32-CAM
In this tutorial you will learn how to build a motion-activated, battery-powered ESP32-CAM (AI-Thinker) to take pictures, whenever a PIR sensor detects movement. We will …
In this tutorial you will learn how to build a motion-activated, battery-powered ESP32-CAM (AI-Thinker) to take pictures, whenever a PIR sensor detects movement. We will …
In this article you will learn the programming of the ESP32-CAM module. The ESP32 Camera modules are comparatively cheap and very nice to build simple …
In this article you will learn how to control an Air-Conditioner via IR with an ESP32 or ESP8266 microcontroller. Most, modern Air Conditioning units come …
In this tutorial, you will learn how to implement a web server on the ESP32 microcontroller to control it wirelessly over Wi-Fi. This allows you …
In this tutorial you will learn how to monitor battery voltage levels for battery-powered projects so that you can recharge the battery in time. For …
Does it annoy you having to adjust all clocks to daylight saving time twice a year? If so, then this article is for you! I …
In this article you will learn how to use the Voice Recognition Module V3 to control a light with your voice. The Voice Recognition Module …
In this blog post, you will learn how to build a universal, programmable IR remote using Arduino. An infrared (IR) remote control is a common …
In this tutorial, you will learn how to control a stepper motor using an IR remote control. Stepper motors are widely used in various applications, …
In this article, I will show you how the TM1638 7-segment LED driver IC works and how to connect it to an Arduino UNO. I …
In this article, I will show you how to connect an ESP32 microcontroller to a 16×2 LCD display with a parallel data interface. (In a …
In this tutorial, you will learn how to use an IR remote with an ESP32. IR (Infrared) remotes are commonly used to control various electronic …
A stepper motor driver such as the TB6600 is straightforward and quick to set up. In this article, I will take you through all the …
Adding a simple display to your ESP32 board can take your project and HMI feature to the next level. A simple display such as an …
In this tutorial I will show you how to connect and Arduino UNO and a ILI9486 TFT Display. The ILI9486 is a popular display controller …
Have you ever wanted to build a project that utilizes a 4-digit or an 8-digit 7-segment display? Driving a large number of 7-segment displays with …