SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August 2013
DOI : 10.5121/ijcsit.2013.5413 159
Design and Development of Secure Navigation
System for Visually Impaired People
Prashant Bhardwaj1
and Jaspal Singh2
1
Department of ACSD, Centre for Development of Advanced Computing, Mohali
bhardwaj.20jul@gmail.com
2
Department of DESD Centre for Development of Advanced Computing, Mohali
jaspal_sng@yahoo.com
ABSTRACT
The proposed work presents a navigation system, which detects the obstacles and also guide to visually
impaired people about appropriate path. The system we propose detects the obstacle via an infrared based
detecting system and sends back vibro-tactile or sound (buzzer) feedback to inform the user about its
position. The most common method of obstacle detection, used by blind people is the walking stick. The
limitation of walking stick is that, it does not provide protection near to head area. A sensor module is fixed
on a light weight cap allowing the user to obtain the information about obstacles (near to head area) and
also about correct path on which the user should move. When the user uses this system with cane, he is
fully protected about obstacles and can navigate freely into the environment.
KEYWORDS
Infrared based detecting system, vibro-tactile or sound, near to head area.
1. INTRODUCTION
In recent years accessibility of everyday-life environments for disabled or aged people attracts
public interest. Actually there is a lot of scopes for it, such as textured paving blocks, slopes
instead of steps, handrails, elevators, etc. However, improvements or scopes are limited to
specific places and it is still difficult for the disabled to live in most of places at present.
Especially for blind people who have no visual information, there are a lot of difficulties in
everyday-life environments. These people have a lot of problems to acquire environmental
information. Moreover, obstacles which are not dangerous to ordinary people are able to become
dangerous to them. Though they use blind stick to acquire these information, it is still hard for
them to walk around in most of the places and also not cover whole area. A lot of studies have
been done to develop a system which assists blind people.
The work we present in this paper is based on the use of new technologies to improve visually
impair people mobility. Our research is on obstacle detection in order to reduce navigation
difficulties for visually impaired people. Moving through an unknown environment becomes a
real challenge when we can’t rely on our own eyes. Since dynamic obstacles usually produce
noise while moving, blind people develop the ability of hearing to localize them. However they
are reduced to their sense of touch when the matter is to determine where an inanimate object
exactly is. The common way for navigating of visionless person is using a walking stick cane or
walking cane.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August 2013
160
The walking cane is a simple and mechanical device dedicated to detect static obstacles on the
ground, uneven surfaces, holes via simple tactile-force feedback. This device is light, portable,
but range limited and it is not usable for the protection from obstacles near to head area.
Another option that provides the best travel aid for the blind is the guide dogs. Based on the
symbiosis between the disabled owner and his dog, the training and the relationship to the animal
are the keys to success for this method. The dog is able to detect and analyze complex situations:
cross walks, stairs, potential danger, know paths and more [2]. Most of the information is pass
through tactile feedback by the handle fixed on the animal. The user is able to feel the attitude of
his dog [2], analyze the situation and also give him appropriate orders. But guide dogs are still far
from being affordable, around the price of a nice car, and their average working time is limited,
an average of 7 years.
2. DESCRIPTION OF SYSTEM
Normally, a blind person uses cane as a guide of him to protect him from obstacles. Most of area
of surrounding is covered by the cane, especially the area near to his legs like stairs etc. But
certain areas such as near to his head, especially when he is entering or leaving the door which is
short in height. This system is specially designed to protect the area near to his head. The product
is designed to provide full navigation to user into the environment. It guides the user about
obstacles as well as also provides information about appropriate or obstacle free path. We are
using buzzer and vibrator, two output modes to user.
2.1 Logical structure:
The logical structure of our system is shown in following figure. The can be divided into three
main parts: the user control, sensor control, and the output to the user.
Figure 1– Logical Structure
The user control includes the switches that allow the user to choose project’s mode of operation.
There are basically two modes of operation, Buzzer mode and Vibration mode. These modes are
provided to user for taking output on his portability. Sometimes, he is not comfortable in getting
the output in one mode. Vibration mode always not comfortable, can irritate him. Similarly, when
there is a lot of noise in environment the buzzer mode is not portable. Another switch is
controlled by the user, called initializing switch. The initializing switch is pressed when the user
wants to stop the system.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August 2013
161
Sensor control determines when to tell the sensor to take a measurement and receives the output
from the sensor and normalizes it to control value for the sensors. Basically, we are designing a
sensor module. We are using proximity IR sensor for detection and it is mounted on a stepper
motor. Stepper motor rotates continuously with an angle of 90 degree. The 90 degree angle is
divided into three 30 degree portions. Two 30 degree areas are for indicating left direction or right
direction obstacles, and third 30 degree area is for indication front obstacles. The main thing is
our system is based on protecting the near head area because walking cane does not protect this
area.
Output to the user includes the indication of obstacles to user. Basically we are using two output
modes, vibration mode and buzzer mode. User can select any of the two modes in accordance to
his convenience. Sometimes vibration mode is portable for him, especially when there is a lot of
noise into the environment. Buzzer mode is generally used when the environmental noise is low
and sometimes vibration can create irritation to the user.
2.2 Block Diagram
The block diagram of our project is given in following figure. There are certain functions
accomplished by these blocks. The description of blocks is as follows.
Figure 2- Block Diagram
2.2.1 Power supply
The power supply of our system is given by 9V battery. Microcontroller unit is fed by 5V supply.
We generate 5V by using voltage regulator. 9V is given to sensor module. Basically, in sensor
module we are using a stepper motor and an IR sensor. These both are needed to feed with power
supply. 9V is used for the driver of stepper motor
2.2.2 Mode selecting switches
Mode selecting switches are connected to the pins of our microcontroller. Two switches are used
as mode selection, in which our project works. There are two modes of operation, buzzer mode
and vibration mode. Whenever the user press buzzer mode the output to user is given by buzzer
sound else vibration mode provides vibro-tactile output.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August 2013
162
2.2.3 Sensor module
The sensor module is constructed using stepper motor and proximity IR sensor. The IR sensor is
mounted on stepper motor. The motor rotates the IR sensor with stepangle 90 degree
continuously. The sensor transmits infrared wave into the environment continuously. When the
obstacle is present, the infrared wave reflected back to the sensor. The sensor receive reflected
wave and produce corresponding signal. This signal is translated by microcontroller in
appropriate form, used as the output to user. There are three portions, 30degree each, covered by
the sensor module. One is left for left sided obstacle, second is front for front direction obstacles
and the last one is right for right sided obstacles.
Figure 3- Sensor Module
2.2.4 Microcontroller unit
In microcontroller unit we use AT89S52 microcontroller. This is the main part of the project.
Every command or instructions to the system is given by this part. It receives the signals from
sensor and converts them into appropriate form, which can be used by output unit to provide or
indicate the user about environment.
2.2.5 Output unit
The output unit controls the output modes given to the user. It contains circuitry, drivers and
power supply, necessary to interface buzzer and vibrating motor to the microcontroller. It is noted
that we need to use separate power supply unit for interfacing vibrating motor, because if we use
the same supply, given to micro controller then back electro motive force generated by the
vibrating motor may hang our microcontroller unit.
2.2.6 Initialization switch
The initialization switch is an important part of our system. It is used to initialize our system
when the user wants to stop. It is necessary for the system to get initial or starting position at the
end, because it is previously stored in microcontroller when to take reading about the obstacles of
left, right and front by programming.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August 2013
163
3. TESTING AND RESULTS
Infrared based sensor module, AT89S52 and output unites are tested individually as well as an
integrated system. The main advantage of IR sensor is its small beam angle and sharp line of
sight. As IR sensor works on principle of echo, study of its reflection properties on is very
important. We studied the reflection properties of IR sensor on different surfaces. The tests are
carried on concrete wall, static human body, wood and metal. Smooth surfaces can be detected
from maximum detection range of IR sensors. Metal surface gives highest reflections and then
concrete wall, wood and human body [1]. To evaluate the system we develop a test method. By
folding the user eyes, we simulate the difficulties in navigation of the person. When the person
moves with our system, then he is fully protected from the obstacles of environment. Below head
area is secured by using walking stick and the near to head area is protected by sensing the
obstacles with the help of our system. Microcontroller is used to make a complete programming
and then is simulated at the Proteus. The distance between each vibration motor/buzzer embedded
at the Cap must be far enough to avoid the user become confuse with the signal given. The project
is low cost project with using the cheap but effective component like vibration motor/buzzer and
cap because most blind men belong to lower income group.
Figure 4- Testing Circuitry Board
4. CONCLUSION
In this paper, we proposed and described a fully secured navigation system for blind people. The
main advantage of the system is that it can make aware the user about obstacles of left side, right
side and front side efficiently. We are using both the benefits of walking stick and detection by
sensor module to provide complete protection into the environment. We are including walking
stick into our system because it is most common method of walking for blind people so that it is
most convenient for them. There are following advantages and limitations:
Advantages:
 Accurate detection of obstacles of left, right and front side.
 Very convenient for the users.
 Detection of ground level to head level.
 Low cost.
 Very low power consumption.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August 2013
