SlideShare a Scribd company logo
1 of 24
SMARTHELMETUSINGARDUINO
• PROJECT GUIDE :
• BHARATHI MAM
• DEPT : CSE
• JAYA PRAKASH NARAYANA COLLEGE OF ENGINEERING
,DHARMAPUR,MAHABUBNAGAR.
• TEAM MEMBERS :
• L. SRIROOPA (19361A0584)
• B. RUKMINI(19361A0563)
• T. SAIKUMAR REDDY (18361A0577)
• K. RAHUL SHASHANK (19361A05A1)
• D.SREEJA(19361A0581)
CONTENTS :
 ABSTRACT
 INTRODUCTION
 EXISTING
 DRAWBACKS OF EXISTING SYSTEM
 PROPOSED SYSTEM
 ADVANTAGES OF PROPOSED SYSTEM
 HARDWARE REQUIREMENTS
 CIRCUIT DAIGRAM
 BLOCK DAIGRAM
 FLOW DIAGRAM
 IMPLEMENTATION
 RESULT
 CONCLUSION
 SCOPE FOR FUTURE WORK
A smart helmet is a type of protective headgear used by
the rider which makes bike driving safer than before. The
main purpose of this helmet is to provide safety for the
rider. It is compulsory to wear the helmet, without which the
ignition switch cannot turn ON. An RF Module can be used
as wireless link for communication between transmitter and
receiver.
ABSTRACT
INTRODUCTION
 Transportation industry was always an essential part of the economy, and a
tool used by the government.
 Motorcycles are the craziest vehicle in the young generation and as well as to
the world.
 With the help of new technologies such as IoT, We make it mandatory for the
bike rider to wear a helmet during his/her ride. In a recent survey, every hour
4 people die in road accidents, 70% due to not wearing a helmet ,Which is the
main reason for brain damage and this leads to immediate death .
 If the rider wears the helmet, 80% chances for avoiding head injuries and we
can save a life from accidents
EXISTING
 There are currently two products in the market
Altor :
 It is a company which manufactures smart helmets ,
 The features of smart helmets manufactured by Altor are Bluetooth calling, Navigation, Emergency
SOS , playing songs and accident alert system
 Sena intercom:
 Sena is a US based company which manufactures smart helmets and smart helmet gears Sena intercom
is a device which can be installed to a helmet to make it smart, The functions of sena intercom
are Bluetooth calling, Navigation, playing songs .
 But both of them doesn't have any specification that makes helmet necessary to ride bike
DRAWBACKSOFEXISTINGSYSTEM
The existing smart helmets doesn’t have any feature to make them
manditory to wear it
And many normal helmets doesn’t have any smart features like
Bluetooth enabled calling and navigation
Because of this many people are not willing to wear helmets
resulting in the death of many bikers
As there are many drawbacks in the existing system we are proposing
a new system
PROPOSEDSYSTEM
We are developing a smart helmet using the internet of things (IoT) technology,
in which we ensure the safety of the bike rider and also very functional
We are using transmitter and receiver to ensure that biker wears helmet if
bikers removes the helmet then ignition will turn off
And by using bluetooth module we are able to pickup the call and we can get
the directions using navigation
By these things we can make helmets not a choice but a nessacity
ADVANTAGESOFPROPOSEDSYSTEM
By using this system we can reduce the number of deaths caused by
not wearing helmet
We can easily answer the important calls while driving without much
effort
We can get the directions to reach specific place which is very
important when we are new to a specific place
We can ensure the safety of biker while making it easy to get
directions and answer the calls
HARDWARE
REQUIREMENTS
HELMETSECTION
• IR Sensor:
• An infrared proximity sensor or IR Sensor is an electronic device that emits infrared
lights to sense some aspect of the surroundings and can be employed to detect the
motion of an object. As this is a passive sensor, it can only measure infrared radiation. This
sensor is very common in the electronic industry and if you’ve ever tried to design an
obstacle avoidance robot or any other proximity detection-based system, chances are you
already know about this module, and if you don’t, then follow this article as here we will
discuss everything about it.

 RF transmitter (434-Mhz):
 RF modules are 434 MHz transmitter and receiver components. RF transmitter is the
