Simple smart helmet using the RF Module
A safety-focused Smart Helmet system that integrates multiple sensors and modules using Arduino to enhance rider security and accident response.
- πͺ Helmet Detection β Uses an IR sensor to verify if the helmet is being worn.
- πΊ Alcohol Detection β MQ3 sensor checks for alcohol presence near the mouth region.
- π₯ Accident Detection β Vibration sensor detects sudden impacts/crashes.
- π¦ Ignition Control β Bike ignition system controlled through safety checks.
- π± Emergency Alert System β Sends SMS to emergency contact using GSM module upon accident detection.
- Arduino UNO
- MQ3 Alcohol Sensor
- IR Sensor
- Vibration Sensor
- GSM Module (SIM800L/SIM900A)
- Relay Module
- Battery & Buzzer
- Connecting Wires, Helmet
- Helmet Status Check: The IR sensor inside the helmet detects whether it is worn.
- Alcohol Check: MQ3 detects alcohol vapor from breath.
- Start Authorization: Only if both checks pass, the relay turns ON, allowing the bike to start.
- Crash Detection: Vibration sensor identifies abrupt impacts.
- Emergency Alert: GSM module sends an SMS to a preset contact with an accident alert.
To replicate this project:
- Clone or download this repository.
- Connect hardware as per the circuit diagram.
- Upload the Arduino sketch using the Arduino IDE.
- Insert a SIM card in the GSM module.
- Power the circuit and test the functionality.
- Add a GPS module for real-time location tracking
- Integrate IoT (e.g., Blynk or Firebase) for live status monitoring
- Add a voice feedback module or an LCD for alerts
M. Krishnaji
This project is licensed under the MIT License.
β οΈ Note: This project is a prototype and should be further developed and tested for real-world deployment.