164
Limitations:
There are certain improvements required for following:
 Recognition of objects.
 Recognition of colours.
 Size due to walking stick.
ACKNOWLEDGEMENT
I am grateful to Mr. Jaspal Singh, Principal Engineer, Centre for Development of Advanced
Computing for his assistance in this project.
REFERENCES
[1]. Shripad S. Bhatlawande Jayanta Mukhopadhyay and Manjunatha Mahadevappa “Ultrasonic
Spectacles and Waist-belt for Visually Impaired and Blind Person”, 2012.
[2]. Sylvain Cardin, Daniel Thalmann and Frederic Vexo “Wearable Obstacle Detection System for
visually impaired People”, 2010.
[3]. M. Kassim, M. H. Jamaluddin, M. R. Yaacob, N. S. N. Anwar, Z. M. Sani and A. Noordin
“Design and Development of MY 2nd EYE for Visually Impaired Person”, 2011.
[4]. Tatsuro UEDA1, Hirohiko KAWATA1, Tetsuo TOMIZAWA2, Akihisa OHYA1 and Shin’ich
YUTA1 “Visual Information Assist System Using 3D SOKUIKI Sensor for Blind People–
System Concept and Object Detecting Experiments –”, 2006
[5]. Dimitrios Dakopoulos and Nikolaos G. Bourbakis, Fellow, IEEE “Wearable Obstacle Avoidance
Electronic Travel Aids for Blind: A Survey”, IEEE TRANSACTIONS ON SYSTEMS,MAN,
AND CYBERNETICS—PARTC:APPLICATIONS AND REVIEWS, VOL. 40, NO. 1,
JANUARY 2010.
[6]. Amit Kumar Rusha Patra, M. Manjunatha, J. Mukhopadhyay and A. K. Majumdar, “An Electronic
Travel Aid for Navigation of Visually Impaired Persons”, 2011.
[7]. Stephen Karungaru, Kenji Terada and Minoru Fukumi “Improving Mobility for Blind Persons
using Video Sunglasses”, 2005.
[8]. David T. Batarseh, Dr. Timothy N. Burcham, and Dr. Gary M. McFadyen, “An Ultrasonic
Ranging System for the blind”, 1997.
Authors
Prashant Bhardwaj is pursuing Masters of Technology at C-DAC Mohali in Embedded
System. He has obtained his Bachelor of Engineering degree in Electronics &
Communication Engineering from Gautam Buddha Technical University, Lucknow in
2010. His research interests include Embedded System.
Mr. Jaspal Singh is working as principal engineer at C-DAC, Mohali. He received his
B.Tech degree from Thapar Institute, Patiala with distinction. He completed his masters
from Punjab University. Thereafter he has worked extensively or various electronics &
embedded system projects. His expertise includes electronics for medicine and biology.

