Arduino ESP32 Project: Free Fall Detection

This project uses an Arduino and an ADXL345 accelerometer for Free Fall Detection. When a large acceleration shift characteristic of a free fall is detected, a warning system is activated, which includes an OLED display with the words “Free Fall Detected!” and a buzzer. This system can find applications in safety monitoring and fall detection … Read more

ESP32 Project : Spirit Level

In a world where technology meets everyday tasks, we designed a digital “Spirit Level” making use of the ESP32 microcontroller, an ADXL345 accelerometer, and an OLED display. This practical instrument measures roll and pitch angles in real time, making it ideal for builders, DIYers, and hobbyists. How this Spirit Level works? In this project, an … Read more

ESP32 Project :Alcohol Sensor Web Server

Explore a project that uses the ESP32 microcontroller and an alcohol sensor to create a local web server for real-time monitoring of alcohol levels. This configuration allows users to check alcohol levels via a web interface, giving a simple solution for responsible alcohol monitoring. How it works? This project creates a local web server with an … Read more

ESP32 Project : Realtime Stock Ticker

In the era of digital finance and real-time market data, staying updated with current stock prices and market trends has become very essential for investors and traders alike. This project provides a low-cost, DIY method for showing real-time stock ticker data on an OLED display with an ESP32 microcontroller, using information from the finnhub.io API. … Read more

ESP32 Project: Knock Sensor Based Web Server

This article describes a hands-on project that uses an ESP32 microcontroller to create a local web server-based knock sensor system. With this configuration, you can simply detect knocks in your surroundings and examine their status in real-time using a web interface on devices connected to your local network. It’s a simple yet useful application of … Read more