SlideShare a Scribd company logo
1 of 4
Download to read offline
Harsha Gawari et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 6), April 2014, pp.48-51
www.ijera.com 48 | P a g e
Voice and GPS Based Navigation System For Visually Impaired
Harsha Gawari*1
, Prof. Meeta Bakuli*2
,
*1(E &TC department, GHRCEM Pune, India.)
*2(Prof E&TC Department, GHRCEM Pune, India)
ABSTRACT
The paper represents the architecture and implementation of a system that will help to navigate the visually
impaired people. The system designed uses GPS and voice recognition along with obstacle avoidance for the
purpose of guiding visually impaired. The visually impaired person issues the command and receives the
direction response using audio signals. The latitude and longitude values are received continuously from the
GPS receiver. The directions are given to the user with the help of audio signals. An obstacle detector is used to
help the user to avoid obstacles by sending an audio message.GPS receivers use NMEA standard. With the
advancement in voice recognition it becomes easier to issue commands regarding directions to the visually
impaired.
Keywords GPS, navigation system, visually impaired, voice recognition, ARM7 processor, NMEA protocol
I. INTRODUCION
The result of survey done in India shows
that India is the home of the largest number of blind
people in the world. Out of the 37 million blind
people all over the world more than 15 million
people are in India. For assisting to avoid obstacles
visually impaired people regularly use white canes or
guide dogs. Guide dogs are of limited assistance for
finding the way to a remote location, known as “way
finding”.
At present several devices are available for
providing guidance to a remote location but these are
either expensive or make use of Braille interface.
Blind people can get information from the unwilling
contact with objects, persons or animals, by exploring
the environment and using their hands to understand
the shape of an object, moreover, blind people can
perceive other features of the objects as temperature,
texture, weigh and though the tact has certain limits
in confront of sight, it has a very important function
to reveal to blind persons the world around them.
There are many systems which are designed
to help navigate the visually impaired. SWAN
(System for Wearable Audio Navigation) consists of
a laptop, a tracking chip, GPS sensors, 4 cameras and
headphones. The sensors and tracking chip send data
to the laptop having the SWAN application which
then computes the location and the direction where
the blind person is looking. A travel route is mapped
and 3D audio cues are sent to the head phones to
guide the person along a path to the destination. The
disadvantage of this system is that it needs many
sensors,4 cameras that makes the system complex
and expensive. Another system called SESAMONET
(Secure and Safe Mobility Network) uses RFID
micro chips which are embedded in the ground. This
is used to guide the visually impaired through a
predefined area. Each micro chip sends position
signals through a walking stick to the smart phone.
The disadvantage of this system is that it requires
many RFID microchips and it is not possible to put
so many chips for long distance. Hence the system is
expensive.
The system explained here provides the
details to the users regarding where at present he/she
is located and spoken directions to travel to a remote
destination. The visually impaired often lack the
needed information for bypassing obstacles and
hazards and have relatively little information about
landmarks, heading, and self velocity. This puts them
into considerable disadvantage compared to sighted
individuals navigating through familiar environments
who have knowledge of these environments or who
are navigating through unfamiliar environments on
the basis of external maps and verbal directions to
make a navigation system use friendly and accessible
to the greatest proportion of vision impaired people,
usability is a key focus of the project, and speech
technology was identified as a priority feature of the
system. Further, by replacing the Braille keyboard
with a speech technology, the device will be more
portable and less cumbersome to use while walking.
Speech technology has been under development for
more than three decades.
RESEARCH ARTICLE OPEN ACCESS
Harsha Gawari et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 6), April 2014, pp.48-51
www.ijera.com 49 | P a g e
II. METHODOLOGY
PROPOSED SYSTEM BLOCK DIAGRAM
Fig: 2.1- Block Diagram of Proposed System
The block diagram of main board is shown
in Fig.1. In this diagram the 32-bit ARM processor
(LPC2148) is used, which is the heart of this project.
The LPC2148 microcontrollers are based on a 16-
bit/32-bit ARM7TDMI-S CPU with real-time
emulation and embedded trace support, that combine
microcontroller with embedded high speed flash
memory ranging from 32 kB to 512 kB. A 128-bit
wide memory interface and unique accelerator
architecture enable 32-bit code execution at the
maximum clock rate. For critical code size
applications, the alternative 16-bit Thumb mode
reduces code by more than 30 % with minimal
performance penalty.GPS receiver is used to get the
current location in the form of longitude and latitude.
The GPS used here is GR87.The output of GPS
receiver is given to the processor using serial
communication. In this system output is in the form
of voice hence speaker/headphones are used.
III. HARDWARE DESCRIPTION
1. MICROCONTROLLER
The Controller used will be ARM LPC2148
which is based on 32/16 bitARM7TDMI-S CPU with
real-time emulation and embedded trace support that
combines the microcontroller with embedded high
speed flash memory ranging from 32 kB to 512 kB. It
has many important features like. 16/32-bit ARM7
microcontroller in a tiny package. It has on-chip
static RAM and on-chip flash program memory. It
offers real-time debugging and high speed tracing of
instruction execution.
The features of LPC2148 are
 USB 2.0 Full Speed compliant Device