More Related Content

What's hot

Development of blind stick
Development of blind stickDevelopment of blind stick
Development of blind stickAMAN VERMA
 
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...eSAT Journals
 
Smart Voice Controlled Wheelchair
Smart Voice Controlled WheelchairSmart Voice Controlled Wheelchair
Smart Voice Controlled WheelchairIJLT EMAS
 
IRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic SensorIRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic SensorIRJET Journal
 
Design of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmsDesign of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmseSAT Journals
 
Design of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmsDesign of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmseSAT Publishing House
 
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with GogglesIRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with GogglesIRJET Journal
 
HEAD MOVEMENT WHEEL CHAIR
HEAD MOVEMENT WHEEL CHAIRHEAD MOVEMENT WHEEL CHAIR
HEAD MOVEMENT WHEEL CHAIRSajjan prabhat
 
IRJET- Self-Parking Chair using Microcontroller 8052
IRJET- Self-Parking Chair using Microcontroller 8052IRJET- Self-Parking Chair using Microcontroller 8052
IRJET- Self-Parking Chair using Microcontroller 8052IRJET Journal
 
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS trackingBlind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS trackingvivatechijri
 
Gesture Controlled Wheelchair With Stretcher
Gesture Controlled Wheelchair With StretcherGesture Controlled Wheelchair With Stretcher
Gesture Controlled Wheelchair With StretcherIRJET Journal
 
HEAD MOTION CONTROLLED BY WHEELCHAIR
HEAD MOTION CONTROLLED BY WHEELCHAIRHEAD MOTION CONTROLLED BY WHEELCHAIR
HEAD MOTION CONTROLLED BY WHEELCHAIRAncy raju
 
