SlideShare a Scribd company logo
1 of 6
Download to read offline
ISSN 2349-7815
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE)
Vol. 2, Issue 3, pp: (20-25), Month: July 2015 - September 2015, Available at: www.paperpublications.org
Page | 20
Paper Publications
Annunciator for Blind Person Using Ultrasonic
Sensor
Mrs. Lalita K1
, Arpita Ghosh2
, Ashwini G3
, Archana S4
1
Assistant Professor, GSSSIETW
2,3,4
U.G Student, GSSSIETW
Abstract: The challenges faced by the blind people in their everyday lives are not well understood, obstacle
avoidance problem is an essential part of navigation for the blind. The challenging task is to work with a path
where the environment is completely unknown .This paper contains a method to implement a mobility aid for blind
person, it provides the information to avoid obstacles distance based on ultrasonic sensors and this also can be used
in automatic robots, self-propelling vehicles in automated production factories etc. Model contains signal
processing unit with MSP430 microcontroller which receives data from Ultrasonic sensor then process it and gives
alert to the blind person using voice processor with earphone/speaker.
Keywords: MSP430, Signal Processing unit, Ultrasonic sensor, fire sensor, Voice processor.
1. INTRODUCTION
Mobility for the blind can be defined as the ability to move with ease, speed and safety through his environment
independently. With the advances of modern technologies many different types of devices are available to support the
mobility of blind which are generally known as electronic travel aid which aims at conveying information about the
environment to visually impaired individuals, so that they can exploit part of the information that sighted people normally
use to experience the world and navigate it.
There are various methods to measure the distance of obstacle. One of the methods is by means of ultrasonic. Audible
electronic mobility aid and obstacle detector designed for use by individuals who are blind or have low vision, it is a small
electronic device aids users who are blind or visually impaired with orientation and mobility. By listening to sounds
produced by the device, users can determine the distance and location of objects and some of the object's features.
Ultrasonic sensors emit short, high-frequency sound pulses at regular intervals. These propagate in the air at the velocity of
sound. If they strike an object, then they are reflected back as echo signals to the sensor, which itself computes the distance
to the target based on the time-span between emitting the signal and receiving the echo. The main reason to use ultrasonic
sensor is that, the ultrasonic method has unique advantages over conventional sensors are, discrete distances to moving
objects can be detected and measured. Less affected by target materials and surfaces, and not affected by colour. Solid-
state units have virtually unlimited, maintenance free life.
The device attaches to the golf grip handle of a long cane or onto gloves which is worn by the blind person. A headphone
provides audio feedback. The device comes with headphones and an instructional audiotape with sample sounds and a
vibrator which vibrates when obstacle is detected. The device also incorporates a fire sensor to alert the blind person if fire
is detected. Ultrasonic sensors are based on the output waveform whose pulse width varies with round trip delay time of
ultrasonic pulse or distance measured. A fire sensor detects the presence of flame within the coverage area. In An
Electronic Travel Aid for Navigation of Visually Impaired Persons [2] a survey was done of various ETAs based on
features and performance parameters. In Obstacle Avoidance Electronic Travel Aids for Blind [3] the author develops a
navigational/orientation system that uses RFID technology, GPS and computer vision. In Electronic white cane for blind
people navigation assistance”, World Automation Congress (WAC). In [7] a bus detection mechanism for the blind in
travelling from one place to other using RFID system was developed
ISSN 2349-7815
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE)
Vol. 2, Issue 3, pp: (20-25), Month: July 2015 - September 2015, Available at: www.paperpublications.org
Page | 21
Paper Publications
2. SYSTEM ARCHITECTURE
The setup consists of different sensors like ultrasonic sensor and the fire sensor as the input units
Fig.1: Block Diagram of the Setup
Different types of ultrasonic sensor and fire sensors are available in the market. Ultrasonic sensor measures the round trip
delay which is directly proportional to output pulse width of the distance measured. The block diagram of proposed
hardware is shown in Fig.1.The microcontroller triggers the ultrasonic sensor and receives echo when it detects any
obstacle. The microcontroller collects information from ultrasonic sensor (and fire sensor if any fire is detected) and
computes the distance.
The microcontroller works on the 3.3v which receives data signal from Ultrasonic sensor and fire sensor then processes it
and gives alert to the blind person using voice processor with earphone/speaker, this project also detects fire and gives
alert.
Signal processing unit contains MSP430 microcontroller which is used for interfacing between different sensors. Here as
output device audio sound generator are used, the audio tones gives information about the travelling path and can hear
through head phone/ speaker. The audio messages given through the headphone/speaker are like STOP when the distance
measured is less than 0.3m, DANGER when the distance measured is less than 0.6m, WALK when the distance measured
is greater than 0.6m and FIRE when fire is detected.
3. ALGORITHM FOR DISTANCE COMPUTATION
The principle behind ultrasonic distance measurement is that the sensor sends an ultrasound wave that reflects once it hits
the object on its path. As the wave bounces off, it travels back to the receiver end of the sensor (as shown in Fig.2).
Fig.2: Ultrasonic Sensor uses Sound Waves to Measure Distances.
ISSN 2349-7815
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE)
Vol. 2, Issue 3, pp: (20-25), Month: July 2015 - September 2015, Available at: www.paperpublications.org
Page | 22
Paper Publications
The sensor measures the time it takes for the emitted wave to travel from a sender to the object and back to the receiver.
Knowing the round-trip travel times and the speeds of the wave in the medium, ultrasonic devices calculate the distance
that the sound travelled. We use the following equation to calculate the speed of sound.
Distance that sound travels = speed of sound in the medium х time that sound travels
That is, for calculating the distance that sound travels; distance = velocity x time. Hence, the distance between the sensor
and the object is one-half the distance travelled by the sound wave.
Distance between sensor and object = 0.5 X distance that sensor travels
The above equation is the calculation to determine the distance between the sensor and the object.
4. PROPOSED HARDWARE DESIGN
Distance of obstacle depends upon speed of ultrasonic and time required to travelling it. If the time required in travelling
the pulse from sensor to object and return back to sensor can be measured than the measurement of distance can be done.
This can be achieved by using an ultrasonic module which can give the time waveform on C.R.O. in terms of pulse width.
The output pulse width will vary in proportional to the distance travel by the ultrasonic wave.
The sensor transmits an ultrasonic wave and returns an output pulse that is directly proportional to round trip delay. By
measuring the pulse width of output wave, the distance to target can easily be calculated.The ultrasonic sensor produces
pulse width in the output. Ultrasonic sensor contains 4 pins these are Vcc, Trigger, OUT and GND as shown in Fig. 3. Vcc
and GND are supply and ground pins.
Fig.3: Pin Diagram of Ultrasonic Sensor
Trigger input receives 10μs trigger pulse. Microcontroller will make this pin HIGH then delay for about 10 μs and make
pin LOW again. OUT pin gives the Output pulse width depending upon distance travel.
Fig.4: Ultrasonic Sensor Output Wave
After the trigger is given to microcontroller it measures pulse output on OUT pin. Timing diagram of ultrasonic sensor
output wave is shown in Fig. 4.The output pulse duration is converted to distance measured and the temperature effect is
also considered. Ultrasonic sensor has three pulses first is a short pulse which is transmitted at the time of 10μS trigger
input pulse.
Second pulse is the pulse reflected by an object and third pulse is the signal that the sensor receives and converts it to a
pulse of variable duration. A flame detector is a sensor designed to detect and respond to the presence of a flame or fire.
ISSN 2349-7815
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE)
Vol. 2, Issue 3, pp: (20-25), Month: July 2015 - September 2015, Available at: www.paperpublications.org
Page | 23
Paper Publications
Responses to a detected flame depend on the installation, but can include sounding an alarm, deactivating a fuel line and
activating a fire suppression system.. A flame detector can often respond faster and more accurately than a smoke or heat
detector due to the mechanisms it uses to detect the flame.
5. ALGORITHM
The process starts when the microcontroller sends trigger pulse to the ultrasonic sensor, the ultrasonic sensor wits for the
echo then it calculates the microcontroller measures the time taken by the echo to travel back to the sensor.
It the measured distance is greater than 0.6 meter then the audio play back is “WALK” ,if the distance measured is greater
than 0.3meter and less than 0.6 meters then audio play back is “DANGER” and if the distance measured is less than 0.3
meters then the audio play back is “STOP”. This project also incorporates a fire sensor as its input module, when fire is
detected then the audio play back is “FIRE”.
Fig.5: Flow Chart of Project Flow
Where *D=distance , *E=echo .
ISSN 2349-7815
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE)
Vol. 2, Issue 3, pp: (20-25), Month: July 2015 - September 2015, Available at: www.paperpublications.org
Page | 24
Paper Publications
6. EXPERIMENTAL RESULTS
The intelligent cane has been evaluated with the ultrasonic sensor the ultrasonic sensors based on the pulse width. The HC-
SR04 ultrasonic sensor is used to design this project; it uses sonar to determine distance.
Fig.6: Annunciator for Blind Person using Ultrasonic Sensor module
It offers excellent non-contact range detection with high accuracy and stable readings in an easy-to-use package. From
2cm to 400cm or 1” to 13feet. Its operation is not affected by sunlight or black material like Sharp rangefinders. It comes
complete with ultrasonic transmitter and receiver module. Distance information is then conveyed to the user though a
buzzer and vibrator.
7. CONCLUSION
In this paper, we have presented new intelligent system for guiding individuals who are blind or partially sighted, and we
have described how the system can be used to enable those people to move with the same ease and confidence as a sighted
people.
The system has been used to receive the data from the sensing devices and command. We have integrated the ultrasonic
sensor data in order to detect obstacles, and to obtain more detailed regarding the blind’s environment. Evaluations of the
system that we have developed have been conducted by attaching the prototype to the handle of the white cane. The
experimental results have shown the usefulness of the system in allowing blind people to move independently, safely and
quickly among obstacles and hazardous places
ACKNOWLEDGMENT
We take this opportunity to thank Dr. K. A. Sumithra Devi, Principal, GSSSIETW, Mysuru, our H.O.D, Mr M.V.
Sreenivas Rao, Dept.of Instrumentation Technology, Mrs. Lalitha .K , Assistant Professor, Internal guide for their support.
REFERENCES
[1] Kumar,A. Checktronix India Pvt. Ltd., Chennai, India Patra, R. ; Manjunatha, M. ;Mukhopadhyay, J. ; Majumdar,
A.K.( An electronic travel aid for navigation of visually impaired persons) Print ISBN:978-1-4244-8952-7,INSPEC
Accession Number:11835160
[2] Amit Kumar, Rusha Patra, M. Manjunatha, J. Mukhopadhyay and A. K. Majumdar, IIT, Kharagpur “An Electronic
Travel Aid for Navigation ofVisually Impaired Persons” International Conference on Communication Systems and
Networks (COMSNETS), PP-1-5, IEEE 2011.
[3] Dimitrios Dakopoulos and Nikolaos G. Bourbakis, “Wearable ObstacleAvoidance Electronic Travel Aids for Blind:
A Survey”, Transactions onSystems, Man, and Cybernetics, Vol. 40, Issue no. 1, IEEE 2010.
[4] Faria J, Lopes S, Fernandes H, Martins P, Barroso J, “Electronic white cane for blind people navigation assistance”
,World Automation Congress (WAC), PP-1-7, sept 2010
ISSN 2349-7815
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE)
Vol. 2, Issue 3, pp: (20-25), Month: July 2015 - September 2015, Available at: www.paperpublications.org
Page | 25
Paper Publications
[5] Bruno Ando, and Salvatore Graziani, “Multisensor Strategies to Assist Blind People : A Clear-Path Indicator”,
Transactions on Instrumentation and Measurement, Vol. 58, Issue no. 8, PP- 2488-2494, IEEE 2009.
[6] . A. A. Tahat “A Wireless Ranging System for the Blind Long- Cane Utilizing a Smart-Phone” 10th International
Conference on Telecommunications (Con TEL), PP-111-117, IEEE 2009.
[7] Mohammad FaridSaaid, Ismarani Ismail, Mohd Zikrul Hakim Noor, “Radio Frequency Identification Walking Stick
(RFIWS): A Device for the Blind”, 5th International Colloquium on Signal Processing & Its Applications (CSPA),
PP-250-253, IEEE 2009.
[8] MohdZikrul Hakim Noor, Ismarani Ismail and Mohammad FaridSaaid, “Bus Detection Device for the Blind Using
RFID Application” 5th International Colloquim on Signal Processing and Its Applications, PP-247-249, IEEE 2009.
[9] S. Innet , N. Ritnoom “An Application of Infrared Sensors for Electronic White Stick” International Symposium on
Intelligent Signal Processing and Communication Systems (ISPACS), PP-1-4, IEEE 2009.
[10] C. Gearhart, A. Herold, B. Self, C. Birdsong, L. Slivovsky, "Use of ultrasonic sensors in the development of an
Electronic Travel Aid," Sensors Applications Symposium, (SAS), PP-275-280, IEEE 2009.
[11] B. Ando, “A Smart Multi sensor Approach to Assist Blind People in Specific Urban navigation tasks”, Transaction
on Neural Systems and Rehabilitation Engineering, Vol. 16, Issue no. 6, PP- 592-594, IEEE 2008.
[12] G. Balakrishnan, G. Sainarayanan, R. Nagarajan and S. Yaacob, “Wearable Real-Time Stereo Vision for the Visually
Impaired,” Engineering Letters, Vol. 14, no. 2, IEEE 2006.

