Content for ESP32

ESP32-Cam Time-Lapse

“Hardware This project is based around the ESP32-Cam. It’s widely spread and costs $6 from Aliexpress. It’s programmed using a USB to Serial converter. Since ESP32 boards need to be reset with GPIO0 to ground to be …

Insight Into ESP32 Sleep Modes & Their Power Consumption

“There is no question that ESP32 is a worthy competitor to many WiFi/MCU SoCs out there, often beating it on both performance and price. But, depending on which state it’s in, the ESP32 can be a relatively power-hungry …

M5Stack Alarm Panel with RFID - MQTT to Home Assistant

“Hello, I created an alarm panel controlled by RFID, based on a M5Stack with RFID face. Communication is done via secure MQTT over WiFi. M5Stack-HA-Alarm-panel M5Stack alarm panel with RFID face to control Home Assistant MQTT alarm panel …

Scraping Data with an ESP8266/ESP32

“Fetch data directly on your ESP8266 or ESP32 even when there is no public API available. Have you ever wanted to get data for your Arduino projects, but there is no public API for it? Or in cases like the …

e-Paper Bus Timetable

“An ESP32-based ePaper Bus Timetable to keep track your daily routes and to be always on time. The purpose of this project is to make a simple smart device that can really improve your mornings and relieve your stress …

MicroPython ProgramMini Weather Station

“It’s winter now, but it still feels a little hot, even though I’m only wearing a T-shirt, which makes me want to know the current temperature, so I use the Micropython ESP32 and DHT11 sensors and a simple …

M5StickC Cool Looking Watch With a Menu and Brightness Control

“In this tutorial we will learn how to program ESP32 M5Stack StickC with Arduino IDE and Visuino to Display a time on the LCD and also set the time and the brightness using the menu and the StickC buttons.”

Project  DumbDumb

DumbDumb

“A little smart hardware terminal for use with REPLs like MicroPython in the form of a Feather Wing. A boot-to-python battery-powered handheld. It understands just enough VT100 terminal commands to work with the MicroPython REPL. This is the MVP. If …

Low Power ESP32 Handheld

“Pocket sized ESP32 display board with 300W Always On Display This handheld board is powered by an ESP32 and features a transflective Sharp memory LCD. Similar to my previous Chronio smartwatch the focus of this project is on low power …

Motion Detector, with Photo and Mobile Notification

“When motion is detected, a photo will be taken and a notification sent. There is also a button to take a photo whenever you want. Motion detector, with photo and mobile notification Introduction The assumptions of the project are quite …