Controller.
 10 bit A/D converters.
 Multiple serial interfaces with two UARTs.
 Low cost, low consumption, easy handling
and flexibility.
These features make the controller reliable
for the project.
1. GPS RECEIVER
Global Positioning System (GPS) satellites
broadcast signals from space which are used by GPS
receivers, to provide three-dimensional location
(latitude, longitude, and altitude) and precise time.
Reliable positioning, navigation, and timing services
are provided by the GPS receivers to users all around
the world continuously in all weather, day or night,
anywhere on or near the Earth.
The GPS receiver used in this project is
GR87.Its main features are
 On chip 1Mb SRAM
 Low power consumption
 Multi path mitigation hardware
 Reacquisition time 0.1 seconds
WORKING
GPS GR87 is a highly integrated smart GPS
module with GPS patch antenna that is ceramic. The
antenna is connected to the module through the LNA.
The module has 51 channel acquisition engine and 14
channel track engine, which is capable of receiving
signals from up to 65 GPS satellites and transferring
them into the precise position and timing information
that can be read over either UART port or RS232
serial port. Low power consumption is needed for the
small size and high end GPS functionality. Both the
LVTTL-level and RS232 signal interface are present
on the interface connector and a supply voltage of
3.6V~6.0V is supported. The smart GPS antenna
module is available as an off-the-shelf component
which is 100% tested. The smart GPS antenna
module can be offered for OEM applications. Also,
the antenna can be tuned to the final systems
conditions.
3. VOICE RECOGNITION
A speech analysis is done after the user
speaks in a microphone and inputs are thus taken.
The manipulation of the input audio signal is done at
the system level. Different operations are performed
at different levels on the input signal such as Pre-
emphasis, Framing, Windowing, Mel Cepstrum
Harsha Gawari et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 6), April 2014, pp.48-51
www.ijera.com 50 | P a g e
analysis and Recognition (Matching) of the spoken
word. The speech recognition system consists of two
distinguished phases. The first one is training session,
while, the second one is referred to as operation
session or testing phase. During training phase,
speaker has to provide samples of their speech to
train the system. During recognition phase, speaker
has to give samples of his speech to match with
existing database and provides exact match. The
voice recognition IC used here is IC HM2007.
IC HM2007
It is a single chip CMOS voice recognition
LSI circuit with on-chip analog front end, voice
analysis, voice recognition process and sound control
functions. An intelligent recognition system can be
built using a 40 isolated –word voice recognition
system is composed of external microphone,
keyboard, 64K SRAM and other components
combined with the microprocessor.
Fig: 3.1 – Speech Recognition Kit
FEATURES
 A CMOS LSL Single chip voice recognition.
 Recognition system is isolated-word speaker-
dependent.
 An external 64K SRAM can be connected
directly.
 A maximum of 40 words can be recognized for
one chip.
 A maximum of 1.92 sec of word can be
recognized.
 Multiple-chip configuration can be done
 Direct connectivity for a microphone is available
 Two control modes manual mode & CPU mode
are supported
 Response time is less than 300ms
 5V single power supply is needed
 48-pin PDIP, 52 pin PLCC, 48 pad bare chip
