SlideShare a Scribd company logo
International Journal of Civil, Mechanical and Energy Science, 7(4)
Jul-Aug, 2021
Available: https://aipublications.com/ijcmes/
Peer-Reviewed Journal
ISSN: 2455-5304
https://dx.doi.org/10.22161/ijcmes.74.1 1
Electromagnetic Braking System using Ultrasonic Sensor
Mohd. Sabir Khan, Arun Kumar Rao, Naresh Choudhary, Jeetendra Kumar Sharma,
Tejeshwar, Mr. Naween Jha, Mr. Ghanshyam Mishra
Department of Mechanical Engineering, Global Institute of Technology, Jaipur, India
Received: 15 Jun 2021; Received in revised form: 27 Jun 2021; Accepted: 04 Jul 2021; Available online: 08 Jul 2021
©2021 The Author(s). Published by Infogain Publication. This is an open access article under the CC BY license
(https://creativecommons.org/licenses/by/4.0/)
Abstract— The concept of our paper is based on the automatic braking system. As we know that most time
the accident takes place due to loss of control, drunk & drive and much more breaking reason.In our
system there is a sensor that detects the speed of movement of the vehicle and an ultrasonic sensor, that
sense the distance of the object in front of the vehicle. The sensor system will sense the speed of the vehicle
or object in the front while the microcontroller calculates the distance required to stop the moving vehicle.
The whole system is automatic and the braking application will take place without any manual input
therefore it will decrease the rate of error hence the rate of road accidents.
Keywords— Embedded System, Ultrasonic Sensor, Microcontroller, Transmitter, Automatic Braking
I. INTRODUCTION
A most important part of a vehicle system is a braking
system. In a conventional braking system, the kinetic
energy is converted into thermal energy. But in this
system, we are going to use an electromagnetic braking
system with a combination of sensors and
microcontrollers. In an electromagnetic braking system,
we use the electromagnetic property such as lenz law and
farady law. We have used an ultrasonic sensor and
microcontroller so that we can control and calculate the
distance required for safe breaking with high efficiency.
Fig1 Project Prototype
A. Problem Statement:
The motive of the project is “Safe Drive, Save Life”
therefore we have designed a fabricated automatic braking
system to decrease the rate of accidents due to Driver’s
irresponsibility.
B. Solution Proposed
An automatic braking system using an ultrasonic sensor
which can detect the obstacle in the way of the vehicle and
can take the decision of brake application.
II. UTILITIES USED
A. Ultrasonic Sensor
It is an electronic device that measures the distance
between the source and the obstacle in front of it. It has
two main component transistor and receiver.[4] The speed
of ultrasonic waves is faster than the speed of audible
sound. There are two main components in the ultrasonic
sensor: the transmitter and the receiver. The transmitter
emits the ultrasonic wave while the receiver detects the
wave after reflection from the obstacle in front.[4]
Fig. 2 Ultrasonic Sensor
Mohd. Sabir Khan et al. Electromagnetic Braking System using Ultrasonic Sensor
ISSN: 2455-5304
https://dx.doi.org/10.22161/ijcmes.74.1 2
B. Electromagnetic Coil
An electromagnetic coil is an electrical component. It is
made up of an electrical conductor such as conducting
wire in the shape of a spiral, coil or helix. In many
mechatronic system, we use the coil as a temporary
magnet.
Fig. 3 Electromagnetic Coil
C. DC Motor
DC motor is an electronic device that converts electrical
energy into mechanical energy. Since it works on direct
current therefore it is called as DC motor..
Fig. 4 DC Motor
D. Arduino UNO
The Arduino UNO is ATmega328 based microcontroller.
It has 20 digital input/output pins, a 16 MHz resonator, a
USB connection, a power jack, rest button and an in-
circuit system programming (ICSP) header. [5] We can
use USB cable or external 9-volt battery for powering it,
though it works between 7 to 20 volts.
Fig.5 Arduino UNO
E. BC548
BC548 is a transistor. It is an NPN transistor in which the
collector and emitter will left open. It works on reversed
biased.
Fig.6 BC548
F. Crystal Oscillitor
A crystal oscillator is an electronic oscillator circuit. It is
used for the mechanical resonance of a vibrating
piezoelectric crystal. It creates an electrical signal with a
given frequency.
Fig.7 Crystal Oscillator
G. PCB
PCB also known as printed circuit board provide
mechanical support electrical connection between the
electric component. It uses conductive tracks, pads and
other features echoed from one or more sheet layers of
copper laminated onto and/or between sheet layers of a
non-conductive substrate.
Fig.8 Printed Circuit Board
Mohd. Sabir Khan et al. Electromagnetic Braking System using Ultrasonic Sensor
ISSN: 2455-5304
https://dx.doi.org/10.22161/ijcmes.74.1 3
III. CONFIGURING AND CALCULATIONS
A. Code Configuration
inttrigPin = 9;
intechoPin = 10;
int led1 = 8;
void setup() {
Serial.begin(9600);
pinMode(led, OUTPUT);
pinMode(led1, OUTPUT);
pinMode(trigPin, OUTPUT);
pinMode(echoPin, INPUT);
}
void loop() {
long duration, distance;
digitalWrite(trigPin,HIGH);
delayMicroseconds(1000);
digitalWrite(trigPin, LOW);
duration=pulseIn(echoPin, HIGH);
if((distance<=30))
{
digitalWrite(led, HIGH);
digitalWrite(led1, HIGH);
}
else if(distance>30)
{
digitalWrite(led, LOW);
digitalWrite(led1, LOW );
} }
B. Calculation
Braking Distance = V2
/ 2µg (meter)
Where V= Velocity of the vehicle (m/s)
µ = Friction Coefficient = 0.8
g = Acceleration due to gravity = 9.81(m/s2
)
In this formula the condition of brakes and the
road conditions are not considered for coefficient
of friction µ. [2]
Table 1 Braking Distance
Velocity
(km/hr)
Braking
Distance (m)
60 17.69
50 12.28
40 7.86
30 4.42
05 0.12
IV. WORKING
A. Working of Electromagnetic Brake
The principle of a conventional braking system is the
conversion of kinetic energy into thermal energy.[1] When
the brake is activated in the vehicle, a huge retarding force
which is several times as powerful as the force required to
put the car in motion is activated and emitt the associated
kinetic energy as thermal energy.
It transmits torque mechanically but uses an electric
actuation. A magnetic field is created when the brake
receives a current and due to which the coil is turned into
an electromagnet that creates magnetic lines of flux. This
flux attracts the armature.[1] Usually, the armature and
hub are mounted on a rotating shaft. The attraction force
between coil and armature brings the rotating shaft to stop
in a short amount of time.
When there is no current supply, then the armature can
turn with the shaft smoothly. In most cases of
electromagnetic brakes, the armature is held away from the
braking surface with the help of spring.
B. Working of EMBUS
EMBUS consist of an ultrasonic transmitter and receiver
on the front of the vehicle. The transmitter emits an
ultrasonic wave regularly. [3] These waves are reflected by
the obstacle and are received by the ultrasonic receiver.
Then the microcontroller controls the speed of the vehicle
on the base of the detection pulse information. The quick
response time provide is used to shorten the braking
distance by introducing advanced control of braking
system operation.
Mohd. Sabir Khan et al. Electromagnetic Braking System using Ultrasonic Sensor
ISSN: 2455-5304
https://dx.doi.org/10.22161/ijcmes.74.1 4
Fig.9 Circuit Pin Diagram
V. CONCLUSION
Our motive was to reduce the error from the braking
system by introducing automation in braking system. In
our prototype when the sensor senses the obstacle in front
of the vehicle, it will send a signal to the control unit
which will give the command for braking. Hence, we have
reduced the rate of error by introducing automation in the
braking system.
REFERENCES
[1] Vtechworks.lib.vt.edu. 2021. General Principles OF
Electromagnetic Brakes. [online] Available at:
<https://vtechworks.lib.vt.edu/bitstream/handle/10919/3059
8/CHAP1_DOC.pdf?sequence=1&isAllowed=y> [Accessed
1 July 2021].
[2] S. Deotale, M. and Shivankar, H., 2016. Review on
Intelligent Braking System. [online] Ijritcc.org. Available at:
<https://ijritcc.org/download/conferences/ICMTEST_2016/I
CMTEST_2016_Track/1461913781_29-04-2016.pdf>
[Accessed 1 July 2021].
[3] Kavatkar, T., Salvi, H. and Rahate, M., 2017. Design and
Analysis of Intelligent Braking System. [online] Jetir.org.
Available at:
<https://www.jetir.org/papers/JETIRAE06056.pdf>
[Accessed 1 July 2021].
[4] Carullo, Alessio & Parvis, Marco. (2001). An ultrasonic
sensor for distance measurement in automotive applications.
Sensors Journal, IEEE. 1. 143 - 147.
10.1109/JSEN.2001.936931. [Accessed 1 July 2021].
[5] Louis, Leo. (2018). Working Principle of Arduino and
Using it as a Tool for Study and Research. International
Journal of Control, Automation, Communication and
Systems. 1. 10.5121/ijcacs.2016.1203. [Accessed 1 July
2021].

More Related Content

PDF
Design and Fabrication of Shaft Drive for two Wheelers
DOCX
Final year project report on scissor lift
PPTX
Presentation on scissor jack
PDF
Ijariie1189
PDF
Design of automatic wall plastering machine
PPTX
compressed air vehicle
PDF
Analysis and Modification of Scissor Jack
PDF
Regenerative braking system
Design and Fabrication of Shaft Drive for two Wheelers
Final year project report on scissor lift
Presentation on scissor jack
Ijariie1189
Design of automatic wall plastering machine
compressed air vehicle
Analysis and Modification of Scissor Jack
Regenerative braking system

What's hot (20)

PPT
Ifp ch. no. 5 pneumatic circuits
PDF
BAJA 2013 final year project report
PDF
Electromagnetic breaking system report, group 14 career point university
PPT
Dlw varanasi
PDF
Report CHENAB BRIDGE 46,47,48,49 ....pdf
PDF
FINAL REPORT - Copy
PPTX
Lecture 1 introduction to automobile engineering
PDF
Cvt mini project presentation
PPTX
Electromagnetic braking system ppt
PDF
Regenerative Braking System Report
PPTX
Fluid flywheel
DOCX
AIR BRAKE SYSTEM
PPTX
WHEEL ALIGNMENT & BALANCING
PDF
Material, design &amp; analysis of a bicycle frame
PPTX
Electric power steering
PPTX
Phase 1 dynamic analysis of single plate clutch using different friction mate...
PPT
Hybrid Motorcycle
PDF
Agricultural biycycle sprayer engineering project.pdf
PPTX
UNIT II ENGINE AUXILIARY SYSTEMS
Ifp ch. no. 5 pneumatic circuits
BAJA 2013 final year project report
Electromagnetic breaking system report, group 14 career point university
Dlw varanasi
Report CHENAB BRIDGE 46,47,48,49 ....pdf
FINAL REPORT - Copy
Lecture 1 introduction to automobile engineering
Cvt mini project presentation
Electromagnetic braking system ppt
Regenerative Braking System Report
Fluid flywheel
AIR BRAKE SYSTEM
WHEEL ALIGNMENT & BALANCING
Material, design &amp; analysis of a bicycle frame
Electric power steering
Phase 1 dynamic analysis of single plate clutch using different friction mate...
Hybrid Motorcycle
Agricultural biycycle sprayer engineering project.pdf
UNIT II ENGINE AUXILIARY SYSTEMS
Ad

Similar to Electromagnetic Braking System using Ultrasonic Sensor (20)

DOCX
Automatic breaking system.docx
PPTX
Automatic Braking System, Final review ppt presentation6 (1).pptx
PDF
Nov163265 research paper
PDF
Sensor Fault Detection and Isolation Based on Artificial Neural Networks and ...
PPTX
Automatic braking system
PDF
IJSETR-VOL-4-ISSUE-5-1231-1236
PDF
Automatic braking system whole project documentation.docx pdf
PDF
Mobile robot turned on by sound and directionally controlled by an external l...
PDF
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
PDF
B010620715
PDF
IRJET- Study of Audible Identification Alert System for Rash Driving
PPTX
SPEED CHECKER AND OVER SPEED DETECTION FOR HIGHWAYS
PDF
Design-and-Implementation-of-an-Improved-Automatic-DC-Motor-Speed-Control-Sys...
PDF
IJSRDV5I40109.pdf
PDF
B010110710
PDF
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
PDF
Doc a.7-tlc report
PDF
FINAL DOCUMENT Abs (Autosaved).pdf
PDF
Automatic Threshold on Current based Anti-pinch Mechanism for Power Windows
PDF
Fuzzy-Logic-Controller-Based Fault Isolation in PWM VSI for Vector Controlled...
Automatic breaking system.docx
Automatic Braking System, Final review ppt presentation6 (1).pptx
Nov163265 research paper
Sensor Fault Detection and Isolation Based on Artificial Neural Networks and ...
Automatic braking system
IJSETR-VOL-4-ISSUE-5-1231-1236
Automatic braking system whole project documentation.docx pdf
Mobile robot turned on by sound and directionally controlled by an external l...
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
B010620715
IRJET- Study of Audible Identification Alert System for Rash Driving
SPEED CHECKER AND OVER SPEED DETECTION FOR HIGHWAYS
Design-and-Implementation-of-an-Improved-Automatic-DC-Motor-Speed-Control-Sys...
IJSRDV5I40109.pdf
B010110710
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
Doc a.7-tlc report
FINAL DOCUMENT Abs (Autosaved).pdf
Automatic Threshold on Current based Anti-pinch Mechanism for Power Windows
Fuzzy-Logic-Controller-Based Fault Isolation in PWM VSI for Vector Controlled...
Ad

More from AI Publications (20)

PDF
Shelling and Schooling: Educational Disruptions and Social Consequences for C...
PDF
Climate Resilient Crops: Innovations in Vegetable Breeding for a Warming Worl...
PDF
Impact of Processing Techniques on Antioxidant, Antimicrobial and Phytochemic...
PDF
Determinants of Food Safety Standard Compliance among Local Meat Sellers in I...
PDF
A Study on Analysing the Financial Performance of AU Small Finance and Ujjiva...
PDF
An Examine on Impact of Social Media Advertising on Consumer Purchasing Behav...
PDF
A Study on Impact of Customer Review on Online Purchase Decision with Amazon
PDF
A Comparative Analysis of Traditional and Digital Marketing Strategies in Era...
PDF
Assessment of Root Rot Disease in Green Gram (Vigna radiata L.) Caused by Rhi...
PDF
Biochemical Abnormalities in OPS Poisoning and its Prognostic Significance
PDF
Potential energy curves, spectroscopic parameters, vibrational levels and mol...
PDF
Effect of Thermal Treatment of Two Titanium Alloys (Ti-49Al & Ti-51Al) on Cor...
PDF
Theoretical investigation of low-lying electronic states of the Be+He molecul...
PDF
Phenomenology and Production Mechanisms of Axion-Like Particles via Photon In...
PDF
Effect of Storage Conditions and Plastic Packaging on Postharvest Quality of ...
PDF
Shared Links: Building a Community Economic Ecosystem under ‘The Wall’—Based ...
PDF
Design a Novel Neutral Point Clamped Inverter Without AC booster for Photo-vo...
PDF
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
PDF
Anomaly Detection in Smart Home IoT Systems Using Machine Learning Approaches
PDF
Improving the quality of life of older adults through acupuncture
Shelling and Schooling: Educational Disruptions and Social Consequences for C...
Climate Resilient Crops: Innovations in Vegetable Breeding for a Warming Worl...
Impact of Processing Techniques on Antioxidant, Antimicrobial and Phytochemic...
Determinants of Food Safety Standard Compliance among Local Meat Sellers in I...
A Study on Analysing the Financial Performance of AU Small Finance and Ujjiva...
An Examine on Impact of Social Media Advertising on Consumer Purchasing Behav...
A Study on Impact of Customer Review on Online Purchase Decision with Amazon
A Comparative Analysis of Traditional and Digital Marketing Strategies in Era...
Assessment of Root Rot Disease in Green Gram (Vigna radiata L.) Caused by Rhi...
Biochemical Abnormalities in OPS Poisoning and its Prognostic Significance
Potential energy curves, spectroscopic parameters, vibrational levels and mol...
Effect of Thermal Treatment of Two Titanium Alloys (Ti-49Al & Ti-51Al) on Cor...
Theoretical investigation of low-lying electronic states of the Be+He molecul...
Phenomenology and Production Mechanisms of Axion-Like Particles via Photon In...
Effect of Storage Conditions and Plastic Packaging on Postharvest Quality of ...
Shared Links: Building a Community Economic Ecosystem under ‘The Wall’—Based ...
Design a Novel Neutral Point Clamped Inverter Without AC booster for Photo-vo...
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
Anomaly Detection in Smart Home IoT Systems Using Machine Learning Approaches
Improving the quality of life of older adults through acupuncture

Recently uploaded (20)

PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
web development for engineering and engineering
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
Welding lecture in detail for understanding
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
Sustainable Sites - Green Building Construction
PPTX
OOP with Java - Java Introduction (Basics)
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
PPT on Performance Review to get promotions
PDF
composite construction of structures.pdf
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
DOCX
573137875-Attendance-Management-System-original
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
web development for engineering and engineering
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Welding lecture in detail for understanding
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Operating System & Kernel Study Guide-1 - converted.pdf
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Sustainable Sites - Green Building Construction
OOP with Java - Java Introduction (Basics)
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPT on Performance Review to get promotions
composite construction of structures.pdf
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
573137875-Attendance-Management-System-original
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Model Code of Practice - Construction Work - 21102022 .pdf
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...

Electromagnetic Braking System using Ultrasonic Sensor

  • 1. International Journal of Civil, Mechanical and Energy Science, 7(4) Jul-Aug, 2021 Available: https://aipublications.com/ijcmes/ Peer-Reviewed Journal ISSN: 2455-5304 https://dx.doi.org/10.22161/ijcmes.74.1 1 Electromagnetic Braking System using Ultrasonic Sensor Mohd. Sabir Khan, Arun Kumar Rao, Naresh Choudhary, Jeetendra Kumar Sharma, Tejeshwar, Mr. Naween Jha, Mr. Ghanshyam Mishra Department of Mechanical Engineering, Global Institute of Technology, Jaipur, India Received: 15 Jun 2021; Received in revised form: 27 Jun 2021; Accepted: 04 Jul 2021; Available online: 08 Jul 2021 ©2021 The Author(s). Published by Infogain Publication. This is an open access article under the CC BY license (https://creativecommons.org/licenses/by/4.0/) Abstract— The concept of our paper is based on the automatic braking system. As we know that most time the accident takes place due to loss of control, drunk & drive and much more breaking reason.In our system there is a sensor that detects the speed of movement of the vehicle and an ultrasonic sensor, that sense the distance of the object in front of the vehicle. The sensor system will sense the speed of the vehicle or object in the front while the microcontroller calculates the distance required to stop the moving vehicle. The whole system is automatic and the braking application will take place without any manual input therefore it will decrease the rate of error hence the rate of road accidents. Keywords— Embedded System, Ultrasonic Sensor, Microcontroller, Transmitter, Automatic Braking I. INTRODUCTION A most important part of a vehicle system is a braking system. In a conventional braking system, the kinetic energy is converted into thermal energy. But in this system, we are going to use an electromagnetic braking system with a combination of sensors and microcontrollers. In an electromagnetic braking system, we use the electromagnetic property such as lenz law and farady law. We have used an ultrasonic sensor and microcontroller so that we can control and calculate the distance required for safe breaking with high efficiency. Fig1 Project Prototype A. Problem Statement: The motive of the project is “Safe Drive, Save Life” therefore we have designed a fabricated automatic braking system to decrease the rate of accidents due to Driver’s irresponsibility. B. Solution Proposed An automatic braking system using an ultrasonic sensor which can detect the obstacle in the way of the vehicle and can take the decision of brake application. II. UTILITIES USED A. Ultrasonic Sensor It is an electronic device that measures the distance between the source and the obstacle in front of it. It has two main component transistor and receiver.[4] The speed of ultrasonic waves is faster than the speed of audible sound. There are two main components in the ultrasonic sensor: the transmitter and the receiver. The transmitter emits the ultrasonic wave while the receiver detects the wave after reflection from the obstacle in front.[4] Fig. 2 Ultrasonic Sensor
  • 2. Mohd. Sabir Khan et al. Electromagnetic Braking System using Ultrasonic Sensor ISSN: 2455-5304 https://dx.doi.org/10.22161/ijcmes.74.1 2 B. Electromagnetic Coil An electromagnetic coil is an electrical component. It is made up of an electrical conductor such as conducting wire in the shape of a spiral, coil or helix. In many mechatronic system, we use the coil as a temporary magnet. Fig. 3 Electromagnetic Coil C. DC Motor DC motor is an electronic device that converts electrical energy into mechanical energy. Since it works on direct current therefore it is called as DC motor.. Fig. 4 DC Motor D. Arduino UNO The Arduino UNO is ATmega328 based microcontroller. It has 20 digital input/output pins, a 16 MHz resonator, a USB connection, a power jack, rest button and an in- circuit system programming (ICSP) header. [5] We can use USB cable or external 9-volt battery for powering it, though it works between 7 to 20 volts. Fig.5 Arduino UNO E. BC548 BC548 is a transistor. It is an NPN transistor in which the collector and emitter will left open. It works on reversed biased. Fig.6 BC548 F. Crystal Oscillitor A crystal oscillator is an electronic oscillator circuit. It is used for the mechanical resonance of a vibrating piezoelectric crystal. It creates an electrical signal with a given frequency. Fig.7 Crystal Oscillator G. PCB PCB also known as printed circuit board provide mechanical support electrical connection between the electric component. It uses conductive tracks, pads and other features echoed from one or more sheet layers of copper laminated onto and/or between sheet layers of a non-conductive substrate. Fig.8 Printed Circuit Board
  • 3. Mohd. Sabir Khan et al. Electromagnetic Braking System using Ultrasonic Sensor ISSN: 2455-5304 https://dx.doi.org/10.22161/ijcmes.74.1 3 III. CONFIGURING AND CALCULATIONS A. Code Configuration inttrigPin = 9; intechoPin = 10; int led1 = 8; void setup() { Serial.begin(9600); pinMode(led, OUTPUT); pinMode(led1, OUTPUT); pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); } void loop() { long duration, distance; digitalWrite(trigPin,HIGH); delayMicroseconds(1000); digitalWrite(trigPin, LOW); duration=pulseIn(echoPin, HIGH); if((distance<=30)) { digitalWrite(led, HIGH); digitalWrite(led1, HIGH); } else if(distance>30) { digitalWrite(led, LOW); digitalWrite(led1, LOW ); } } B. Calculation Braking Distance = V2 / 2µg (meter) Where V= Velocity of the vehicle (m/s) µ = Friction Coefficient = 0.8 g = Acceleration due to gravity = 9.81(m/s2 ) In this formula the condition of brakes and the road conditions are not considered for coefficient of friction µ. [2] Table 1 Braking Distance Velocity (km/hr) Braking Distance (m) 60 17.69 50 12.28 40 7.86 30 4.42 05 0.12 IV. WORKING A. Working of Electromagnetic Brake The principle of a conventional braking system is the conversion of kinetic energy into thermal energy.[1] When the brake is activated in the vehicle, a huge retarding force which is several times as powerful as the force required to put the car in motion is activated and emitt the associated kinetic energy as thermal energy. It transmits torque mechanically but uses an electric actuation. A magnetic field is created when the brake receives a current and due to which the coil is turned into an electromagnet that creates magnetic lines of flux. This flux attracts the armature.[1] Usually, the armature and hub are mounted on a rotating shaft. The attraction force between coil and armature brings the rotating shaft to stop in a short amount of time. When there is no current supply, then the armature can turn with the shaft smoothly. In most cases of electromagnetic brakes, the armature is held away from the braking surface with the help of spring. B. Working of EMBUS EMBUS consist of an ultrasonic transmitter and receiver on the front of the vehicle. The transmitter emits an ultrasonic wave regularly. [3] These waves are reflected by the obstacle and are received by the ultrasonic receiver. Then the microcontroller controls the speed of the vehicle on the base of the detection pulse information. The quick response time provide is used to shorten the braking distance by introducing advanced control of braking system operation.
  • 4. Mohd. Sabir Khan et al. Electromagnetic Braking System using Ultrasonic Sensor ISSN: 2455-5304 https://dx.doi.org/10.22161/ijcmes.74.1 4 Fig.9 Circuit Pin Diagram V. CONCLUSION Our motive was to reduce the error from the braking system by introducing automation in braking system. In our prototype when the sensor senses the obstacle in front of the vehicle, it will send a signal to the control unit which will give the command for braking. Hence, we have reduced the rate of error by introducing automation in the braking system. REFERENCES [1] Vtechworks.lib.vt.edu. 2021. General Principles OF Electromagnetic Brakes. [online] Available at: <https://vtechworks.lib.vt.edu/bitstream/handle/10919/3059 8/CHAP1_DOC.pdf?sequence=1&isAllowed=y> [Accessed 1 July 2021]. [2] S. Deotale, M. and Shivankar, H., 2016. Review on Intelligent Braking System. [online] Ijritcc.org. Available at: <https://ijritcc.org/download/conferences/ICMTEST_2016/I CMTEST_2016_Track/1461913781_29-04-2016.pdf> [Accessed 1 July 2021]. [3] Kavatkar, T., Salvi, H. and Rahate, M., 2017. Design and Analysis of Intelligent Braking System. [online] Jetir.org. Available at: <https://www.jetir.org/papers/JETIRAE06056.pdf> [Accessed 1 July 2021]. [4] Carullo, Alessio & Parvis, Marco. (2001). An ultrasonic sensor for distance measurement in automotive applications. Sensors Journal, IEEE. 1. 143 - 147. 10.1109/JSEN.2001.936931. [Accessed 1 July 2021]. [5] Louis, Leo. (2018). Working Principle of Arduino and Using it as a Tool for Study and Research. International Journal of Control, Automation, Communication and Systems. 1. 10.5121/ijcacs.2016.1203. [Accessed 1 July 2021].