You are on page 1of 6

technology workshop craft home food play outside costumes

Smart Helmet! Unassembled


by JoevanV on May 31, 2016

Table of Contents

Smart Helmet! Unassembled . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1

Intro: Smart Helmet! Unassembled . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 1: The Required Materials . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 2: Connections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Step 3: Part 1 Alcohol and Ultrasonic Sensor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

File Downloads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Step 4: Part 2 Accident Detection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

File Downloads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Step 5: Part 3 Location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Step 6: Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5

Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

http://www.instructables.com/id/Smart-Helmet-2/
Intro: Smart Helmet! Unassembled
This Helmet is designed to Detect the Alcohol Level of two wheeler riders and detect accidents also bringing in help. By using this helmet it reduces the accidents due to
drunk and driving.

Step 1: The Required Materials


1. Arduino UNO or Nano or Liliypad

2. Alcohol Sensor - MQ3

3. Vibration sensor

4. Ultrasonic Sensor HC SR04

5. Bi- Colour LED

6. Mini A8 Tracker

7. GSM Module with sim900a

8. Connecting Wires

And obviously a Helmet.

http://www.instructables.com/id/Smart-Helmet-2/
Image Notes Image Notes
1. VIBRATION SENSOR 1. ULTRASONIC SENSOR HC SR04
2. GSM SHIELD MOUNTED ON ARDUINO UNO 2. ALCOHOL SENSOR MQ3
3. BI COLOR LED
4. ARDUINO CLONE ( EVEN ORIGINAL ARDUINO CAN BE USED)

Step 2: Connections
The setup uses 2 Arduino boards. I have used two Arduino uno but one of them can be replaced with Arduino Nano or Lilypad (Both Discontinued) since they require less
space and can be placed within the helmet. With the above diagrams the circuit connection is done.

Step 3: Part 1 Alcohol and Ultrasonic Sensor


Alcohol Sensor MQ 3

The MQ 3 is placed in the Helmet to determine the alcohol level of the driver and it is indicated with an bi color led. The red light indicates higher alcohol level and the
yellow led indicates moderate alcohol level or below permissible level.

Ultrasonic Sensor HC SR 04

The HC SR 04 detects the close proximity vehicles, we have placed it behind the helmet so the the fast approaching vehicle is intimated to us through a buzzer or led or
vibration motor. Just like a 'Spidey Sense'

Both these sensors can be connected with the one arduino. The codes are given for this operation

http://www.instructables.com/id/Smart-Helmet-2/
File Downloads

Alcohol and Ultrasonic Code.txt (2 KB)


[NOTE: When saving, if you see .tmp as the file ext, rename it to 'Alcohol and Ultrasonic Code.txt']
Step 4: Part 2 Accident Detection
In case the rider meets with an accident the vibration sensor detects the vibration and triggers the GSM Shield mounted over the Arduino Uno to send an SMS to pre
defined numbers to call for Help. The variable capacitor in the vibration sensor can be changed for measuring the impact.

Code is given

File Downloads

Accident Detection.txt (2 KB)


[NOTE: When saving, if you see .tmp as the file ext, rename it to 'Accident Detection.txt']
Step 5: Part 3 Location
In order to find the location of the accident a MINI A8 gps/gsm tracker is placed with the helmet with sends the location once requested from the registered mobile
number.

Send SMS "DW" to the number within the GPS Tracker and you will receive a SMS of the location. i have attached a screenshot of the SMS above.

A GPS module can also be used instead of this tracker device.

http://www.ebay.in/itm/Mini-A8-Quad-band-Gsm-gprs-...

http://www.instructables.com/id/Smart-Helmet-2/
Image Notes
1. Location Tracking website
2. Latitude and Longitude Co ordinates
3. battery percentage of the tracker device

Image Notes
1. Request message to send the Location
2. Location SMS

Step 6: Conclusion
This is the final picture of the sensors implemented within the helmet. It looks bit awkward but can be neatly embedded by drilling the ultrasonic within the helmet and
using smaller arduinos

Due to cost constraint we chose Arduino UNO.

The power supply can be used from a 2000mah power bank. Which ca also be replaced with solar panels.

The working of the GSM Module can be seen in the Serial Monitor which should appear like in the pic.

Thank You! Good Luck!!

Any Doubts mail me at joevanvinith@gmail.com

http://www.instructables.com/id/Smart-Helmet-2/
Image Notes
1. POWER SUPPLY ( CAN BE REPLACED WITH SMALLER POWER BANK)
2. ULTRASONIC SENSOR PLACES AT THE REAR OF THE HELMET
3. PART 2 SETUP
4. HELMET

Related Instructables

Home Arduino robot Avoidance Arduino based Arduino-Using GoPro


Automation/Security
moving forward Robot Arduino Distance shift registers Ultrasonic
Prototype by and backwards by nipon4666 Measure Box by with ultrasonic Motion Sensor
Greenthorn using HC-SR04 Ardumotive_com sensors by HC-SR04
and L293D by MrSirLRD controled by
gkal arduino by
animes25

Advertisements

Comments

http://www.instructables.com/id/Smart-Helmet-2/

You might also like