wireless data transmitting device. It transmits serial data to the receiver through an
antenna which is connected to the 4th pin of the transmitter. It transmits the helmet data
to the bike receiver through the radio frequency signals and microcontroller will process
the received data.
9VBattery :
 Battery is used to power the Arduino and Bluetooth speakers.
 Switch (ON/OFF button) :
 A switch is an electric mechanism for ON/OFF the device, it is used to regulate the flow of electricity
by interrupting or diverting the current from one conductor to another. This switch is placed inside
on top of the helmet and it is pressed when the rider wears the helmet and it released when helmet
takes off. Based on the switch condition the bike ignition key will be ON/OFF.
7085 VOLTAGE REGULTOR :
A 9v to 5v voltage regulator can be implemented with an LM7805 step-down voltage
converter. It is used for (10mA to 1 Amp and more) medium to a high current
application. The unique about this circuit is its ability to provide the same output
current as applied at the input end.
JUMPER WIRES :
They are used to establish connection between components and they transfer
electric signals
RF receiver:
 RF receiver (434-Mhz) :
 Radio-frequency receiver is an electronic device, used to communicate
between two electronic devices which are connected wirelessly. The transmission
takes place through the radio waves which are of the form of electromagnetic
radiation. The helmet module(transmitter) output data will be received by the
vehicle module(receiver) and the process will take place by wireless technology.
 LCD (16×2) :
 LCD stands for liquid crystal display that it uses liquid crystals for operation. It is
very popular and broadly used in electronic projects as they are used for
displaying information like sensors data from the project, and commonly found in
smart-phones, televisions, computer monitors and instrument panels.
BIKE SECTION
 ARDINO UNO :
Arduino is the open-source platform used for building electronic projects. It consists of both
hardware circuit and software tool, and this software is used to write the code and upload into the
physical board through the cable. Arduino IDE uses the simplified version of C++, but this is one of
the easiest ways to write the code. Arduino can interact with sensors, motors, internet, smart-phone
and the TV. Arduino has varieties of boards but the UNO is one of the most popular board in the
Arduino family.
 BUZZER :
It is a electrical device that makes a buzzing noise and is used for signalling.
IGNITION KEY :
In this project ignition key is used to represent the ignition of a bike , It has
keys to turn on and turn off the motor
 JUMPER WIRES :
They are used to establish connection between components and they
transfer electric signals
CIRCUIT DIAGRAM
A circuit daigram is a graphical representation of an electrical circuit . It is also
known as an electrical daigram.
Block Daigram :
A block diagram is a visual representation of a system that uses simple, labeled blocks that
represent single or multiple items, entities or concepts, connected by lines to show
relationships between them.
Flow Daigram
Flow diagram is a collective term for a diagram representing a flow or set of dynamic relationships
in a system.
IMPLEMENTATION
 Here we designed a system which checks the two conditions before
the ignition of the engine. The first condition is whether the rider is
wearing a helmet or not and it is detected by a position sensor. The
second condition is if the key is on or not. If any of the two or both
conditions are violated then the bike will not start. If the rider is
wearing a helmet and the key is turned on then the ignition of the
engine starts.
 When the key is turned on then system will check whether the
helmet is worn or not , if the helmet is not worn then we will be
indicated through buzzer and once we wear helmet the buzzer stops
and engine will be on ,once we remove the helmet the engine will be
turned off
RESULT
 Nowadays, most cases of accidents are caused by
motorbikes. The severity of those accidents is increased
because of the absence of helmets .
 In our project, we have a tendency to develop an
electronic intelligent helmet system that efficiently
checks the wearing of helmets .
 By implementing this system a safe 2-wheeler journey is
possible which would decrease the head injuries
throughout accidents caused by the absence of a helmet
and additionally reduce the death rate due to head
injury.
CONCLUSION
 The designed system is highly useful to avoid accidents
which happen around the night time.
 It provides more than 70% safety for two-wheelers. It is
a fact that the implementation of the system will
increase the cost of vehicles but it is better to have
some percent safety rather than having no percentage
of safety.
 This system could be further enhanced with future
technologies to provide further safety and security to
vehicle systems.
Scope for Future Work:
 In future, we have planned to construct our intelligent system
at a compact size and additionally as globally acceptable to
avoid accidents because of bikes.
 Can be modified for four-wheelers.
 GPS can be used to track the location of an accident.
 Light dimmer sensors can be used to dim the light automatically
when light from other vehicles falls on it.
THANK YOU …!

More Related Content

What's hot

Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)Mahira Banu
 