More Related Content

What's hot

VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003
VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003
VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003Journal For Research
 
Smart classroom using arduino with internet of thing(io t)
Smart classroom using arduino with internet of thing(io t)Smart classroom using arduino with internet of thing(io t)
Smart classroom using arduino with internet of thing(io t)ainaa aa
 
sound sensor
sound sensorsound sensor
sound sensorjeev john
 
Iaetsd ethernet based intelligent security system
Iaetsd ethernet based intelligent security systemIaetsd ethernet based intelligent security system
Iaetsd ethernet based intelligent security systemIaetsd Iaetsd
 
IR proximity sensor report file.
IR proximity sensor report file.IR proximity sensor report file.
IR proximity sensor report file.Aman singh
 
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...IRJET Journal
 
IRJET- Automatic Luggage Follower
IRJET- Automatic Luggage FollowerIRJET- Automatic Luggage Follower
IRJET- Automatic Luggage FollowerIRJET Journal
 
HC-SR04 Ultrasonic sensor with Arduino
HC-SR04 Ultrasonic sensor with ArduinoHC-SR04 Ultrasonic sensor with Arduino
HC-SR04 Ultrasonic sensor with Arduinoyeokm1
 
Night vision infrared thermal imaging and ir laser technology
Night vision infrared thermal imaging and ir laser technologyNight vision infrared thermal imaging and ir laser technology
Night vision infrared thermal imaging and ir laser technologyElsa Wang
 