Development of wearable object detection system & blind stick for visuall...
Development of wearable object detection system & blind stick for visuall...Development of wearable object detection system & blind stick for visuall...
Development of wearable object detection system & blind stick for visuall...Arkadev Kundu
 
Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...IJERD Editor
 
Iot operated wheel chair / smart wheelchair
Iot operated wheel chair / smart wheelchair Iot operated wheel chair / smart wheelchair
Iot operated wheel chair / smart wheelchair YOGEESH M
 
ULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATEULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATETechno Electronics
 
Microcontroller Based Obstacle Detection Device Using Voice Signal for the V...
Microcontroller Based Obstacle Detection Device Using Voice  Signal for the V...Microcontroller Based Obstacle Detection Device Using Voice  Signal for the V...
Microcontroller Based Obstacle Detection Device Using Voice Signal for the V...IJMER
 
Voice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair pptVoice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair pptSyed Saleem Ahmed
 

What's hot (20)

Smart Walking Stick for Visually Challenged People
Smart Walking Stick for Visually Challenged PeopleSmart Walking Stick for Visually Challenged People
Smart Walking Stick for Visually Challenged People
 
Development of blind stick
Development of blind stickDevelopment of blind stick
Development of blind stick
 
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
 
Smart Voice Controlled Wheelchair
Smart Voice Controlled WheelchairSmart Voice Controlled Wheelchair
Smart Voice Controlled Wheelchair
 
IRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic SensorIRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
 
Design of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmsDesign of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithms
 
Design of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmsDesign of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithms
 
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with GogglesIRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
 
HEAD MOVEMENT WHEEL CHAIR
HEAD MOVEMENT WHEEL CHAIRHEAD MOVEMENT WHEEL CHAIR
HEAD MOVEMENT WHEEL CHAIR
 
IRJET- Self-Parking Chair using Microcontroller 8052
IRJET- Self-Parking Chair using Microcontroller 8052IRJET- Self-Parking Chair using Microcontroller 8052
IRJET- Self-Parking Chair using Microcontroller 8052
 
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS trackingBlind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
 
Gesture Controlled Wheelchair With Stretcher
Gesture Controlled Wheelchair With StretcherGesture Controlled Wheelchair With Stretcher
Gesture Controlled Wheelchair With Stretcher
 
HEAD MOTION CONTROLLED BY WHEELCHAIR
HEAD MOTION CONTROLLED BY WHEELCHAIRHEAD MOTION CONTROLLED BY WHEELCHAIR
HEAD MOTION CONTROLLED BY WHEELCHAIR
 
Development of wearable object detection system & blind stick for visuall...
Development of wearable object detection system & blind stick for visuall...Development of wearable object detection system & blind stick for visuall...
Development of wearable object detection system & blind stick for visuall...
 
Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...
 
Iot operated wheel chair / smart wheelchair
Iot operated wheel chair / smart wheelchair Iot operated wheel chair / smart wheelchair
Iot operated wheel chair / smart wheelchair
 
Dual purpose blind navigation box
Dual purpose blind navigation boxDual purpose blind navigation box
Dual purpose blind navigation box
 
ULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATEULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATE
 
Microcontroller Based Obstacle Detection Device Using Voice Signal for the V...
Microcontroller Based Obstacle Detection Device Using Voice  Signal for the V...Microcontroller Based Obstacle Detection Device Using Voice  Signal for the V...
Microcontroller Based Obstacle Detection Device Using Voice Signal for the V...
 
Voice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair pptVoice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair ppt
 

Similar to Design and Development of Secure Navigation System for Visually Impaired People

AUTOMATED INNOVATIVE WHEELCHAIR
AUTOMATED INNOVATIVE WHEELCHAIRAUTOMATED INNOVATIVE WHEELCHAIR
AUTOMATED INNOVATIVE WHEELCHAIRijitcs
 
Smart Cane for Blind Person Assisted with Android Application and Save Our So...
Smart Cane for Blind Person Assisted with Android Application and Save Our So...Smart Cane for Blind Person Assisted with Android Application and Save Our So...
Smart Cane for Blind Person Assisted with Android Application and Save Our So...Dr. Amarjeet Singh
 
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 - Aid for Blind People using IoT
IRJET - Aid for Blind People using IoTIRJET - Aid for Blind People using IoT
IRJET - Aid for Blind People using IoTIRJET Journal
 