4. VOICE PLAYBACK
AP89085 is high performance voice OTP
which is fabricated with standard CMOS process
with an embedded 2MB EPROM. It can store voice
massages up to 85 sec with 4-bit ADPCM
compression at 6 KHz sampling rate. 8-bit PCM is
available as user selectable. There are three triggers
modes: Simple Key trigger mode, Parallel CPU
triggers mode and CPU serial command mode, which
provide different user interface. User selectable
triggering and output signal option provide maximum
flexibility to various applications. The number of
external components is minimized by using a built-in
resistor controlled oscillator, 8-bit current mode D/A
output and PWM direct speaker driving output. PC
controlled programmer and developing software are
available.
IV. SOFTWARE USED
1. Embedded C
2. Keil IDE
3. Uc-Flash
V. CONCLUSION
As we have discussed that India is now
home to the world's largest number of blind people
and India’s current population is over 1.22 billion.
Earlier majority of visually impaired people prefer to
not use electronic aids, and use only canes or guide
dogs. The underlying reasons for this include the
relatively high costs and relatively poor levels of user
satisfaction associated with existing electronic
systems. So we tried to develop a low cost and user
friendly system for blind people with greatest
possible accuracy.
This method offers innovative solutions in
order to replace the conventional methods of guiding
visually impaired person. Also, it can be easily
applied anywhere where it can handle places like
mall, airports etc. In this project we have used ARM
processor which contains more memory and its
operating speed is high. We guide or navigate the
blind people using voice.
REFERENCE
[1] Somnath Koley, Ravi Mishra,” VOICE
OPERATED OUTDOOR NAVIGATION
SYSTEM FOR VISUALLY IMPAIRED
PERSONS”, International Journal of
Engineering Trends and Technology-
Volume3Issue2- 2012
[2] 1999, K.Magatani, K.Yanashima et al. "The
Navigation System for the Visually
Impaired",Proceedings of the First Joint
BMES/EMBS Conference, 652
[3] 2000, H.Yamasaki, K.Magatani et al.
"Development of the Navigation System for
the Visually Impaired", Proc. Of the World
Congress on Medical Physics and
Biomedical Engineering, WE-A305-01
Harsha Gawari et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 6), April 2014, pp.48-51
www.ijera.com 51 | P a g e
[4] 2008, Sakmongkon Chumkamon, Peranitti
Tuvaphanthaphiphat, Phongsak
Keeratiwintakorn, A Blind Navigation
System Using RFID for Indoor
Environments, Proceedings of ECTI-
CON:765-768
Fig: 5.1- Image of completed system
[5] http://articles.timesofindia.indiatimes.com
/2007-10-11/india/27977420_1_avoidable-
blindness ophthalmologists-eye-diseases
[6] Dr. Boyina.S.Rao, Ms. K.Deepa, Hari
Prasanth.L, Vivek.S, Nanda Kumar.S,
Rajendhiran.A, Saravana.J,” INDOOR
NAVIGATION SYSTEM FOR VISUALLY
IMPAIRED PERSON USING GPS,”
International Journal of Advanced
Engineering Technology, April-June, 2012

More Related Content

What's hot

audio labler device for visual impare
audio labler device for visual impareaudio labler device for visual impare
audio labler device for visual imparehusnatajwar
 
Mobile tour guide combining gps and rfid
Mobile tour guide combining gps and rfidMobile tour guide combining gps and rfid
Mobile tour guide combining gps and rfidIAEME Publication
 
Electronic travel aid
Electronic  travel aidElectronic  travel aid
Electronic travel aidAnand Verma
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET Journal
 
A Dual-Mode Human Computer Interface
A Dual-Mode Human Computer InterfaceA Dual-Mode Human Computer Interface
A Dual-Mode Human Computer InterfaceRoshith S Pai
 
Iaetsd artificial intelligence based automation & braking system for cars...
Iaetsd artificial intelligence based automation & braking system for cars...Iaetsd artificial intelligence based automation & braking system for cars...
Iaetsd artificial intelligence based automation & braking system for cars...Iaetsd Iaetsd
 
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
 
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
 
Maneuvering Robotic Vehicle based on Motion Sensor Feedback
Maneuvering Robotic Vehicle based on Motion Sensor FeedbackManeuvering Robotic Vehicle based on Motion Sensor Feedback
Maneuvering Robotic Vehicle based on Motion Sensor FeedbackIshanMalpotra
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Development of Guiding Cane with Voice Notification for Visually Impaired ind...
Development of Guiding Cane with Voice Notification for Visually Impaired ind...Development of Guiding Cane with Voice Notification for Visually Impaired ind...
Development of Guiding Cane with Voice Notification for Visually Impaired ind...IJECEIAES
 