Forest fire detection & alarm thermal imaging camera
Forest fire detection & alarm thermal imaging camera  Forest fire detection & alarm thermal imaging camera
Forest fire detection & alarm thermal imaging camera Elsa Wang
 
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention SystemIRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention SystemIRJET Journal
 
Proximity sensors
Proximity sensors Proximity sensors
Proximity sensors RajAcharya15
 
Hc sr04 users-manual
Hc sr04 users-manualHc sr04 users-manual
Hc sr04 users-manualnguyen nam
 
ULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATEULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATETechno Electronics
 
Infrared in mobile communications and networks
Infrared in mobile communications and networksInfrared in mobile communications and networks
Infrared in mobile communications and networksFarwaYaqoob
 

What's hot (20)

VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003
VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003
VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003
 
Robotic sensors
Robotic sensorsRobotic sensors
Robotic sensors
 
Sensors in IOT
Sensors in IOTSensors in IOT
Sensors in IOT
 
Smart classroom using arduino with internet of thing(io t)
Smart classroom using arduino with internet of thing(io t)Smart classroom using arduino with internet of thing(io t)
Smart classroom using arduino with internet of thing(io t)
 
sound sensor
sound sensorsound sensor
sound sensor
 
Iaetsd ethernet based intelligent security system
Iaetsd ethernet based intelligent security systemIaetsd ethernet based intelligent security system
Iaetsd ethernet based intelligent security system
 
Smart sensors
Smart sensorsSmart sensors
Smart sensors
 
IR proximity sensor report file.
IR proximity sensor report file.IR proximity sensor report file.
IR proximity sensor report file.
 
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
 
IRJET- Automatic Luggage Follower
IRJET- Automatic Luggage FollowerIRJET- Automatic Luggage Follower
IRJET- Automatic Luggage Follower
 
HC-SR04 Ultrasonic sensor with Arduino
HC-SR04 Ultrasonic sensor with ArduinoHC-SR04 Ultrasonic sensor with Arduino
HC-SR04 Ultrasonic sensor with Arduino
 
Night vision infrared thermal imaging and ir laser technology
Night vision infrared thermal imaging and ir laser technologyNight vision infrared thermal imaging and ir laser technology
Night vision infrared thermal imaging and ir laser technology
 
Forest fire detection & alarm thermal imaging camera
Forest fire detection & alarm thermal imaging camera  Forest fire detection & alarm thermal imaging camera
Forest fire detection & alarm thermal imaging camera
 
Sensors
SensorsSensors
Sensors
 
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention SystemIRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
 
Undergrad thesis - Vivekananda S
Undergrad thesis - Vivekananda SUndergrad thesis - Vivekananda S
Undergrad thesis - Vivekananda S
 
Proximity sensors
Proximity sensors Proximity sensors
Proximity sensors
 
Hc sr04 users-manual
Hc sr04 users-manualHc sr04 users-manual
Hc sr04 users-manual
 
ULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATEULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATE
 
Infrared in mobile communications and networks
Infrared in mobile communications and networksInfrared in mobile communications and networks
Infrared in mobile communications and networks
 

Viewers also liked

Adaptive Video Watermarking and Quality Estimation
Adaptive Video Watermarking and Quality EstimationAdaptive Video Watermarking and Quality Estimation
Adaptive Video Watermarking and Quality Estimationpaperpublications3
 
A Study On Double Gate Field Effect Transistor For Area And Cost Efficiency
A Study On Double Gate Field Effect Transistor For Area And Cost EfficiencyA Study On Double Gate Field Effect Transistor For Area And Cost Efficiency
A Study On Double Gate Field Effect Transistor For Area And Cost Efficiencypaperpublications3
 
An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...
An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...
An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...paperpublications3
 