Wireless E-Notice Board Using Bluetooth Report.docx
Wireless E-Notice Board Using Bluetooth Report.docxWireless E-Notice Board Using Bluetooth Report.docx
Wireless E-Notice Board Using Bluetooth Report.docxAbhishekGM10
 
Embedded Systems Training Report
Embedded Systems Training ReportEmbedded Systems Training Report
Embedded Systems Training ReportAkhil Garg
 
8K Extremely High Resolution Camera System
8K Extremely High Resolution Camera System8K Extremely High Resolution Camera System
8K Extremely High Resolution Camera SystemPrejith Pavanan
 
Paper presentation of mini project
Paper presentation of mini projectPaper presentation of mini project
Paper presentation of mini projectJayashankar Gavvala
 
Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...mahesh_rman
 
Home automation using arduino
Home automation using arduinoHome automation using arduino
Home automation using arduinoIkram Arshad
 
Wireless Electronic Notice Board
Wireless Electronic Notice BoardWireless Electronic Notice Board
Wireless Electronic Notice BoardSajan CK
 
Home Automation System
Home Automation SystemHome Automation System
Home Automation SystemSweha Rajora
 
Anti drowsy alarm for drivers
Anti drowsy alarm for driversAnti drowsy alarm for drivers
Anti drowsy alarm for driversDuc Nguyen Van
 
Home automation based iot
Home automation based iotHome automation based iot
Home automation based iottashushy
 
Smart Helmet & Feature Bike
Smart Helmet & Feature BikeSmart Helmet & Feature Bike
Smart Helmet & Feature BikeIRJET Journal
 
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILESACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILESAdrija Chowdhury
 

What's hot (20)

Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)
 
smart helmet
smart helmetsmart helmet
smart helmet
 
Wireless E-Notice Board Using Bluetooth Report.docx
Wireless E-Notice Board Using Bluetooth Report.docxWireless E-Notice Board Using Bluetooth Report.docx
Wireless E-Notice Board Using Bluetooth Report.docx
 
final_report
final_reportfinal_report
final_report
 
Home automation
Home automationHome automation
Home automation
 
Smart Helmet
Smart HelmetSmart Helmet
Smart Helmet
 
GSM BASED FIRE ALARM SYSTEM
GSM BASED FIRE ALARM SYSTEMGSM BASED FIRE ALARM SYSTEM
GSM BASED FIRE ALARM SYSTEM
 
Embedded Systems Training Report
Embedded Systems Training ReportEmbedded Systems Training Report
Embedded Systems Training Report
 
8K Extremely High Resolution Camera System
8K Extremely High Resolution Camera System8K Extremely High Resolution Camera System
8K Extremely High Resolution Camera System
 
Paper presentation of mini project
Paper presentation of mini projectPaper presentation of mini project
Paper presentation of mini project
 
Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...
 
Home automation using arduino
Home automation using arduinoHome automation using arduino
Home automation using arduino
 
Alchol detection
Alchol detectionAlchol detection
Alchol detection
 
Wireless Electronic Notice Board
Wireless Electronic Notice BoardWireless Electronic Notice Board
Wireless Electronic Notice Board
 
Home Automation System
Home Automation SystemHome Automation System
Home Automation System
 
Anti drowsy alarm for drivers
Anti drowsy alarm for driversAnti drowsy alarm for drivers
Anti drowsy alarm for drivers
 
Home automation based iot
Home automation based iotHome automation based iot
Home automation based iot
 
Fire sensing robo
Fire sensing roboFire sensing robo
Fire sensing robo
 
Smart Helmet & Feature Bike
Smart Helmet & Feature BikeSmart Helmet & Feature Bike
Smart Helmet & Feature Bike
 
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILESACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
 

Similar to SMART HELMET (3).pptx

SMART STREET LIGHTING Using IOT
SMART STREET LIGHTING Using IOTSMART STREET LIGHTING Using IOT
SMART STREET LIGHTING Using IOTIRJET Journal
 
IRJET- Smart Blind Stick for Visually Impaired People
IRJET-  	  Smart Blind Stick for Visually Impaired PeopleIRJET-  	  Smart Blind Stick for Visually Impaired People
IRJET- Smart Blind Stick for Visually Impaired PeopleIRJET Journal
 
IRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET Journal
 
smart helmet with intercom feature
smart helmet with intercom featuresmart helmet with intercom feature
smart helmet with intercom featureKimayaMhatre1
 
