Tag

Esp32

All articles tagged with #esp32

Meshtastic Turns Off-Grid Mesh Into Home Assistant Alarm
technology5 days ago

Meshtastic Turns Off-Grid Mesh Into Home Assistant Alarm

Hackaday reports on a project where Meshtastic is used beyond simple text messaging: an off-grid, long-range mesh connects a shed alarm to Home Assistant via Heltec ESP32 LoRa modules. A remote node watches an infrared beam and publishes alerts over Meshtastic, while a second module bridges to Wi‑Fi and MQTT for Home Assistant integration, showcasing Meshtastic’s potential for distributed sensing and automation beyond chat."

ESP32 Drives Real-Time 3D Room Mapping With Tiny TOF Array and IMU
technology13 days ago

ESP32 Drives Real-Time 3D Room Mapping With Tiny TOF Array and IMU

The article showcases a real-time 3D room-mapping setup using ST’s VL53L5CX 8×8 multi-zone TOF sensor, an IMU for orientation, and an ESP32 that streams orientation-augmented scan data as JSON to a PC. A Python viewer and ESP32 firmware on GitHub accompany the project, leveraging the sensor’s 4 m range and 60 Hz sampling, along with noise filtering and plane fitting to generate room maps.

Vintage Plasma Display Reveals Current Radiation Levels
technology7 months ago

Vintage Plasma Display Reveals Current Radiation Levels

A hobbyist named Alex has built a stylish radiation level monitor using an ESP32 microcontroller and a vintage Soviet-era plasma display, inspired by Chernobyl's exclusion zone. The device fetches sensor data via an API and includes a Geiger counter, with the display operated as a text-only matrix that can be modified for additional symbols. This project highlights the charm of vintage displays and their potential for reverse-engineering and modern applications.

"Budget-Friendly ESP32 Quadcopter: DIY Drone Building Guide"
technology1 year ago

"Budget-Friendly ESP32 Quadcopter: DIY Drone Building Guide"

Circuit Digest demonstrates how to build a budget-friendly quadcopter using an ESP32 MCU module, IMU, and four MOSFETs, with a total BOM cost of around $12 USD. The project, based on the ESP-Drone by Espressif, offers expansion options for additional modules and supports remote monitoring and control through cfclient software or a mobile app. While limited to local WiFi range and lacking a camera feed, it provides a fun and affordable DIY quadcopter experience.

"DIY Nanoleaf-Inspired Wall Panels for Stunning Home Decor"
diy-electronics2 years ago

"DIY Nanoleaf-Inspired Wall Panels for Stunning Home Decor"

Inspired by Nanoleaf's glowing wall tiles, [Projects with Red] created their own gem-shaped wall panels using 3D printed housings, translucent acrylic sheets, and addressable LED strips connected to an ESP32 for control. The panels can function as a large clock and offer flexibility for reconfiguration, making them a cost-effective DIY alternative to Nanoleaf's products.

"Smart ESP32 Monitors Hot Tub's Health"
technology2 years ago

"Smart ESP32 Monitors Hot Tub's Health"

Stephen Carey has developed a hot tub monitoring system using an ESP32 microcontroller that checks water quality every minute and reports it on a mobile dashboard. The system uses sensors to track pH levels, Oxidation-Reduction Potential (ORP), and temperature, providing insights into water quality and energy use. The ESP32 sends data through WiFi and can generate alerts when values drift outside acceptable ranges. The system also includes a calibration mode to check sensor accuracy. Carey found affordable sensor alternatives on AliExpress.

"Unraveling the Mystery of the Spinning Egg Phenomenon"
technology2 years ago

"Unraveling the Mystery of the Spinning Egg Phenomenon"

The Motion Zero is a mesmerizing device created by David Windestål, Giacomo Di Muro, and Chad Kapper. It features a free-spinning shiny metal egg that stands on its end when spun fast enough. The egg is embedded with magnets to act as a rotor, while PCB coils create the stator. Hall effect sensors are used to control the position of the egg and adjust the rotation speed. Designed with meditation in mind, the device includes a ripple-patterned aluminum cover with ball bearings as a control interface. The main controller is an ESP32 module. The Motion Zero has already exceeded its funding goal on Kickstarter.

"Automated Computer Security: Presence Sensor Locks Your Device When You're Not Around"
technology2 years ago

"Automated Computer Security: Presence Sensor Locks Your Device When You're Not Around"

A presence sensor based on a 24 GHz radar module and an ESP32 microcontroller has been developed to automatically lock a computer screen when the user walks away from the machine. The sensor detects motion and sends the screen lock keyboard shortcut to the computer, ensuring security in offices with high foot traffic. The project can be implemented using various microcontroller platforms, and the addition of a blinking LED would provide a visual indication before the screen locks.

The Saxaboom: A Fun Musical Instrument for Home Use.
diy2 years ago

The Saxaboom: A Fun Musical Instrument for Home Use.

A father recreated a Sax-A-Boom toy for his son's school event after finding out that the original toy costs around $700. He commissioned a 3D model from a professional on Fiverr and used an ESP32-based board called Sonatino for the device's guts. The music samples came from a virtual instrument clone on GitHub and loaded onto an SD card. Despite some gaps and paint flaws, the son rocked the school presentation with the recreated toy.

"ESP32 Enables Rickrolling Through Wi-Fi Network Names"
technology2 years ago

"ESP32 Enables Rickrolling Through Wi-Fi Network Names"

A Reddit user has shared code for a dynamic WiFi beacon that Rickrolls wireless LAN users via the broadcast SSID of an ESP32 WiFi radio. The ESP32 and its smaller sibling, the ESP8266, are popular microcontrollers featuring built-in WiFi support, making them a favorite for makers, hackers, and pranksters. The sketch periodically updates the SSID to a next line of text stored within the code, with the Rickroll prank featuring the next line of lyrics from "Never Gonna Give You Up" by Rick Astley.