RELIABILITY BASED POWER DISTRIBUTION SYSTEMS PLANNING USING CREDIBILITY THEORY
RELIABILITY BASED POWER DISTRIBUTION SYSTEMS PLANNING USING CREDIBILITY THEORYRELIABILITY BASED POWER DISTRIBUTION SYSTEMS PLANNING USING CREDIBILITY THEORY
RELIABILITY BASED POWER DISTRIBUTION SYSTEMS PLANNING USING CREDIBILITY THEORYpaperpublications3
 
Design and Implementation of Maximum Power Point Tracking Using Fuzzy Logic C...
Design and Implementation of Maximum Power Point Tracking Using Fuzzy Logic C...Design and Implementation of Maximum Power Point Tracking Using Fuzzy Logic C...
Design and Implementation of Maximum Power Point Tracking Using Fuzzy Logic C...paperpublications3
 
Design of Shunt Active Power Filter to eliminate harmonics generated by CFL
Design of Shunt Active Power Filter to eliminate harmonics generated by CFLDesign of Shunt Active Power Filter to eliminate harmonics generated by CFL
Design of Shunt Active Power Filter to eliminate harmonics generated by CFLpaperpublications3
 
Three Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus SystemThree Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus Systempaperpublications3
 
A REAL TIME LANDSLIDE DETECTION WITH ACKNOWLEDGEMENT
A REAL TIME LANDSLIDE DETECTION WITH ACKNOWLEDGEMENTA REAL TIME LANDSLIDE DETECTION WITH ACKNOWLEDGEMENT
A REAL TIME LANDSLIDE DETECTION WITH ACKNOWLEDGEMENTpaperpublications3
 
Gated Latch Utilization for Clock Tree Network
Gated Latch Utilization for Clock Tree NetworkGated Latch Utilization for Clock Tree Network
Gated Latch Utilization for Clock Tree Networkpaperpublications3
 
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...paperpublications3
 
Power Generation Using Footstep
Power Generation Using FootstepPower Generation Using Footstep
Power Generation Using Footsteppaperpublications3
 
Energy Efficient Packet Processing Engine
Energy Efficient Packet Processing EngineEnergy Efficient Packet Processing Engine
Energy Efficient Packet Processing Enginepaperpublications3
 
A Literature Review on Experimental Study of Power Losses in Transmission Lin...
A Literature Review on Experimental Study of Power Losses in Transmission Lin...A Literature Review on Experimental Study of Power Losses in Transmission Lin...
A Literature Review on Experimental Study of Power Losses in Transmission Lin...paperpublications3
 
A Comparative Performance Analysis DCR and DAR Squirrel Cage 3-Phase Inductio...
A Comparative Performance Analysis DCR and DAR Squirrel Cage 3-Phase Inductio...A Comparative Performance Analysis DCR and DAR Squirrel Cage 3-Phase Inductio...
A Comparative Performance Analysis DCR and DAR Squirrel Cage 3-Phase Inductio...paperpublications3
 
Performance Comparison of FFT, DHT and DCT Based OFDM Systems with BPSK as A ...
Performance Comparison of FFT, DHT and DCT Based OFDM Systems with BPSK as A ...Performance Comparison of FFT, DHT and DCT Based OFDM Systems with BPSK as A ...
Performance Comparison of FFT, DHT and DCT Based OFDM Systems with BPSK as A ...paperpublications3
 
Link Disconnection Entropy Disorder in Mobile Adhoc Networks
Link Disconnection Entropy Disorder in Mobile Adhoc NetworksLink Disconnection Entropy Disorder in Mobile Adhoc Networks
Link Disconnection Entropy Disorder in Mobile Adhoc Networkspaperpublications3
 
HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM
HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEMHOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM
HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEMpaperpublications3
 
GSM Based Automatic Meter Reading – A Review
GSM Based Automatic Meter Reading – A ReviewGSM Based Automatic Meter Reading – A Review
GSM Based Automatic Meter Reading – A Reviewpaperpublications3
 
Study of Optimization of Squirrel Cage Induction Motor Using DCR Technology
Study of Optimization of Squirrel Cage Induction Motor Using DCR TechnologyStudy of Optimization of Squirrel Cage Induction Motor Using DCR Technology
Study of Optimization of Squirrel Cage Induction Motor Using DCR Technologypaperpublications3
 
Skin Lesion Segmentation Using TDLS Algorithm and Pattern Identification
Skin Lesion Segmentation Using TDLS Algorithm and Pattern IdentificationSkin Lesion Segmentation Using TDLS Algorithm and Pattern Identification
Skin Lesion Segmentation Using TDLS Algorithm and Pattern Identificationpaperpublications3
 

Viewers also liked (20)

Adaptive Video Watermarking and Quality Estimation
Adaptive Video Watermarking and Quality EstimationAdaptive Video Watermarking and Quality Estimation
Adaptive Video Watermarking and Quality Estimation
 
A Study On Double Gate Field Effect Transistor For Area And Cost Efficiency
A Study On Double Gate Field Effect Transistor For Area And Cost EfficiencyA Study On Double Gate Field Effect Transistor For Area And Cost Efficiency
A Study On Double Gate Field Effect Transistor For Area And Cost Efficiency
 
An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...
An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...
An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...
 
RELIABILITY BASED POWER DISTRIBUTION SYSTEMS PLANNING USING CREDIBILITY THEORY
RELIABILITY BASED POWER DISTRIBUTION SYSTEMS PLANNING USING CREDIBILITY THEORYRELIABILITY BASED POWER DISTRIBUTION SYSTEMS PLANNING USING CREDIBILITY THEORY
RELIABILITY BASED POWER DISTRIBUTION SYSTEMS PLANNING USING CREDIBILITY THEORY
 
Design and Implementation of Maximum Power Point Tracking Using Fuzzy Logic C...
Design and Implementation of Maximum Power Point Tracking Using Fuzzy Logic C...Design and Implementation of Maximum Power Point Tracking Using Fuzzy Logic C...
Design and Implementation of Maximum Power Point Tracking Using Fuzzy Logic C...
 
Design of Shunt Active Power Filter to eliminate harmonics generated by CFL
Design of Shunt Active Power Filter to eliminate harmonics generated by CFLDesign of Shunt Active Power Filter to eliminate harmonics generated by CFL
Design of Shunt Active Power Filter to eliminate harmonics generated by CFL
 