Women safety device with gps tracking and alerts
Women safety device with gps tracking  and alertsWomen safety device with gps tracking  and alerts
Women safety device with gps tracking and alertsPraween Lakra
 
Automotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
Automotive Collision Avoidance System Using In Solar Powered Smart E-VehicleAutomotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
Automotive Collision Avoidance System Using In Solar Powered Smart E-VehicleIRJET Journal
 
Automatic breaking system.docx
Automatic breaking system.docxAutomatic breaking system.docx
Automatic breaking system.docxPraveenYadav581556
 
A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...
A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...
A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...IRJET Journal
 
PPT On IOT BasedAutomatic Bumper [Autosaved].pptx
PPT On IOT BasedAutomatic Bumper [Autosaved].pptxPPT On IOT BasedAutomatic Bumper [Autosaved].pptx
PPT On IOT BasedAutomatic Bumper [Autosaved].pptxTrishulBG4BD19EC116
 
A Survey on Smart Devices for Object And Fall Detection
A Survey on Smart Devices for Object And Fall DetectionA Survey on Smart Devices for Object And Fall Detection
A Survey on Smart Devices for Object And Fall DetectionIRJET Journal
 
IRJET- Smart Helmet an Intelligent Bike System
IRJET- 	  Smart Helmet an Intelligent Bike SystemIRJET- 	  Smart Helmet an Intelligent Bike System
IRJET- Smart Helmet an Intelligent Bike SystemIRJET Journal
 
IRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For BlindIRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For BlindIRJET Journal
 
anti theft alarm for bikes by vinod and venu
anti theft alarm for bikes by vinod and venuanti theft alarm for bikes by vinod and venu
anti theft alarm for bikes by vinod and venuvenu13
 
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626shailesh yadav
 

Similar to SMART HELMET (3).pptx (20)

B04100611
B04100611B04100611
B04100611
 
Y3.pptx
Y3.pptxY3.pptx
Y3.pptx
 
SMART STREET LIGHTING Using IOT
SMART STREET LIGHTING Using IOTSMART STREET LIGHTING Using IOT
SMART STREET LIGHTING Using IOT
 
IRJET- Smart Blind Stick for Visually Impaired People
IRJET-  	  Smart Blind Stick for Visually Impaired PeopleIRJET-  	  Smart Blind Stick for Visually Impaired People
IRJET- Smart Blind Stick for Visually Impaired People
 
IRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military Area
 
smart helmet with intercom feature
smart helmet with intercom featuresmart helmet with intercom feature
smart helmet with intercom feature
 
A9399109119
A9399109119A9399109119
A9399109119
 
Women safety device with gps tracking and alerts
Women safety device with gps tracking  and alertsWomen safety device with gps tracking  and alerts
Women safety device with gps tracking and alerts
 
Automotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
Automotive Collision Avoidance System Using In Solar Powered Smart E-VehicleAutomotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
Automotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
 
Automatic breaking system.docx
Automatic breaking system.docxAutomatic breaking system.docx
Automatic breaking system.docx
 
A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...
A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...
A Survey on IoT-Based Vehicle Accident Prevention and Emergency Notification ...
 
PPT On IOT BasedAutomatic Bumper [Autosaved].pptx
PPT On IOT BasedAutomatic Bumper [Autosaved].pptxPPT On IOT BasedAutomatic Bumper [Autosaved].pptx
PPT On IOT BasedAutomatic Bumper [Autosaved].pptx
 
PROJECT PPT.pptx
PROJECT PPT.pptxPROJECT PPT.pptx
PROJECT PPT.pptx
 
A Survey on Smart Devices for Object And Fall Detection
A Survey on Smart Devices for Object And Fall DetectionA Survey on Smart Devices for Object And Fall Detection
A Survey on Smart Devices for Object And Fall Detection
 
IRJET- Smart Helmet an Intelligent Bike System
IRJET- 	  Smart Helmet an Intelligent Bike SystemIRJET- 	  Smart Helmet an Intelligent Bike System
IRJET- Smart Helmet an Intelligent Bike System
 
IRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For BlindIRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For Blind
 
anti theft alarm for bikes by vinod and venu
anti theft alarm for bikes by vinod and venuanti theft alarm for bikes by vinod and venu
anti theft alarm for bikes by vinod and venu
 
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626
 