GPS & GSM based Voice Alert System for Blind Person
GPS & GSM based Voice Alert System for Blind PersonGPS & GSM based Voice Alert System for Blind Person
GPS & GSM based Voice Alert System for Blind Personijsrd.com
 
IRJET- An Aid for Visually Impaired Pedestrain
IRJET- An Aid for Visually Impaired PedestrainIRJET- An Aid for Visually Impaired Pedestrain
IRJET- An Aid for Visually Impaired PedestrainIRJET Journal
 
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemDriver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemIRJET Journal
 
Zigbee based smart fall detection and notification system with wearable senso...
Zigbee based smart fall detection and notification system with wearable senso...Zigbee based smart fall detection and notification system with wearable senso...
Zigbee based smart fall detection and notification system with wearable senso...eSAT Journals
 
Zigbee based smart fall detection and notification
Zigbee based smart fall detection and notificationZigbee based smart fall detection and notification
Zigbee based smart fall detection and notificationeSAT Publishing House
 
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- Smart Cane for Blind People using IoT
IRJET- Smart Cane for Blind People using IoTIRJET- Smart Cane for Blind People using IoT
IRJET- Smart Cane for Blind People using IoTIRJET Journal
 
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIREDDRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIREDIRJET 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
 
IRJET- A Leading Hand for the Blind –A Review
IRJET- A Leading Hand for the Blind –A ReviewIRJET- A Leading Hand for the Blind –A Review
IRJET- A Leading Hand for the Blind –A ReviewIRJET Journal
 
A Smart Stick For Assisting Blind Peoples
A Smart Stick For Assisting Blind PeoplesA Smart Stick For Assisting Blind Peoples
A Smart Stick For Assisting Blind PeoplesAsia Smith
 
Smart Street Light System Using IOT.pdf
Smart Street Light System Using IOT.pdfSmart Street Light System Using IOT.pdf
Smart Street Light System Using IOT.pdfHELPCONSULTANCY
 
SMART BLIND STICK USING VOICE MODULE
SMART BLIND STICK USING VOICE MODULESMART BLIND STICK USING VOICE MODULE
SMART BLIND STICK USING VOICE MODULEIRJET Journal
 
GPS and GSM enabled Smart Blind Stick.pdf
GPS and GSM enabled Smart Blind Stick.pdfGPS and GSM enabled Smart Blind Stick.pdf
GPS and GSM enabled Smart Blind Stick.pdfssuserbfa471
 
MULTI-FUNCTIONAL BLIND STICK BY USING SOLAR CHARGING SYSTEM
MULTI-FUNCTIONAL BLIND STICK BY USING SOLAR CHARGING SYSTEMMULTI-FUNCTIONAL BLIND STICK BY USING SOLAR CHARGING SYSTEM
MULTI-FUNCTIONAL BLIND STICK BY USING SOLAR CHARGING SYSTEMIRJET Journal
 

Similar to Design and Development of Secure Navigation System for Visually Impaired People (20)

AUTOMATED INNOVATIVE WHEELCHAIR
AUTOMATED INNOVATIVE WHEELCHAIRAUTOMATED INNOVATIVE WHEELCHAIR
AUTOMATED INNOVATIVE WHEELCHAIR
 
Smart Cane for Blind Person Assisted with Android Application and Save Our So...
Smart Cane for Blind Person Assisted with Android Application and Save Our So...Smart Cane for Blind Person Assisted with Android Application and Save Our So...
Smart Cane for Blind Person Assisted with Android Application and Save Our So...
 
final project ppt
final project pptfinal project ppt
final project ppt
 
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 - Aid for Blind People using IoT
IRJET - Aid for Blind People using IoTIRJET - Aid for Blind People using IoT
IRJET - Aid for Blind People using IoT
 
GPS & GSM based Voice Alert System for Blind Person
GPS & GSM based Voice Alert System for Blind PersonGPS & GSM based Voice Alert System for Blind Person
GPS & GSM based Voice Alert System for Blind Person
 
IRJET- An Aid for Visually Impaired Pedestrain
IRJET- An Aid for Visually Impaired PedestrainIRJET- An Aid for Visually Impaired Pedestrain
IRJET- An Aid for Visually Impaired Pedestrain
 
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemDriver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
 
Zigbee based smart fall detection and notification system with wearable senso...
Zigbee based smart fall detection and notification system with wearable senso...Zigbee based smart fall detection and notification system with wearable senso...
Zigbee based smart fall detection and notification system with wearable senso...
 