IRJET- Optical Character Recognition for Blind using Raspberry Pi
IRJET- Optical Character Recognition for Blind using Raspberry PiIRJET- Optical Character Recognition for Blind using Raspberry Pi
IRJET- Optical Character Recognition for Blind using Raspberry PiIRJET Journal
 
IRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET 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
 
DESIGN AND IMPLEMENTATION OF CAMERA-BASED INTERACTIVE TOUCH SCREEN
DESIGN AND IMPLEMENTATION OF CAMERA-BASED INTERACTIVE TOUCH SCREENDESIGN AND IMPLEMENTATION OF CAMERA-BASED INTERACTIVE TOUCH SCREEN
DESIGN AND IMPLEMENTATION OF CAMERA-BASED INTERACTIVE TOUCH SCREENJournal For Research
 
Smart Remote for the Setup Box Using Gesture Control
Smart Remote for the Setup Box Using Gesture ControlSmart Remote for the Setup Box Using Gesture Control
Smart Remote for the Setup Box Using Gesture ControlIJERA Editor
 
Ieeepro techno solutions ieee embedded project the voice bot a voice con...
Ieeepro techno solutions    ieee  embedded project  the voice bot a voice con...Ieeepro techno solutions    ieee  embedded project  the voice bot a voice con...
Ieeepro techno solutions ieee embedded project the voice bot a voice con...srinivasanece7
 

What's hot (20)

audio labler device for visual impare
audio labler device for visual impareaudio labler device for visual impare
audio labler device for visual impare
 
Mobile tour guide combining gps and rfid
Mobile tour guide combining gps and rfidMobile tour guide combining gps and rfid
Mobile tour guide combining gps and rfid
 
Electronic travel aid
Electronic  travel aidElectronic  travel aid
Electronic travel aid
 
117_SIRJ_HMS
117_SIRJ_HMS117_SIRJ_HMS
117_SIRJ_HMS
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb People
 
A Dual-Mode Human Computer Interface
A Dual-Mode Human Computer InterfaceA Dual-Mode Human Computer Interface
A Dual-Mode Human Computer Interface
 
Iaetsd artificial intelligence based automation & braking system for cars...
Iaetsd artificial intelligence based automation & braking system for cars...Iaetsd artificial intelligence based automation & braking system for cars...
Iaetsd artificial intelligence based automation & braking system for cars...
 
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
 
Maneuvering Robotic Vehicle based on Motion Sensor Feedback
Maneuvering Robotic Vehicle based on Motion Sensor FeedbackManeuvering Robotic Vehicle based on Motion Sensor Feedback
Maneuvering Robotic Vehicle based on Motion Sensor Feedback
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Development of Guiding Cane with Voice Notification for Visually Impaired ind...
Development of Guiding Cane with Voice Notification for Visually Impaired ind...Development of Guiding Cane with Voice Notification for Visually Impaired ind...
Development of Guiding Cane with Voice Notification for Visually Impaired ind...
 
IRJET- Optical Character Recognition for Blind using Raspberry Pi
IRJET- Optical Character Recognition for Blind using Raspberry PiIRJET- Optical Character Recognition for Blind using Raspberry Pi
IRJET- Optical Character Recognition for Blind using Raspberry Pi
 
IRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice Recognition
 
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
 
DESIGN AND IMPLEMENTATION OF CAMERA-BASED INTERACTIVE TOUCH SCREEN
DESIGN AND IMPLEMENTATION OF CAMERA-BASED INTERACTIVE TOUCH SCREENDESIGN AND IMPLEMENTATION OF CAMERA-BASED INTERACTIVE TOUCH SCREEN
DESIGN AND IMPLEMENTATION OF CAMERA-BASED INTERACTIVE TOUCH SCREEN
 
Seminar 1
Seminar 1Seminar 1
Seminar 1
 
Smart Remote for the Setup Box Using Gesture Control
Smart Remote for the Setup Box Using Gesture ControlSmart Remote for the Setup Box Using Gesture Control
Smart Remote for the Setup Box Using Gesture Control
 
Ieeepro techno solutions ieee embedded project the voice bot a voice con...
Ieeepro techno solutions    ieee  embedded project  the voice bot a voice con...Ieeepro techno solutions    ieee  embedded project  the voice bot a voice con...
Ieeepro techno solutions ieee embedded project the voice bot a voice con...
 
published paper
published paperpublished paper
published paper
 

Viewers also liked

Viewers also liked (20)

Mamaia de altădată ...
Mamaia de altădată ...Mamaia de altădată ...
Mamaia de altădată ...
 