Anam rajkumar sarvesh
Anam rajkumar sarveshAnam rajkumar sarvesh
Anam rajkumar sarvesh
 
Zeroth review.ppt
Zeroth review.pptZeroth review.ppt
Zeroth review.ppt
 

Recently uploaded

AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 

Recently uploaded (20)

AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 

SMART HELMET (3).pptx

  • 1. SMARTHELMETUSINGARDUINO • PROJECT GUIDE : • BHARATHI MAM • DEPT : CSE • JAYA PRAKASH NARAYANA COLLEGE OF ENGINEERING ,DHARMAPUR,MAHABUBNAGAR. • TEAM MEMBERS : • L. SRIROOPA (19361A0584) • B. RUKMINI(19361A0563) • T. SAIKUMAR REDDY (18361A0577) • K. RAHUL SHASHANK (19361A05A1) • D.SREEJA(19361A0581)
  • 2. CONTENTS :  ABSTRACT  INTRODUCTION  EXISTING  DRAWBACKS OF EXISTING SYSTEM  PROPOSED SYSTEM  ADVANTAGES OF PROPOSED SYSTEM  HARDWARE REQUIREMENTS  CIRCUIT DAIGRAM  BLOCK DAIGRAM  FLOW DIAGRAM  IMPLEMENTATION  RESULT  CONCLUSION  SCOPE FOR FUTURE WORK
  • 3. A smart helmet is a type of protective headgear used by the rider which makes bike driving safer than before. The main purpose of this helmet is to provide safety for the rider. It is compulsory to wear the helmet, without which the ignition switch cannot turn ON. An RF Module can be used as wireless link for communication between transmitter and receiver. ABSTRACT
  • 4. INTRODUCTION  Transportation industry was always an essential part of the economy, and a tool used by the government.  Motorcycles are the craziest vehicle in the young generation and as well as to the world.  With the help of new technologies such as IoT, We make it mandatory for the bike rider to wear a helmet during his/her ride. In a recent survey, every hour 4 people die in road accidents, 70% due to not wearing a helmet ,Which is the main reason for brain damage and this leads to immediate death .  If the rider wears the helmet, 80% chances for avoiding head injuries and we can save a life from accidents
  • 5. EXISTING  There are currently two products in the market Altor :  It is a company which manufactures smart helmets ,  The features of smart helmets manufactured by Altor are Bluetooth calling, Navigation, Emergency SOS , playing songs and accident alert system  Sena intercom:  Sena is a US based company which manufactures smart helmets and smart helmet gears Sena intercom is a device which can be installed to a helmet to make it smart, The functions of sena intercom are Bluetooth calling, Navigation, playing songs .  But both of them doesn't have any specification that makes helmet necessary to ride bike
  • 6. DRAWBACKSOFEXISTINGSYSTEM The existing smart helmets doesn’t have any feature to make them manditory to wear it And many normal helmets doesn’t have any smart features like Bluetooth enabled calling and navigation Because of this many people are not willing to wear helmets resulting in the death of many bikers As there are many drawbacks in the existing system we are proposing a new system
  • 7. PROPOSEDSYSTEM We are developing a smart helmet using the internet of things (IoT) technology, in which we ensure the safety of the bike rider and also very functional We are using transmitter and receiver to ensure that biker wears helmet if bikers removes the helmet then ignition will turn off And by using bluetooth module we are able to pickup the call and we can get the directions using navigation By these things we can make helmets not a choice but a nessacity
  • 8. ADVANTAGESOFPROPOSEDSYSTEM By using this system we can reduce the number of deaths caused by not wearing helmet We can easily answer the important calls while driving without much effort We can get the directions to reach specific place which is very important when we are new to a specific place We can ensure the safety of biker while making it easy to get directions and answer the calls
  • 10. HELMETSECTION • IR Sensor: • An infrared proximity sensor or IR Sensor is an electronic device that emits infrared lights to sense some aspect of the surroundings and can be employed to detect the motion of an object. As this is a passive sensor, it can only measure infrared radiation. This sensor is very common in the electronic industry and if you’ve ever tried to design an obstacle avoidance robot or any other proximity detection-based system, chances are you already know about this module, and if you don’t, then follow this article as here we will discuss everything about it.   RF transmitter (434-Mhz):  RF modules are 434 MHz transmitter and receiver components. RF transmitter is the wireless data transmitting device. It transmits serial data to the receiver through an antenna which is connected to the 4th pin of the transmitter. It transmits the helmet data to the bike receiver through the radio frequency signals and microcontroller will process the received data.
  • 11. 9VBattery :  Battery is used to power the Arduino and Bluetooth speakers.  Switch (ON/OFF button) :  A switch is an electric mechanism for ON/OFF the device, it is used to regulate the flow of electricity by interrupting or diverting the current from one conductor to another. This switch is placed inside on top of the helmet and it is pressed when the rider wears the helmet and it released when helmet takes off. Based on the switch condition the bike ignition key will be ON/OFF.
  • 12. 7085 VOLTAGE REGULTOR : A 9v to 5v voltage regulator can be implemented with an LM7805 step-down voltage converter. It is used for (10mA to 1 Amp and more) medium to a high current application. The unique about this circuit is its ability to provide the same output current as applied at the input end. JUMPER WIRES : They are used to establish connection between components and they transfer electric signals
  • 13. RF receiver:  RF receiver (434-Mhz) :  Radio-frequency receiver is an electronic device, used to communicate between two electronic devices which are connected wirelessly. The transmission takes place through the radio waves which are of the form of electromagnetic radiation. The helmet module(transmitter) output data will be received by the vehicle module(receiver) and the process will take place by wireless technology.  LCD (16×2) :  LCD stands for liquid crystal display that it uses liquid crystals for operation. It is very popular and broadly used in electronic projects as they are used for displaying information like sensors data from the project, and commonly found in smart-phones, televisions, computer monitors and instrument panels. BIKE SECTION
  • 14.  ARDINO UNO : Arduino is the open-source platform used for building electronic projects. It consists of both hardware circuit and software tool, and this software is used to write the code and upload into the physical board through the cable. Arduino IDE uses the simplified version of C++, but this is one of the easiest ways to write the code. Arduino can interact with sensors, motors, internet, smart-phone and the TV. Arduino has varieties of boards but the UNO is one of the most popular board in the Arduino family.  BUZZER : It is a electrical device that makes a buzzing noise and is used for signalling.
  • 15. IGNITION KEY : In this project ignition key is used to represent the ignition of a bike , It has keys to turn on and turn off the motor  JUMPER WIRES : They are used to establish connection between components and they transfer electric signals
  • 16. CIRCUIT DIAGRAM A circuit daigram is a graphical representation of an electrical circuit . It is also known as an electrical daigram.
  • 17. Block Daigram : A block diagram is a visual representation of a system that uses simple, labeled blocks that represent single or multiple items, entities or concepts, connected by lines to show relationships between them.
  • 18. Flow Daigram Flow diagram is a collective term for a diagram representing a flow or set of dynamic relationships in a system.
  • 19. IMPLEMENTATION  Here we designed a system which checks the two conditions before the ignition of the engine. The first condition is whether the rider is wearing a helmet or not and it is detected by a position sensor. The second condition is if the key is on or not. If any of the two or both conditions are violated then the bike will not start. If the rider is wearing a helmet and the key is turned on then the ignition of the engine starts.  When the key is turned on then system will check whether the helmet is worn or not , if the helmet is not worn then we will be indicated through buzzer and once we wear helmet the buzzer stops and engine will be on ,once we remove the helmet the engine will be turned off
  • 20.
  • 21. RESULT  Nowadays, most cases of accidents are caused by motorbikes. The severity of those accidents is increased because of the absence of helmets .  In our project, we have a tendency to develop an electronic intelligent helmet system that efficiently checks the wearing of helmets .  By implementing this system a safe 2-wheeler journey is possible which would decrease the head injuries throughout accidents caused by the absence of a helmet and additionally reduce the death rate due to head injury.
  • 22. CONCLUSION  The designed system is highly useful to avoid accidents which happen around the night time.  It provides more than 70% safety for two-wheelers. It is a fact that the implementation of the system will increase the cost of vehicles but it is better to have some percent safety rather than having no percentage of safety.  This system could be further enhanced with future technologies to provide further safety and security to vehicle systems.
  • 23. Scope for Future Work:  In future, we have planned to construct our intelligent system at a compact size and additionally as globally acceptable to avoid accidents because of bikes.  Can be modified for four-wheelers.  GPS can be used to track the location of an accident.  Light dimmer sensors can be used to dim the light automatically when light from other vehicles falls on it.