This repository contains multiple projects developed for the ESP32 platform using Arduino IDE. Each project showcases a specific use case, such as creating web-based interfaces, sensor integration, or ...
This fall, I participated in a volunteer activity organized by our club, where I gave classes on the basics of microcontroller development. I wrote these examples, and I hope they are also helpful to ...
ESP32 is a versatile microcontroller and a great starting point for anyone venturing into the IoT realm, but its configuration and interfacing of sensors can be challenging for new users. Arduino ...
Unlike the standard ESP32 microcontroller, the CAM variant includes a camera module and a microSD card slot built into it. Heck, if you’re willing to write long lines of code, you can create a ...
To build this, first initiate the ESP32-S3 in AP+STA mode, bringing up a soft AP that redirects all client DNS lookups. It ...
The Maker’s Pet Robotics Kit is a DIY learning kit designed for robotics enthusiasts, students, and hobbyists who want to explore autonomous navigation and mapping. At its core, the ESP32 works with ...
Waveshare has recently introduced ESP32-S3-Touch-LCD-3.49, an ESP32-S3-based wide touch display (640×172) development board ...
This ESP32 project is an exciting and interactive way to control LEDs using hand gestures. We will use an ESP32 board, Python, MediaPipe, and OpenCV to create a system that can detect specific hand ...