Cz4301586590
Cz4301586590Cz4301586590
Cz4301586590
 
Y4502158163
Y4502158163Y4502158163
Y4502158163
 
Swiss Halley - prezentare (var. scurta)
Swiss Halley - prezentare (var. scurta)Swiss Halley - prezentare (var. scurta)
Swiss Halley - prezentare (var. scurta)
 
Br4201458461
Br4201458461Br4201458461
Br4201458461
 
C42021115
C42021115C42021115
C42021115
 
Cm4301507513
Cm4301507513Cm4301507513
Cm4301507513
 
Weam
WeamWeam
Weam
 
Ce4201528546
Ce4201528546Ce4201528546
Ce4201528546
 
Muzeul civilizatiei urbane brasov
Muzeul civilizatiei urbane brasovMuzeul civilizatiei urbane brasov
Muzeul civilizatiei urbane brasov
 
Sea Level Changes as recorded in nature itself
Sea Level Changes as recorded in nature itselfSea Level Changes as recorded in nature itself
Sea Level Changes as recorded in nature itself
 
Artistul fierar
Artistul fierar Artistul fierar
Artistul fierar
 
B045030610
B045030610B045030610
B045030610
 
I45024552
I45024552I45024552
I45024552
 
K045047377
K045047377K045047377
K045047377
 
T044069296
T044069296T044069296
T044069296
 
Productivity Factors in Software Development for PC Platform
Productivity Factors in Software Development for PC PlatformProductivity Factors in Software Development for PC Platform
Productivity Factors in Software Development for PC Platform
 
G045073740
G045073740G045073740
G045073740
 
P044067476
P044067476P044067476
P044067476
 
N044048893
N044048893N044048893
N044048893
 

Similar to J044064851

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
 
Blind Navigation system
 Blind Navigation system Blind Navigation system
Blind Navigation systemNilesh Jha
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET Journal
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system pptNilgiri publicity
 
F B ASED T ALKING S IGNAGE FOR B LIND N AVIGATION
F B ASED  T ALKING  S IGNAGE FOR  B LIND  N AVIGATIONF B ASED  T ALKING  S IGNAGE FOR  B LIND  N AVIGATION
F B ASED T ALKING S IGNAGE FOR B LIND N AVIGATIONIJCI JOURNAL
 
Campus navigation and identifying current location through android
Campus navigation and identifying current location through androidCampus navigation and identifying current location through android
Campus navigation and identifying current location through androidakanksha_kohale
 
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
 
Low Cost Visual Support System for Challenged People
Low Cost Visual Support System for Challenged PeopleLow Cost Visual Support System for Challenged People
Low Cost Visual Support System for Challenged PeopleChristo Ananth
 
IRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and SynthesizerIRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and SynthesizerIRJET Journal
 
Virtual reality with head movement tracking by mubeen momin
Virtual reality with head movement tracking by mubeen mominVirtual reality with head movement tracking by mubeen momin
Virtual reality with head movement tracking by mubeen mominmubeenm50
 
IRJET- Virtual Eye for Blind- A Multi Functionality Interactive Aid using Pi
IRJET-  	  Virtual Eye for Blind- A Multi Functionality Interactive Aid using PiIRJET-  	  Virtual Eye for Blind- A Multi Functionality Interactive Aid using Pi
IRJET- Virtual Eye for Blind- A Multi Functionality Interactive Aid using PiIRJET Journal
 
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPSReal Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPSIRJET 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
 
IRJET- Review on RFID based Audio Tour Guide with NFC Monitoring Function
IRJET- Review on RFID based Audio Tour Guide with NFC Monitoring FunctionIRJET- Review on RFID based Audio Tour Guide with NFC Monitoring Function
IRJET- Review on RFID based Audio Tour Guide with NFC Monitoring FunctionIRJET Journal
 
sensor assisted smart white cane for blind man using Arduino UNO
sensor assisted smart white cane for blind man using Arduino UNOsensor assisted smart white cane for blind man using Arduino UNO
sensor assisted smart white cane for blind man using Arduino UNOAk Azad
 
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...IRJET Journal
 
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATIONRicky Drk
 

Similar to J044064851 (20)

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
 
Blind Navigation system
 Blind Navigation system Blind Navigation system
Blind Navigation system
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system ppt
 