Zigbee based smart fall detection and notification
Zigbee based smart fall detection and notificationZigbee based smart fall detection and notification
Zigbee based smart fall detection and notification
 
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- Smart Cane for Blind People using IoT
IRJET- Smart Cane for Blind People using IoTIRJET- Smart Cane for Blind People using IoT
IRJET- Smart Cane for Blind People using IoT
 
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIREDDRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
 
IRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For BlindIRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For Blind
 
IRJET- A Leading Hand for the Blind –A Review
IRJET- A Leading Hand for the Blind –A ReviewIRJET- A Leading Hand for the Blind –A Review
IRJET- A Leading Hand for the Blind –A Review
 
A Smart Stick For Assisting Blind Peoples
A Smart Stick For Assisting Blind PeoplesA Smart Stick For Assisting Blind Peoples
A Smart Stick For Assisting Blind Peoples
 
Smart Street Light System Using IOT.pdf
Smart Street Light System Using IOT.pdfSmart Street Light System Using IOT.pdf
Smart Street Light System Using IOT.pdf
 
SMART BLIND STICK USING VOICE MODULE
SMART BLIND STICK USING VOICE MODULESMART BLIND STICK USING VOICE MODULE
SMART BLIND STICK USING VOICE MODULE
 
GPS and GSM enabled Smart Blind Stick.pdf
GPS and GSM enabled Smart Blind Stick.pdfGPS and GSM enabled Smart Blind Stick.pdf
GPS and GSM enabled Smart Blind Stick.pdf
 
MULTI-FUNCTIONAL BLIND STICK BY USING SOLAR CHARGING SYSTEM
MULTI-FUNCTIONAL BLIND STICK BY USING SOLAR CHARGING SYSTEMMULTI-FUNCTIONAL BLIND STICK BY USING SOLAR CHARGING SYSTEM
MULTI-FUNCTIONAL BLIND STICK BY USING SOLAR CHARGING SYSTEM
 

Recently uploaded

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 