Three Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus SystemThree Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus System
 
A REAL TIME LANDSLIDE DETECTION WITH ACKNOWLEDGEMENT
A REAL TIME LANDSLIDE DETECTION WITH ACKNOWLEDGEMENTA REAL TIME LANDSLIDE DETECTION WITH ACKNOWLEDGEMENT
A REAL TIME LANDSLIDE DETECTION WITH ACKNOWLEDGEMENT
 
Gated Latch Utilization for Clock Tree Network
Gated Latch Utilization for Clock Tree NetworkGated Latch Utilization for Clock Tree Network
Gated Latch Utilization for Clock Tree Network
 
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
 
Power Generation Using Footstep
Power Generation Using FootstepPower Generation Using Footstep
Power Generation Using Footstep
 
Energy Efficient Packet Processing Engine
Energy Efficient Packet Processing EngineEnergy Efficient Packet Processing Engine
Energy Efficient Packet Processing Engine
 
A Literature Review on Experimental Study of Power Losses in Transmission Lin...
A Literature Review on Experimental Study of Power Losses in Transmission Lin...A Literature Review on Experimental Study of Power Losses in Transmission Lin...
A Literature Review on Experimental Study of Power Losses in Transmission Lin...
 
A Comparative Performance Analysis DCR and DAR Squirrel Cage 3-Phase Inductio...
A Comparative Performance Analysis DCR and DAR Squirrel Cage 3-Phase Inductio...A Comparative Performance Analysis DCR and DAR Squirrel Cage 3-Phase Inductio...
A Comparative Performance Analysis DCR and DAR Squirrel Cage 3-Phase Inductio...
 
Performance Comparison of FFT, DHT and DCT Based OFDM Systems with BPSK as A ...
Performance Comparison of FFT, DHT and DCT Based OFDM Systems with BPSK as A ...Performance Comparison of FFT, DHT and DCT Based OFDM Systems with BPSK as A ...
Performance Comparison of FFT, DHT and DCT Based OFDM Systems with BPSK as A ...
 
Link Disconnection Entropy Disorder in Mobile Adhoc Networks
Link Disconnection Entropy Disorder in Mobile Adhoc NetworksLink Disconnection Entropy Disorder in Mobile Adhoc Networks
Link Disconnection Entropy Disorder in Mobile Adhoc Networks
 
HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM
HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEMHOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM
HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM
 
GSM Based Automatic Meter Reading – A Review
GSM Based Automatic Meter Reading – A ReviewGSM Based Automatic Meter Reading – A Review
GSM Based Automatic Meter Reading – A Review
 
Study of Optimization of Squirrel Cage Induction Motor Using DCR Technology
Study of Optimization of Squirrel Cage Induction Motor Using DCR TechnologyStudy of Optimization of Squirrel Cage Induction Motor Using DCR Technology
Study of Optimization of Squirrel Cage Induction Motor Using DCR Technology
 
Skin Lesion Segmentation Using TDLS Algorithm and Pattern Identification
Skin Lesion Segmentation Using TDLS Algorithm and Pattern IdentificationSkin Lesion Segmentation Using TDLS Algorithm and Pattern Identification
Skin Lesion Segmentation Using TDLS Algorithm and Pattern Identification
 

Similar to Annunciator for Blind Person Using Ultrasonic Sensor

Sensor Stick walking aid for the blinds
Sensor Stick walking aid for the blindsSensor Stick walking aid for the blinds
Sensor Stick walking aid for the blindsIJRES Journal
 
IRJET- Iot Based Route Assistance for Visually Challenged
IRJET- Iot Based Route Assistance for Visually ChallengedIRJET- Iot Based Route Assistance for Visually Challenged
IRJET- Iot Based Route Assistance for Visually ChallengedIRJET Journal
 
Ultra sonic range finding for distance measuring in coal mining
Ultra sonic range finding for distance measuring in coal miningUltra sonic range finding for distance measuring in coal mining
Ultra sonic range finding for distance measuring in coal miningeSAT Journals
 
Security System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologySecurity System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologyIOSR Journals
 
Ultrasonic sensors
Ultrasonic sensorsUltrasonic sensors
Ultrasonic sensorsAnCh24
 
Obstacle detection using ultra sonic sensor
Obstacle detection using ultra sonic sensorObstacle detection using ultra sonic sensor
Obstacle detection using ultra sonic sensorsatyashanker
 
UNIT III_Smart Sensor.pptx
UNIT III_Smart Sensor.pptxUNIT III_Smart Sensor.pptx
UNIT III_Smart Sensor.pptxSattiBabu16
 
Glasses for the blind using ping ultrasonic, ATMEGA8535 and ISD25120
Glasses for the blind using ping ultrasonic, ATMEGA8535 and ISD25120Glasses for the blind using ping ultrasonic, ATMEGA8535 and ISD25120
Glasses for the blind using ping ultrasonic, ATMEGA8535 and ISD25120TELKOMNIKA JOURNAL
 
Intelligent travelling and home automation aid, for visually impaired
Intelligent travelling and home  automation aid, for visually impairedIntelligent travelling and home  automation aid, for visually impaired
Intelligent travelling and home automation aid, for visually impairedUmar Shuaib
 
Design and development of intelligent electronics travelling aid for visually...
Design and development of intelligent electronics travelling aid for visually...Design and development of intelligent electronics travelling aid for visually...
Design and development of intelligent electronics travelling aid for visually...eSAT Journals
 
Design and Implementation of Ultrasonic Navigator for Visually Impaired
Design and Implementation of Ultrasonic Navigator for Visually ImpairedDesign and Implementation of Ultrasonic Navigator for Visually Impaired
Design and Implementation of Ultrasonic Navigator for Visually ImpairedDr.SHANTHI K.G
 
Analysis of Obstacle Detection Using Ultrasonic Sensor
Analysis of Obstacle Detection Using Ultrasonic SensorAnalysis of Obstacle Detection Using Ultrasonic Sensor
Analysis of Obstacle Detection Using Ultrasonic SensorIRJET Journal
 
avoiding accidents on ghat roads and u turns by using IOT
avoiding accidents on ghat roads and u turns by using IOTavoiding accidents on ghat roads and u turns by using IOT
avoiding accidents on ghat roads and u turns by using IOTRaghuSmart3
 
