AlcoAlert is a simple yet powerful real-time alcohol detection system that instantly alerts users when alcohol vapor is detected at high levels. Built with an Seeed Studio Xiao ESP32S3,MQ-3 sensor, a MAX7219 LED matrix display, and a passive buzzer, this compact device is ideal for enhancing safety in cars, workplaces, or any environment where alcohol presence could be a hazard.
Alcohol consumption and driving don't mix. Unfortunately, not everyone follows that rule. I wanted to create a low-cost, DIY system that could act as an early warning tool — either in vehicles or work environments — to prevent dangerous situations before they escalate. The idea was simple: detect alcohol, warn immediately.
The system uses:
- MQ-3 Gas Sensor to detect alcohol vapor in the air.
- MAX7219 8x32 LED Matrix Display to show status messages like
"Clean"
,"Warning"
, or"Danger!"
. - Passive Buzzer to produce audible alerts when high levels of alcohol are detected.
- Xiao ESP32S3 as the central controller, reading sensor data and controlling the outputs.
When the sensor value crosses a set threshold, the buzzer begins beeping and the display flashes "Danger!"
in bold red text. Below that threshold, the system displays different safety messages depending on the alcohol level.
Comments