Recently uploaded (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 

Design and Development of Secure Navigation System for Visually Impaired People

  • 1. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August 2013 DOI : 10.5121/ijcsit.2013.5413 159 Design and Development of Secure Navigation System for Visually Impaired People Prashant Bhardwaj1 and Jaspal Singh2 1 Department of ACSD, Centre for Development of Advanced Computing, Mohali bhardwaj.20jul@gmail.com 2 Department of DESD Centre for Development of Advanced Computing, Mohali jaspal_sng@yahoo.com ABSTRACT The proposed work presents a navigation system, which detects the obstacles and also guide to visually impaired people about appropriate path. The system we propose detects the obstacle via an infrared based detecting system and sends back vibro-tactile or sound (buzzer) feedback to inform the user about its position. The most common method of obstacle detection, used by blind people is the walking stick. The limitation of walking stick is that, it does not provide protection near to head area. A sensor module is fixed on a light weight cap allowing the user to obtain the information about obstacles (near to head area) and also about correct path on which the user should move. When the user uses this system with cane, he is fully protected about obstacles and can navigate freely into the environment. KEYWORDS Infrared based detecting system, vibro-tactile or sound, near to head area. 1. INTRODUCTION In recent years accessibility of everyday-life environments for disabled or aged people attracts public interest. Actually there is a lot of scopes for it, such as textured paving blocks, slopes instead of steps, handrails, elevators, etc. However, improvements or scopes are limited to specific places and it is still difficult for the disabled to live in most of places at present. Especially for blind people who have no visual information, there are a lot of difficulties in everyday-life environments. These people have a lot of problems to acquire environmental information. Moreover, obstacles which are not dangerous to ordinary people are able to become dangerous to them. Though they use blind stick to acquire these information, it is still hard for them to walk around in most of the places and also not cover whole area. A lot of studies have been done to develop a system which assists blind people. The work we present in this paper is based on the use of new technologies to improve visually impair people mobility. Our research is on obstacle detection in order to reduce navigation difficulties for visually impaired people. Moving through an unknown environment becomes a real challenge when we can’t rely on our own eyes. Since dynamic obstacles usually produce noise while moving, blind people develop the ability of hearing to localize them. However they are reduced to their sense of touch when the matter is to determine where an inanimate object exactly is. The common way for navigating of visionless person is using a walking stick cane or walking cane.
  • 2. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August 2013 160 The walking cane is a simple and mechanical device dedicated to detect static obstacles on the ground, uneven surfaces, holes via simple tactile-force feedback. This device is light, portable, but range limited and it is not usable for the protection from obstacles near to head area. Another option that provides the best travel aid for the blind is the guide dogs. Based on the symbiosis between the disabled owner and his dog, the training and the relationship to the animal are the keys to success for this method. The dog is able to detect and analyze complex situations: cross walks, stairs, potential danger, know paths and more [2]. Most of the information is pass through tactile feedback by the handle fixed on the animal. The user is able to feel the attitude of his dog [2], analyze the situation and also give him appropriate orders. But guide dogs are still far from being affordable, around the price of a nice car, and their average working time is limited, an average of 7 years. 2. DESCRIPTION OF SYSTEM Normally, a blind person uses cane as a guide of him to protect him from obstacles. Most of area of surrounding is covered by the cane, especially the area near to his legs like stairs etc. But certain areas such as near to his head, especially when he is entering or leaving the door which is short in height. This system is specially designed to protect the area near to his head. The product is designed to provide full navigation to user into the environment. It guides the user about obstacles as well as also provides information about appropriate or obstacle free path. We are using buzzer and vibrator, two output modes to user. 2.1 Logical structure: The logical structure of our system is shown in following figure. The can be divided into three main parts: the user control, sensor control, and the output to the user. Figure 1– Logical Structure The user control includes the switches that allow the user to choose project’s mode of operation. There are basically two modes of operation, Buzzer mode and Vibration mode. These modes are provided to user for taking output on his portability. Sometimes, he is not comfortable in getting the output in one mode. Vibration mode always not comfortable, can irritate him. Similarly, when there is a lot of noise in environment the buzzer mode is not portable. Another switch is controlled by the user, called initializing switch. The initializing switch is pressed when the user wants to stop the system.
  • 3. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August 2013 161 Sensor control determines when to tell the sensor to take a measurement and receives the output from the sensor and normalizes it to control value for the sensors. Basically, we are designing a sensor module. We are using proximity IR sensor for detection and it is mounted on a stepper motor. Stepper motor rotates continuously with an angle of 90 degree. The 90 degree angle is divided into three 30 degree portions. Two 30 degree areas are for indicating left direction or right direction obstacles, and third 30 degree area is for indication front obstacles. The main thing is our system is based on protecting the near head area because walking cane does not protect this area. Output to the user includes the indication of obstacles to user. Basically we are using two output modes, vibration mode and buzzer mode. User can select any of the two modes in accordance to his convenience. Sometimes vibration mode is portable for him, especially when there is a lot of noise into the environment. Buzzer mode is generally used when the environmental noise is low and sometimes vibration can create irritation to the user. 2.2 Block Diagram The block diagram of our project is given in following figure. There are certain functions accomplished by these blocks. The description of blocks is as follows. Figure 2- Block Diagram 2.2.1 Power supply The power supply of our system is given by 9V battery. Microcontroller unit is fed by 5V supply. We generate 5V by using voltage regulator. 9V is given to sensor module. Basically, in sensor module we are using a stepper motor and an IR sensor. These both are needed to feed with power supply. 9V is used for the driver of stepper motor 2.2.2 Mode selecting switches Mode selecting switches are connected to the pins of our microcontroller. Two switches are used as mode selection, in which our project works. There are two modes of operation, buzzer mode and vibration mode. Whenever the user press buzzer mode the output to user is given by buzzer sound else vibration mode provides vibro-tactile output.
  • 4. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August 2013 162 2.2.3 Sensor module The sensor module is constructed using stepper motor and proximity IR sensor. The IR sensor is mounted on stepper motor. The motor rotates the IR sensor with stepangle 90 degree continuously. The sensor transmits infrared wave into the environment continuously. When the obstacle is present, the infrared wave reflected back to the sensor. The sensor receive reflected wave and produce corresponding signal. This signal is translated by microcontroller in appropriate form, used as the output to user. There are three portions, 30degree each, covered by the sensor module. One is left for left sided obstacle, second is front for front direction obstacles and the last one is right for right sided obstacles. Figure 3- Sensor Module 2.2.4 Microcontroller unit In microcontroller unit we use AT89S52 microcontroller. This is the main part of the project. Every command or instructions to the system is given by this part. It receives the signals from sensor and converts them into appropriate form, which can be used by output unit to provide or indicate the user about environment. 2.2.5 Output unit The output unit controls the output modes given to the user. It contains circuitry, drivers and power supply, necessary to interface buzzer and vibrating motor to the microcontroller. It is noted that we need to use separate power supply unit for interfacing vibrating motor, because if we use the same supply, given to micro controller then back electro motive force generated by the vibrating motor may hang our microcontroller unit. 2.2.6 Initialization switch The initialization switch is an important part of our system. It is used to initialize our system when the user wants to stop. It is necessary for the system to get initial or starting position at the end, because it is previously stored in microcontroller when to take reading about the obstacles of left, right and front by programming.
  • 5. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August 2013 163 3. TESTING AND RESULTS Infrared based sensor module, AT89S52 and output unites are tested individually as well as an integrated system. The main advantage of IR sensor is its small beam angle and sharp line of sight. As IR sensor works on principle of echo, study of its reflection properties on is very important. We studied the reflection properties of IR sensor on different surfaces. The tests are carried on concrete wall, static human body, wood and metal. Smooth surfaces can be detected from maximum detection range of IR sensors. Metal surface gives highest reflections and then concrete wall, wood and human body [1]. To evaluate the system we develop a test method. By folding the user eyes, we simulate the difficulties in navigation of the person. When the person moves with our system, then he is fully protected from the obstacles of environment. Below head area is secured by using walking stick and the near to head area is protected by sensing the obstacles with the help of our system. Microcontroller is used to make a complete programming and then is simulated at the Proteus. The distance between each vibration motor/buzzer embedded at the Cap must be far enough to avoid the user become confuse with the signal given. The project is low cost project with using the cheap but effective component like vibration motor/buzzer and cap because most blind men belong to lower income group. Figure 4- Testing Circuitry Board 4. CONCLUSION In this paper, we proposed and described a fully secured navigation system for blind people. The main advantage of the system is that it can make aware the user about obstacles of left side, right side and front side efficiently. We are using both the benefits of walking stick and detection by sensor module to provide complete protection into the environment. We are including walking stick into our system because it is most common method of walking for blind people so that it is most convenient for them. There are following advantages and limitations: Advantages:  Accurate detection of obstacles of left, right and front side.  Very convenient for the users.  Detection of ground level to head level.  Low cost.  Very low power consumption.
  • 6. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August 2013 164 Limitations: There are certain improvements required for following:  Recognition of objects.  Recognition of colours.  Size due to walking stick. ACKNOWLEDGEMENT I am grateful to Mr. Jaspal Singh, Principal Engineer, Centre for Development of Advanced Computing for his assistance in this project. REFERENCES [1]. Shripad S. Bhatlawande Jayanta Mukhopadhyay and Manjunatha Mahadevappa “Ultrasonic Spectacles and Waist-belt for Visually Impaired and Blind Person”, 2012. [2]. Sylvain Cardin, Daniel Thalmann and Frederic Vexo “Wearable Obstacle Detection System for visually impaired People”, 2010. [3]. M. Kassim, M. H. Jamaluddin, M. R. Yaacob, N. S. N. Anwar, Z. M. Sani and A. Noordin “Design and Development of MY 2nd EYE for Visually Impaired Person”, 2011. [4]. Tatsuro UEDA1, Hirohiko KAWATA1, Tetsuo TOMIZAWA2, Akihisa OHYA1 and Shin’ich YUTA1 “Visual Information Assist System Using 3D SOKUIKI Sensor for Blind People– System Concept and Object Detecting Experiments –”, 2006 [5]. Dimitrios Dakopoulos and Nikolaos G. Bourbakis, Fellow, IEEE “Wearable Obstacle Avoidance Electronic Travel Aids for Blind: A Survey”, IEEE TRANSACTIONS ON SYSTEMS,MAN, AND CYBERNETICS—PARTC:APPLICATIONS AND REVIEWS, VOL. 40, NO. 1, JANUARY 2010. [6]. Amit Kumar Rusha Patra, M. Manjunatha, J. Mukhopadhyay and A. K. Majumdar, “An Electronic Travel Aid for Navigation of Visually Impaired Persons”, 2011. [7]. Stephen Karungaru, Kenji Terada and Minoru Fukumi “Improving Mobility for Blind Persons using Video Sunglasses”, 2005. [8]. David T. Batarseh, Dr. Timothy N. Burcham, and Dr. Gary M. McFadyen, “An Ultrasonic Ranging System for the blind”, 1997. Authors Prashant Bhardwaj is pursuing Masters of Technology at C-DAC Mohali in Embedded System. He has obtained his Bachelor of Engineering degree in Electronics & Communication Engineering from Gautam Buddha Technical University, Lucknow in 2010. His research interests include Embedded System. Mr. Jaspal Singh is working as principal engineer at C-DAC, Mohali. He received his B.Tech degree from Thapar Institute, Patiala with distinction. He completed his masters from Punjab University. Thereafter he has worked extensively or various electronics & embedded system projects. His expertise includes electronics for medicine and biology.