IRJET- Distance Measurement with the Help of Ultrasonic Sensor
IRJET-  	  Distance Measurement with the Help of Ultrasonic SensorIRJET-  	  Distance Measurement with the Help of Ultrasonic Sensor
IRJET- Distance Measurement with the Help of Ultrasonic SensorIRJET Journal
 
Research on Car Reversing Radar System Based on Ultrasonic
Research on Car Reversing Radar System Based on UltrasonicResearch on Car Reversing Radar System Based on Ultrasonic
Research on Car Reversing Radar System Based on UltrasonicEngineering Publication House
 
security system-converted.pdf
security system-converted.pdfsecurity system-converted.pdf
security system-converted.pdfAayushiS6
 
Embedded_System_and_Smart_Phone_based_Object_Recognition_Technique_for_Visual...
Embedded_System_and_Smart_Phone_based_Object_Recognition_Technique_for_Visual...Embedded_System_and_Smart_Phone_based_Object_Recognition_Technique_for_Visual...
Embedded_System_and_Smart_Phone_based_Object_Recognition_Technique_for_Visual...jaychoudhary37
 
motion sensing technology
motion sensing technologymotion sensing technology
motion sensing technologySantosh Kumar
 

Similar to Annunciator for Blind Person Using Ultrasonic Sensor (20)

Safety guard for blind
Safety guard for blindSafety guard for blind
Safety guard for blind
 
Sensor Stick walking aid for the blinds
Sensor Stick walking aid for the blindsSensor Stick walking aid for the blinds
Sensor Stick walking aid for the blinds
 
IRJET- Iot Based Route Assistance for Visually Challenged
IRJET- Iot Based Route Assistance for Visually ChallengedIRJET- Iot Based Route Assistance for Visually Challenged
IRJET- Iot Based Route Assistance for Visually Challenged
 
Ultra sonic range finding for distance measuring in coal mining
Ultra sonic range finding for distance measuring in coal miningUltra sonic range finding for distance measuring in coal mining
Ultra sonic range finding for distance measuring in coal mining
 
Security System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologySecurity System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor Technology
 
Ultrasonic sensors
Ultrasonic sensorsUltrasonic sensors
Ultrasonic sensors
 
Obstacle detection using ultra sonic sensor
Obstacle detection using ultra sonic sensorObstacle detection using ultra sonic sensor
Obstacle detection using ultra sonic sensor
 
UNIT III_Smart Sensor.pptx
UNIT III_Smart Sensor.pptxUNIT III_Smart Sensor.pptx
UNIT III_Smart Sensor.pptx
 
Glasses for the blind using ping ultrasonic, ATMEGA8535 and ISD25120
Glasses for the blind using ping ultrasonic, ATMEGA8535 and ISD25120Glasses for the blind using ping ultrasonic, ATMEGA8535 and ISD25120
Glasses for the blind using ping ultrasonic, ATMEGA8535 and ISD25120
 
Intelligent travelling and home automation aid, for visually impaired
Intelligent travelling and home  automation aid, for visually impairedIntelligent travelling and home  automation aid, for visually impaired
Intelligent travelling and home automation aid, for visually impaired
 
Design and development of intelligent electronics travelling aid for visually...
Design and development of intelligent electronics travelling aid for visually...Design and development of intelligent electronics travelling aid for visually...
Design and development of intelligent electronics travelling aid for visually...
 
Design and Implementation of Ultrasonic Navigator for Visually Impaired
Design and Implementation of Ultrasonic Navigator for Visually ImpairedDesign and Implementation of Ultrasonic Navigator for Visually Impaired
Design and Implementation of Ultrasonic Navigator for Visually Impaired
 
Analysis of Obstacle Detection Using Ultrasonic Sensor
Analysis of Obstacle Detection Using Ultrasonic SensorAnalysis of Obstacle Detection Using Ultrasonic Sensor
Analysis of Obstacle Detection Using Ultrasonic Sensor
 
avoiding accidents on ghat roads and u turns by using IOT
avoiding accidents on ghat roads and u turns by using IOTavoiding accidents on ghat roads and u turns by using IOT
avoiding accidents on ghat roads and u turns by using IOT
 
IRJET- Distance Measurement with the Help of Ultrasonic Sensor
IRJET-  	  Distance Measurement with the Help of Ultrasonic SensorIRJET-  	  Distance Measurement with the Help of Ultrasonic Sensor
IRJET- Distance Measurement with the Help of Ultrasonic Sensor
 
CS PRESENTATION.pptx
CS PRESENTATION.pptxCS PRESENTATION.pptx
CS PRESENTATION.pptx
 
Research on Car Reversing Radar System Based on Ultrasonic
Research on Car Reversing Radar System Based on UltrasonicResearch on Car Reversing Radar System Based on Ultrasonic
Research on Car Reversing Radar System Based on Ultrasonic
 
security system-converted.pdf
security system-converted.pdfsecurity system-converted.pdf
security system-converted.pdf
 
Embedded_System_and_Smart_Phone_based_Object_Recognition_Technique_for_Visual...
Embedded_System_and_Smart_Phone_based_Object_Recognition_Technique_for_Visual...Embedded_System_and_Smart_Phone_based_Object_Recognition_Technique_for_Visual...
Embedded_System_and_Smart_Phone_based_Object_Recognition_Technique_for_Visual...
 
motion sensing technology
motion sensing technologymotion sensing technology
motion sensing technology
 

Recently uploaded

Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxMustafa Ahmed
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesRashidFaridChishti
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdfKamal Acharya
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...ppkakm
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptAfnanAhmad53
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxhublikarsn
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelDrAjayKumarYadav4
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessorAshwiniTodkar4
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 

Recently uploaded (20)

Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 