F B ASED T ALKING S IGNAGE FOR B LIND N AVIGATION
F B ASED  T ALKING  S IGNAGE FOR  B LIND  N AVIGATIONF B ASED  T ALKING  S IGNAGE FOR  B LIND  N AVIGATION
F B ASED T ALKING S IGNAGE FOR B LIND N AVIGATION
 
Campus navigation and identifying current location through android
Campus navigation and identifying current location through androidCampus navigation and identifying current location through android
Campus navigation and identifying current location through android
 
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
 
Sensor id overview_ppt
Sensor id overview_pptSensor id overview_ppt
Sensor id overview_ppt
 
Low Cost Visual Support System for Challenged People
Low Cost Visual Support System for Challenged PeopleLow Cost Visual Support System for Challenged People
Low Cost Visual Support System for Challenged People
 
IRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and SynthesizerIRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and Synthesizer
 
Virtual reality with head movement tracking by mubeen momin
Virtual reality with head movement tracking by mubeen mominVirtual reality with head movement tracking by mubeen momin
Virtual reality with head movement tracking by mubeen momin
 
IRJET- Virtual Eye for Blind- A Multi Functionality Interactive Aid using Pi
IRJET-  	  Virtual Eye for Blind- A Multi Functionality Interactive Aid using PiIRJET-  	  Virtual Eye for Blind- A Multi Functionality Interactive Aid using Pi
IRJET- Virtual Eye for Blind- A Multi Functionality Interactive Aid using Pi
 
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPSReal Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
 
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
 
IRJET- Review on RFID based Audio Tour Guide with NFC Monitoring Function
IRJET- Review on RFID based Audio Tour Guide with NFC Monitoring FunctionIRJET- Review on RFID based Audio Tour Guide with NFC Monitoring Function
IRJET- Review on RFID based Audio Tour Guide with NFC Monitoring Function
 
sensor assisted smart white cane for blind man using Arduino UNO
sensor assisted smart white cane for blind man using Arduino UNOsensor assisted smart white cane for blind man using Arduino UNO
sensor assisted smart white cane for blind man using Arduino UNO
 
Wireless Data Transfer in Under Water System
Wireless Data Transfer in Under Water SystemWireless Data Transfer in Under Water System
Wireless Data Transfer in Under Water System
 
final project
final projectfinal project
final project
 
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
 
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
 

Recently uploaded

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
🐬 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
 
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
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
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
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
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
 
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
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 

Recently uploaded (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
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
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

J044064851

  • 1. Harsha Gawari et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 6), April 2014, pp.48-51 www.ijera.com 48 | P a g e Voice and GPS Based Navigation System For Visually Impaired Harsha Gawari*1 , Prof. Meeta Bakuli*2 , *1(E &TC department, GHRCEM Pune, India.) *2(Prof E&TC Department, GHRCEM Pune, India) ABSTRACT The paper represents the architecture and implementation of a system that will help to navigate the visually impaired people. The system designed uses GPS and voice recognition along with obstacle avoidance for the purpose of guiding visually impaired. The visually impaired person issues the command and receives the direction response using audio signals. The latitude and longitude values are received continuously from the GPS receiver. The directions are given to the user with the help of audio signals. An obstacle detector is used to help the user to avoid obstacles by sending an audio message.GPS receivers use NMEA standard. With the advancement in voice recognition it becomes easier to issue commands regarding directions to the visually impaired. Keywords GPS, navigation system, visually impaired, voice recognition, ARM7 processor, NMEA protocol I. INTRODUCION The result of survey done in India shows that India is the home of the largest number of blind people in the world. Out of the 37 million blind people all over the world more than 15 million people are in India. For assisting to avoid obstacles visually impaired people regularly use white canes or guide dogs. Guide dogs are of limited assistance for finding the way to a remote location, known as “way finding”. At present several devices are available for providing guidance to a remote location but these are either expensive or make use of Braille interface. Blind people can get information from the unwilling contact with objects, persons or animals, by exploring the environment and using their hands to understand the shape of an object, moreover, blind people can perceive other features of the objects as temperature, texture, weigh and though the tact has certain limits in confront of sight, it has a very important function to reveal to blind persons the world around them. There are many systems which are designed to help navigate the visually impaired. SWAN (System for Wearable Audio Navigation) consists of a laptop, a tracking chip, GPS sensors, 4 cameras and headphones. The sensors and tracking chip send data to the laptop having the SWAN application which then computes the location and the direction where the blind person is looking. A travel route is mapped and 3D audio cues are sent to the head phones to guide the person along a path to the destination. The disadvantage of this system is that it needs many sensors,4 cameras that makes the system complex and expensive. Another system called SESAMONET (Secure and Safe Mobility Network) uses RFID micro chips which are embedded in the ground. This is used to guide the visually impaired through a predefined area. Each micro chip sends position signals through a walking stick to the smart phone. The disadvantage of this system is that it requires many RFID microchips and it is not possible to put so many chips for long distance. Hence the system is expensive. The system explained here provides the details to the users regarding where at present he/she is located and spoken directions to travel to a remote destination. The visually impaired often lack the needed information for bypassing obstacles and hazards and have relatively little information about landmarks, heading, and self velocity. This puts them into considerable disadvantage compared to sighted individuals navigating through familiar environments who have knowledge of these environments or who are navigating through unfamiliar environments on the basis of external maps and verbal directions to make a navigation system use friendly and accessible to the greatest proportion of vision impaired people, usability is a key focus of the project, and speech technology was identified as a priority feature of the system. Further, by replacing the Braille keyboard with a speech technology, the device will be more portable and less cumbersome to use while walking. Speech technology has been under development for more than three decades. RESEARCH ARTICLE OPEN ACCESS
  • 2. Harsha Gawari et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 6), April 2014, pp.48-51 www.ijera.com 49 | P a g e II. METHODOLOGY PROPOSED SYSTEM BLOCK DIAGRAM Fig: 2.1- Block Diagram of Proposed System The block diagram of main board is shown in Fig.1. In this diagram the 32-bit ARM processor (LPC2148) is used, which is the heart of this project. The LPC2148 microcontrollers are based on a 16- bit/32-bit ARM7TDMI-S CPU with real-time emulation and embedded trace support, that combine microcontroller with embedded high speed flash memory ranging from 32 kB to 512 kB. A 128-bit wide memory interface and unique accelerator architecture enable 32-bit code execution at the maximum clock rate. For critical code size applications, the alternative 16-bit Thumb mode reduces code by more than 30 % with minimal performance penalty.GPS receiver is used to get the current location in the form of longitude and latitude. The GPS used here is GR87.The output of GPS receiver is given to the processor using serial communication. In this system output is in the form of voice hence speaker/headphones are used. III. HARDWARE DESCRIPTION 1. MICROCONTROLLER The Controller used will be ARM LPC2148 which is based on 32/16 bitARM7TDMI-S CPU with real-time emulation and embedded trace support that combines the microcontroller with embedded high speed flash memory ranging from 32 kB to 512 kB. It has many important features like. 16/32-bit ARM7 microcontroller in a tiny package. It has on-chip static RAM and on-chip flash program memory. It offers real-time debugging and high speed tracing of instruction execution. The features of LPC2148 are  USB 2.0 Full Speed compliant Device Controller.  10 bit A/D converters.  Multiple serial interfaces with two UARTs.  Low cost, low consumption, easy handling and flexibility. These features make the controller reliable for the project. 1. GPS RECEIVER Global Positioning System (GPS) satellites broadcast signals from space which are used by GPS receivers, to provide three-dimensional location (latitude, longitude, and altitude) and precise time. Reliable positioning, navigation, and timing services are provided by the GPS receivers to users all around the world continuously in all weather, day or night, anywhere on or near the Earth. The GPS receiver used in this project is GR87.Its main features are  On chip 1Mb SRAM  Low power consumption  Multi path mitigation hardware  Reacquisition time 0.1 seconds WORKING GPS GR87 is a highly integrated smart GPS module with GPS patch antenna that is ceramic. The antenna is connected to the module through the LNA. The module has 51 channel acquisition engine and 14 channel track engine, which is capable of receiving signals from up to 65 GPS satellites and transferring them into the precise position and timing information that can be read over either UART port or RS232 serial port. Low power consumption is needed for the small size and high end GPS functionality. Both the LVTTL-level and RS232 signal interface are present on the interface connector and a supply voltage of 3.6V~6.0V is supported. The smart GPS antenna module is available as an off-the-shelf component which is 100% tested. The smart GPS antenna module can be offered for OEM applications. Also, the antenna can be tuned to the final systems conditions. 3. VOICE RECOGNITION A speech analysis is done after the user speaks in a microphone and inputs are thus taken. The manipulation of the input audio signal is done at the system level. Different operations are performed at different levels on the input signal such as Pre- emphasis, Framing, Windowing, Mel Cepstrum
  • 3. Harsha Gawari et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 6), April 2014, pp.48-51 www.ijera.com 50 | P a g e analysis and Recognition (Matching) of the spoken word. The speech recognition system consists of two distinguished phases. The first one is training session, while, the second one is referred to as operation session or testing phase. During training phase, speaker has to provide samples of their speech to train the system. During recognition phase, speaker has to give samples of his speech to match with existing database and provides exact match. The voice recognition IC used here is IC HM2007. IC HM2007 It is a single chip CMOS voice recognition LSI circuit with on-chip analog front end, voice analysis, voice recognition process and sound control functions. An intelligent recognition system can be built using a 40 isolated –word voice recognition system is composed of external microphone, keyboard, 64K SRAM and other components combined with the microprocessor. Fig: 3.1 – Speech Recognition Kit FEATURES  A CMOS LSL Single chip voice recognition.  Recognition system is isolated-word speaker- dependent.  An external 64K SRAM can be connected directly.  A maximum of 40 words can be recognized for one chip.  A maximum of 1.92 sec of word can be recognized.  Multiple-chip configuration can be done  Direct connectivity for a microphone is available  Two control modes manual mode & CPU mode are supported  Response time is less than 300ms  5V single power supply is needed  48-pin PDIP, 52 pin PLCC, 48 pad bare chip 4. VOICE PLAYBACK AP89085 is high performance voice OTP which is fabricated with standard CMOS process with an embedded 2MB EPROM. It can store voice massages up to 85 sec with 4-bit ADPCM compression at 6 KHz sampling rate. 8-bit PCM is available as user selectable. There are three triggers modes: Simple Key trigger mode, Parallel CPU triggers mode and CPU serial command mode, which provide different user interface. User selectable triggering and output signal option provide maximum flexibility to various applications. The number of external components is minimized by using a built-in resistor controlled oscillator, 8-bit current mode D/A output and PWM direct speaker driving output. PC controlled programmer and developing software are available. IV. SOFTWARE USED 1. Embedded C 2. Keil IDE 3. Uc-Flash V. CONCLUSION As we have discussed that India is now home to the world's largest number of blind people and India’s current population is over 1.22 billion. Earlier majority of visually impaired people prefer to not use electronic aids, and use only canes or guide dogs. The underlying reasons for this include the relatively high costs and relatively poor levels of user satisfaction associated with existing electronic systems. So we tried to develop a low cost and user friendly system for blind people with greatest possible accuracy. This method offers innovative solutions in order to replace the conventional methods of guiding visually impaired person. Also, it can be easily applied anywhere where it can handle places like mall, airports etc. In this project we have used ARM processor which contains more memory and its operating speed is high. We guide or navigate the blind people using voice. REFERENCE [1] Somnath Koley, Ravi Mishra,” VOICE OPERATED OUTDOOR NAVIGATION SYSTEM FOR VISUALLY IMPAIRED PERSONS”, International Journal of Engineering Trends and Technology- Volume3Issue2- 2012 [2] 1999, K.Magatani, K.Yanashima et al. "The Navigation System for the Visually Impaired",Proceedings of the First Joint BMES/EMBS Conference, 652 [3] 2000, H.Yamasaki, K.Magatani et al. "Development of the Navigation System for the Visually Impaired", Proc. Of the World Congress on Medical Physics and Biomedical Engineering, WE-A305-01
  • 4. Harsha Gawari et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 6), April 2014, pp.48-51 www.ijera.com 51 | P a g e [4] 2008, Sakmongkon Chumkamon, Peranitti Tuvaphanthaphiphat, Phongsak Keeratiwintakorn, A Blind Navigation System Using RFID for Indoor Environments, Proceedings of ECTI- CON:765-768 Fig: 5.1- Image of completed system [5] http://articles.timesofindia.indiatimes.com /2007-10-11/india/27977420_1_avoidable- blindness ophthalmologists-eye-diseases [6] Dr. Boyina.S.Rao, Ms. K.Deepa, Hari Prasanth.L, Vivek.S, Nanda Kumar.S, Rajendhiran.A, Saravana.J,” INDOOR NAVIGATION SYSTEM FOR VISUALLY IMPAIRED PERSON USING GPS,” International Journal of Advanced Engineering Technology, April-June, 2012