Annunciator for Blind Person Using Ultrasonic Sensor

  • 1. ISSN 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 2, Issue 3, pp: (20-25), Month: July 2015 - September 2015, Available at: www.paperpublications.org Page | 20 Paper Publications Annunciator for Blind Person Using Ultrasonic Sensor Mrs. Lalita K1 , Arpita Ghosh2 , Ashwini G3 , Archana S4 1 Assistant Professor, GSSSIETW 2,3,4 U.G Student, GSSSIETW Abstract: The challenges faced by the blind people in their everyday lives are not well understood, obstacle avoidance problem is an essential part of navigation for the blind. The challenging task is to work with a path where the environment is completely unknown .This paper contains a method to implement a mobility aid for blind person, it provides the information to avoid obstacles distance based on ultrasonic sensors and this also can be used in automatic robots, self-propelling vehicles in automated production factories etc. Model contains signal processing unit with MSP430 microcontroller which receives data from Ultrasonic sensor then process it and gives alert to the blind person using voice processor with earphone/speaker. Keywords: MSP430, Signal Processing unit, Ultrasonic sensor, fire sensor, Voice processor. 1. INTRODUCTION Mobility for the blind can be defined as the ability to move with ease, speed and safety through his environment independently. With the advances of modern technologies many different types of devices are available to support the mobility of blind which are generally known as electronic travel aid which aims at conveying information about the environment to visually impaired individuals, so that they can exploit part of the information that sighted people normally use to experience the world and navigate it. There are various methods to measure the distance of obstacle. One of the methods is by means of ultrasonic. Audible electronic mobility aid and obstacle detector designed for use by individuals who are blind or have low vision, it is a small electronic device aids users who are blind or visually impaired with orientation and mobility. By listening to sounds produced by the device, users can determine the distance and location of objects and some of the object's features. Ultrasonic sensors emit short, high-frequency sound pulses at regular intervals. These propagate in the air at the velocity of sound. If they strike an object, then they are reflected back as echo signals to the sensor, which itself computes the distance to the target based on the time-span between emitting the signal and receiving the echo. The main reason to use ultrasonic sensor is that, the ultrasonic method has unique advantages over conventional sensors are, discrete distances to moving objects can be detected and measured. Less affected by target materials and surfaces, and not affected by colour. Solid- state units have virtually unlimited, maintenance free life. The device attaches to the golf grip handle of a long cane or onto gloves which is worn by the blind person. A headphone provides audio feedback. The device comes with headphones and an instructional audiotape with sample sounds and a vibrator which vibrates when obstacle is detected. The device also incorporates a fire sensor to alert the blind person if fire is detected. Ultrasonic sensors are based on the output waveform whose pulse width varies with round trip delay time of ultrasonic pulse or distance measured. A fire sensor detects the presence of flame within the coverage area. In An Electronic Travel Aid for Navigation of Visually Impaired Persons [2] a survey was done of various ETAs based on features and performance parameters. In Obstacle Avoidance Electronic Travel Aids for Blind [3] the author develops a navigational/orientation system that uses RFID technology, GPS and computer vision. In Electronic white cane for blind people navigation assistance”, World Automation Congress (WAC). In [7] a bus detection mechanism for the blind in travelling from one place to other using RFID system was developed
  • 2. ISSN 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 2, Issue 3, pp: (20-25), Month: July 2015 - September 2015, Available at: www.paperpublications.org Page | 21 Paper Publications 2. SYSTEM ARCHITECTURE The setup consists of different sensors like ultrasonic sensor and the fire sensor as the input units Fig.1: Block Diagram of the Setup Different types of ultrasonic sensor and fire sensors are available in the market. Ultrasonic sensor measures the round trip delay which is directly proportional to output pulse width of the distance measured. The block diagram of proposed hardware is shown in Fig.1.The microcontroller triggers the ultrasonic sensor and receives echo when it detects any obstacle. The microcontroller collects information from ultrasonic sensor (and fire sensor if any fire is detected) and computes the distance. The microcontroller works on the 3.3v which receives data signal from Ultrasonic sensor and fire sensor then processes it and gives alert to the blind person using voice processor with earphone/speaker, this project also detects fire and gives alert. Signal processing unit contains MSP430 microcontroller which is used for interfacing between different sensors. Here as output device audio sound generator are used, the audio tones gives information about the travelling path and can hear through head phone/ speaker. The audio messages given through the headphone/speaker are like STOP when the distance measured is less than 0.3m, DANGER when the distance measured is less than 0.6m, WALK when the distance measured is greater than 0.6m and FIRE when fire is detected. 3. ALGORITHM FOR DISTANCE COMPUTATION The principle behind ultrasonic distance measurement is that the sensor sends an ultrasound wave that reflects once it hits the object on its path. As the wave bounces off, it travels back to the receiver end of the sensor (as shown in Fig.2). Fig.2: Ultrasonic Sensor uses Sound Waves to Measure Distances.
  • 3. ISSN 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 2, Issue 3, pp: (20-25), Month: July 2015 - September 2015, Available at: www.paperpublications.org Page | 22 Paper Publications The sensor measures the time it takes for the emitted wave to travel from a sender to the object and back to the receiver. Knowing the round-trip travel times and the speeds of the wave in the medium, ultrasonic devices calculate the distance that the sound travelled. We use the following equation to calculate the speed of sound. Distance that sound travels = speed of sound in the medium х time that sound travels That is, for calculating the distance that sound travels; distance = velocity x time. Hence, the distance between the sensor and the object is one-half the distance travelled by the sound wave. Distance between sensor and object = 0.5 X distance that sensor travels The above equation is the calculation to determine the distance between the sensor and the object. 4. PROPOSED HARDWARE DESIGN Distance of obstacle depends upon speed of ultrasonic and time required to travelling it. If the time required in travelling the pulse from sensor to object and return back to sensor can be measured than the measurement of distance can be done. This can be achieved by using an ultrasonic module which can give the time waveform on C.R.O. in terms of pulse width. The output pulse width will vary in proportional to the distance travel by the ultrasonic wave. The sensor transmits an ultrasonic wave and returns an output pulse that is directly proportional to round trip delay. By measuring the pulse width of output wave, the distance to target can easily be calculated.The ultrasonic sensor produces pulse width in the output. Ultrasonic sensor contains 4 pins these are Vcc, Trigger, OUT and GND as shown in Fig. 3. Vcc and GND are supply and ground pins. Fig.3: Pin Diagram of Ultrasonic Sensor Trigger input receives 10μs trigger pulse. Microcontroller will make this pin HIGH then delay for about 10 μs and make pin LOW again. OUT pin gives the Output pulse width depending upon distance travel. Fig.4: Ultrasonic Sensor Output Wave After the trigger is given to microcontroller it measures pulse output on OUT pin. Timing diagram of ultrasonic sensor output wave is shown in Fig. 4.The output pulse duration is converted to distance measured and the temperature effect is also considered. Ultrasonic sensor has three pulses first is a short pulse which is transmitted at the time of 10μS trigger input pulse. Second pulse is the pulse reflected by an object and third pulse is the signal that the sensor receives and converts it to a pulse of variable duration. A flame detector is a sensor designed to detect and respond to the presence of a flame or fire.
  • 4. ISSN 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 2, Issue 3, pp: (20-25), Month: July 2015 - September 2015, Available at: www.paperpublications.org Page | 23 Paper Publications Responses to a detected flame depend on the installation, but can include sounding an alarm, deactivating a fuel line and activating a fire suppression system.. A flame detector can often respond faster and more accurately than a smoke or heat detector due to the mechanisms it uses to detect the flame. 5. ALGORITHM The process starts when the microcontroller sends trigger pulse to the ultrasonic sensor, the ultrasonic sensor wits for the echo then it calculates the microcontroller measures the time taken by the echo to travel back to the sensor. It the measured distance is greater than 0.6 meter then the audio play back is “WALK” ,if the distance measured is greater than 0.3meter and less than 0.6 meters then audio play back is “DANGER” and if the distance measured is less than 0.3 meters then the audio play back is “STOP”. This project also incorporates a fire sensor as its input module, when fire is detected then the audio play back is “FIRE”. Fig.5: Flow Chart of Project Flow Where *D=distance , *E=echo .
  • 5. ISSN 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 2, Issue 3, pp: (20-25), Month: July 2015 - September 2015, Available at: www.paperpublications.org Page | 24 Paper Publications 6. EXPERIMENTAL RESULTS The intelligent cane has been evaluated with the ultrasonic sensor the ultrasonic sensors based on the pulse width. The HC- SR04 ultrasonic sensor is used to design this project; it uses sonar to determine distance. Fig.6: Annunciator for Blind Person using Ultrasonic Sensor module It offers excellent non-contact range detection with high accuracy and stable readings in an easy-to-use package. From 2cm to 400cm or 1” to 13feet. Its operation is not affected by sunlight or black material like Sharp rangefinders. It comes complete with ultrasonic transmitter and receiver module. Distance information is then conveyed to the user though a buzzer and vibrator. 7. CONCLUSION In this paper, we have presented new intelligent system for guiding individuals who are blind or partially sighted, and we have described how the system can be used to enable those people to move with the same ease and confidence as a sighted people. The system has been used to receive the data from the sensing devices and command. We have integrated the ultrasonic sensor data in order to detect obstacles, and to obtain more detailed regarding the blind’s environment. Evaluations of the system that we have developed have been conducted by attaching the prototype to the handle of the white cane. The experimental results have shown the usefulness of the system in allowing blind people to move independently, safely and quickly among obstacles and hazardous places ACKNOWLEDGMENT We take this opportunity to thank Dr. K. A. Sumithra Devi, Principal, GSSSIETW, Mysuru, our H.O.D, Mr M.V. Sreenivas Rao, Dept.of Instrumentation Technology, Mrs. Lalitha .K , Assistant Professor, Internal guide for their support. REFERENCES [1] Kumar,A. Checktronix India Pvt. Ltd., Chennai, India Patra, R. ; Manjunatha, M. ;Mukhopadhyay, J. ; Majumdar, A.K.( An electronic travel aid for navigation of visually impaired persons) Print ISBN:978-1-4244-8952-7,INSPEC Accession Number:11835160 [2] Amit Kumar, Rusha Patra, M. Manjunatha, J. Mukhopadhyay and A. K. Majumdar, IIT, Kharagpur “An Electronic Travel Aid for Navigation ofVisually Impaired Persons” International Conference on Communication Systems and Networks (COMSNETS), PP-1-5, IEEE 2011. [3] Dimitrios Dakopoulos and Nikolaos G. Bourbakis, “Wearable ObstacleAvoidance Electronic Travel Aids for Blind: A Survey”, Transactions onSystems, Man, and Cybernetics, Vol. 40, Issue no. 1, IEEE 2010. [4] Faria J, Lopes S, Fernandes H, Martins P, Barroso J, “Electronic white cane for blind people navigation assistance” ,World Automation Congress (WAC), PP-1-7, sept 2010
  • 6. ISSN 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 2, Issue 3, pp: (20-25), Month: July 2015 - September 2015, Available at: www.paperpublications.org Page | 25 Paper Publications [5] Bruno Ando, and Salvatore Graziani, “Multisensor Strategies to Assist Blind People : A Clear-Path Indicator”, Transactions on Instrumentation and Measurement, Vol. 58, Issue no. 8, PP- 2488-2494, IEEE 2009. [6] . A. A. Tahat “A Wireless Ranging System for the Blind Long- Cane Utilizing a Smart-Phone” 10th International Conference on Telecommunications (Con TEL), PP-111-117, IEEE 2009. [7] Mohammad FaridSaaid, Ismarani Ismail, Mohd Zikrul Hakim Noor, “Radio Frequency Identification Walking Stick (RFIWS): A Device for the Blind”, 5th International Colloquium on Signal Processing & Its Applications (CSPA), PP-250-253, IEEE 2009. [8] MohdZikrul Hakim Noor, Ismarani Ismail and Mohammad FaridSaaid, “Bus Detection Device for the Blind Using RFID Application” 5th International Colloquim on Signal Processing and Its Applications, PP-247-249, IEEE 2009. [9] S. Innet , N. Ritnoom “An Application of Infrared Sensors for Electronic White Stick” International Symposium on Intelligent Signal Processing and Communication Systems (ISPACS), PP-1-4, IEEE 2009. [10] C. Gearhart, A. Herold, B. Self, C. Birdsong, L. Slivovsky, "Use of ultrasonic sensors in the development of an Electronic Travel Aid," Sensors Applications Symposium, (SAS), PP-275-280, IEEE 2009. [11] B. Ando, “A Smart Multi sensor Approach to Assist Blind People in Specific Urban navigation tasks”, Transaction on Neural Systems and Rehabilitation Engineering, Vol. 16, Issue no. 6, PP- 592-594, IEEE 2008. [12] G. Balakrishnan, G. Sainarayanan, R. Nagarajan and S. Yaacob, “Wearable Real-Time Stereo Vision for the Visually Impaired,” Engineering Letters, Vol. 14, no. 2, IEEE 2006.