SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5503
Virtual Eye for Blind- A Multi Functionality Interactive Aid using Pi
Arathi T R1, Adarsh J M2, Aparna V S3, Sreepriya C K4, Lija Thomas5
1,2,3,4Student, Dept. of Electronics and Communication Engineering, MACE, Kerala, India
5Assistant Professor, Dept. of Electronics and Communication Engineering, MACE, Kerala, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Being able to live independently is everyone’s
goal but there are many people among us who are
incapable to live independently just because they aren’t
gifted with the senses a normal person have. We propose a
design that enables the blind to perceive the world in a way
very much similar to a normal person but without the help
of eyes, by enhancing the effectiveness of the senses they
have, with the aid of technology, to sense the surroundings
and to make sudden reflexes. Conventional white canes
simply detect obstacles at a certain distance with the help of
ultrasonic sensors, but don’t give information about the type
of situational surrounding they are in or how to counter
sudden unexpected obstacles. Our proposal consists of
various subsystems including Radar, GPS, vocal system and
IR Camera. An interactive vocal assistance integrated with
the GPS directs the person through the route with the audio
signals. The model is equipped with a microphone and
speaker which is connected to the main system – a
Raspberry pi. The radar subsystem helps the person to
picturize the real time surrounding info. The IR camera
identifies ditches along the way even in the dark. The 3 main
goals of our system are (1) enable easy and smooth
movement of the person between two places, by giving
directions to the destination in the shortest possible way (2)
alert the blind about ditches or pits (3) inform them about
the real time dangers like approaching vehicle and provide
a proper response to counter it.
Key Words: Doppler Frequency, GPS, RADAR,
Raspberry pi, Doppler Frequency, VEB.
1. INTRODUCTION
The 5 senses (sight, hearing, smell, touch and taste) works
in unison to provide the human mind with the real time
information of the surroundings and this info is processed
to help the body in initiating the necessary action. The 5
fundamental senses are so important that if any one of the
system fails to function, smooth and normal functioning is
hindered, in short the persons ability to live independently
is reduced. And so we have to compliment this with
sufficient systems that can balance the function. Many
systems have come into being to serve helpful to the
visually impaired and the blind from the traditional white
canes to some of the modern alternatives like the sound
view and the UltraCane.
1.1 Proposed Design
Fig -1: Block Diagram
The proposed system VEB (Virtual Eye for Blind) consists
of 3 subsystems and 2 auxiliary systems, which can also be
further enhanced with add on systems. The 3 main sub
systems are the IR camera for pit detection while walking,
GPS system for navigating between the source and the
destination[1][2][4]and the RADAR system for moving
target identification. The Auxiliary system includes the
ultrasound obstacle detection, water sensor for puddle
detection. The outputs from all the systems are analyzed
and processed by the raspberry pi based on various
programs and the results are converted to an appropriate
voice signal which is notified to the person through the
microphone (warning or a counter action) .The person can
input the destination to which he/she has to reach as voice
commands itself.
2. DEVELOPEMENT
VEB comprises of a versatile hardware section controlled
by the raspberry pi on which the standard Raspbian
operating system runs.
Raspberry pi
GPS
syste
RADAR
Water
Sensor
Speaker
&
microphone
Power
supply
Night
vision
camer
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5504
2.1 Raspberry Pi
The pi model that is used is the Raspberry pi 3Bplus. It is a
single board computer with 1.4 GHz 64-bit quad-core
processor, 1GB RAM, integrated 802.11n wireless LAN,
and Bluetooth 4.1, 40 pin populated GPIO header, HDMI,
3.5mm analogue audio-video jack, 4× USB 2.0, Ethernet,
Camera Serial Interface (CSI) and Display Serial Interface
(DSI).The OS image of the latest Raspbian Stretch OS is
written on to a class 10 microSD card (minimum of 8
GB,16 GB preferred) .
Connect the Pi board with a display and a keyboard to to
use it as a mini computer. The Raspbian Stretch is loaded
which provide with us platforms to code. Raspbian is a
free operating system based on Debian optimized for the
Raspberry Pi hardware. Raspbian provides more than a
pure OS: it comes with over 35,000 packages, pre-
compiled software bundled in a nice format for easy
installation on your Raspberry Pi. Raspbian
comes preloaded with Python, the official programming
language of the Raspberry Pi and IDLE 3, a Python
Integrated Development Environment. So we use python
for programming.
Fig 2. Raspberry pi 3 B plus
2.2 Pi Camera 5MP
We provide sight to the blind with the help of the
Raspberrypi PiCamera connected to the board through the
CSI port. The main purpose of which is to identify ditches,
stairs, pits, road boundaries. The 5 MP camera analyses
the depth information to compare it with a similar
attribute .xml file in the program to identify the structures.
For 24x7 usage the camera can be operated in night vision
mode with a camera view angle of 160 degrees, tilted
slightly towards the ground, camera can lock on to these
structures pretty easy. Once stairs are locked, the
audio/speaker unit (Bluetooth headphones) connected to
the pi gives out appropriate voice output to counter what
is at hand. In case of pit detection, the surrounding areas
are also analyzed with a simple heuristic approach, and
directions/navigations to counter the pit is given (like
move right and left).Alert message for stairs and border
lines for roads can also be given in the similar way.
Fig 3. Night Vision Pi camera
2.3 GPS Module
Another one of the feature of VEB is a simple navigation
system that aids the person in moving freely between
places. The routes can be mapped and used offline. Maps
provided by Openstreetmap can be used to map the
route.(Anyone can add places or modify the map) A GPS
module is used to get the coordinates of the present
location which is loaded on the map. The destination to
which the person has to reach, can be input into the map
by audio signal, which is also locked on the map.
According to the preset routes the directions are given as
in the case of the camera. The GPS Module used for
fulfilling this functionality is UBLOX NEO 6M-0-001,
interfaced via RS232 TTL and has a baud rate of 9600bps.
The NEO-6M GPS module is a well-performing complete
GPS receiver with a built-in 25 x 25 x 4mm ceramic
antenna, which provides a strong satellite search
capability.
Fig 4. UBLOX NEO 6M-0-001 GPS Module
2.4 RADAR module
High speed moving targets like vehicles are always a
challenge even for people with full health and eye sight. So
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5505
the threat posed by them at large for the blind and
insecurity while walking down the road and crossing
doors are of concern. Moving targets can be identified by
the Doppler shift radars that can understand the rate of
approach of a vehicle in a more efficient way, by analyzing
the shift in the frequency. The fields around the person is
subdivided to various critical zone to notify the person of
the approaching vehicle in a efficient way. The HB100
microwave modules can be used. The range can be
adjusted by connecting an appropriate amount of
resistance. SEN0192 is a digital microwave sensor with
HB100 at its core which is much more user friendly can
also be used.
Ultrasonic sensors can be used to detect obstacles, with
which the zone division strategy is easier[6]. But for speed
and directional information much more analysis is needed.
(a)
(b)
Fig 5.(a) HB100 microwave modules,
(b) SEN0192
The modules mentioned are connected to the
Raspberrypi through various ports. These modules mainly
as a input devices which gives the perception of the real
world .we aid the blind in their decision making in various
scenarios via a Bluetooth headphone or even a wired one
(as pi board is provided with an audio jack. But for more
comfortable usage a wireless Bluetooth headphone cum
microphone is preferred. Prerecorded voice notes are
fetched by the program in accordance to the outputs from
each of the modules. The program calls the respective
voice notes give it to the audio section which is coupled by
the Bluetooth technology. The module can also take in
voice inputs to map it to a co ordinate loaded into the
make for destinations to reach.
The pi is powered by a rechargeable power supply, which
then drives the whole system. The radar consumes more
power so it is controlled by a manual switch, which can be
switched on at the time of need (like during crossing
roads).
Further modifications like including water sensors for
puddle detection, alerting surrounding community with
LED strips, Remote access to the stick ,security locks.
3. CHALLENGES
This paper is a preliminary stage that has wider scopes
for development at the same time being the initial stage, it
is also tied together with some challenges. one being the
accuracy and accessibility of the GPS[7]. The correct co
ordinates of the place can only be accessed under a clear
sky, preferably with area with less number of tall
buildings, which is not always guaranteed. Second is that
only pits or poth holes of considerable depths can be
accurately detected by the camera.
Another improvement needed is in the excessive power
consumed by the radar. A technology that can harness
enough energy for the combined working of the system
with the element of renewability would quench an extent
of limitations.
4. CONCLUSION
We proposed a design that enables the blind to perceive
the world in a way very much similar to a normal person.
Technology has forever done its part in improving human
lives and this is just a simple example. The scope of this
system is not limited to what is presented in this paper.
Similar technologies have developed during these past
years which can bring this the next level.
REFERENCES
[1] Akhila S, Disha M Rani, Divyashree,Varshini S S ,”
Smart Stick for Blind using Raspberry pi ”,ICACT
2016conference proceedings .
[2] Nilima Sahoo, Hung-Wei Lin , Yeong Hwa Chang
”Design and Implementation of a Walking Stick Aid for
Visually Challenged People” , IEEE International
Conference on Applied System Invention
(ICASI),2018.
[3] Qian Lu, “Feasibility Study of a Smart Aid for the
Visually Impaired and Blinds Independent Mobility in
Outdoor Environments” (Book style) 2018 June.
[4] M Vanitha, A Rajeev, K Elangovan, S Vinoth Kumar, “A
Smart Walking Stick for Visually Impaired using
Raspberrypi” International Journal of pure and
applied mathematics, Vol 119, 2018.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5506
[5] P Pydi Sai Charan, Ambati Nikhil, Itla Sneha Mounika,
V Shyam Sandeep, Ganta Haswanth Kumar, Mahboob
Baig, “Vehicle Speed Detection and Collision Avoider
Radar(VSDCAR),” IJRET,vol 05 issue 02,Feb 2018.
[6] Ayush Wattal, Ashutosh Ojha, Manoj Kumar, “
Obstacle Detection for Visually Impaired using
Raspberrypi and Ultrasonic Sensors,” National
Conference on Product Design, July 2016.
[7] Amany El Gouhary, Richard Wells, Anthony
Thather,”GPS Tracking System”, April 2006.

More Related Content

PDF
IRJET- Wireless Video Surveillance Robot
PDF
Development of Internet of Things based Decision Support for Vehicle Drivers ...
PDF
Raspberry pi based project abstracts
PDF
LoRa vs NB-IoT
PDF
UAV detecting and jamming 2019 ALPHA
PPTX
LTE Advance Pro
PDF
Iaetsd location-based services using autonomous gps
PDF
What are the benefits of lo rawan technology
IRJET- Wireless Video Surveillance Robot
Development of Internet of Things based Decision Support for Vehicle Drivers ...
Raspberry pi based project abstracts
LoRa vs NB-IoT
UAV detecting and jamming 2019 ALPHA
LTE Advance Pro
Iaetsd location-based services using autonomous gps
What are the benefits of lo rawan technology

What's hot (20)

PDF
3G IP Architecture
PDF
Point sur l’évolution du Mobile By Qualcomm
PDF
4G (LTE) Business Case for 2.6 GHz
PDF
Gesture Based Wireless Air Mouse using Accelerometer
PDF
RFID vs ANPR Technology
PPT
Mymo wireless presentation_30_jul'10
PPTX
Lte Presentation.Ppt
PDF
Women Safety Night Patrolling Robot Using IOT
PDF
LTE-M vs NB-IoT
PDF
IRJET- Implementation of Children Tracking System on Android Mobile Termi...
PDF
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
PDF
4G LTE Network – an update from Huawei
PDF
14th rio wireless alberto boaventura oi v1.0
PDF
2g n 3g planning doc
PDF
Aviat Networks Corporate Presentation
PDF
9 carrier aggregation lte-a new challenges for lab and field
PPTX
Basic of 3 g technologies (digi lab_project).pptx [repaired]
PDF
5 g communication with ai & iot
PPTX
Amar ppt
PDF
3G IP Architecture
Point sur l’évolution du Mobile By Qualcomm
4G (LTE) Business Case for 2.6 GHz
Gesture Based Wireless Air Mouse using Accelerometer
RFID vs ANPR Technology
Mymo wireless presentation_30_jul'10
Lte Presentation.Ppt
Women Safety Night Patrolling Robot Using IOT
LTE-M vs NB-IoT
IRJET- Implementation of Children Tracking System on Android Mobile Termi...
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
4G LTE Network – an update from Huawei
14th rio wireless alberto boaventura oi v1.0
2g n 3g planning doc
Aviat Networks Corporate Presentation
9 carrier aggregation lte-a new challenges for lab and field
Basic of 3 g technologies (digi lab_project).pptx [repaired]
5 g communication with ai & iot
Amar ppt
Ad

Similar to IRJET- Virtual Eye for Blind- A Multi Functionality Interactive Aid using Pi (20)

PDF
IRJET- IoT and ML based Smart TV for Child Eyes Safety
PDF
IRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
PDF
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
PDF
IRJET- Virtual Eye for Visually Blind People
PDF
IRJET - Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...
PDF
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
PDF
IRJET- IOT based Intrusion Detection and Tracking System
PDF
Secured Spy for Highly Secured Areas
PDF
Comparative Study on Various System Based on Raspberry-Pi Technology
PDF
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
PDF
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
PDF
IRJET - Blind Aid
PDF
Smart Surveillance Monitoring System using Raspberry pi and pir sensor
PDF
IRJET- Device for Location Finder and Text Reader for Visually Impaired P...
PDF
IRJETDevice for Location Finder and Text Reader for Visually Impaired People
PDF
IRJET- IoT based Garbage Management System using ARM Cortex-A53 Processor
PDF
Smart Home for Senior Citizens
PDF
IRJET- A Raspberry Pi based Speaker Recognition System for Access Control
PDF
IRJET - Dual Verification ATM for Blind People
PDF
IRJET - Gesture based Robot with Victim Detection using Audio
IRJET- IoT and ML based Smart TV for Child Eyes Safety
IRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET- Virtual Eye for Visually Blind People
IRJET - Ultrasonic Navigation Enabled Walking Stick for the Visually Impa...
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
IRJET- IOT based Intrusion Detection and Tracking System
Secured Spy for Highly Secured Areas
Comparative Study on Various System Based on Raspberry-Pi Technology
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET - Blind Aid
Smart Surveillance Monitoring System using Raspberry pi and pir sensor
IRJET- Device for Location Finder and Text Reader for Visually Impaired P...
IRJETDevice for Location Finder and Text Reader for Visually Impaired People
IRJET- IoT based Garbage Management System using ARM Cortex-A53 Processor
Smart Home for Senior Citizens
IRJET- A Raspberry Pi based Speaker Recognition System for Access Control
IRJET - Dual Verification ATM for Blind People
IRJET - Gesture based Robot with Victim Detection using Audio
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
OOP with Java - Java Introduction (Basics)
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Geodesy 1.pptx...............................................
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
DOCX
573137875-Attendance-Management-System-original
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
R24 SURVEYING LAB MANUAL for civil enggi
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
Embodied AI: Ushering in the Next Era of Intelligent Systems
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
OOP with Java - Java Introduction (Basics)
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Geodesy 1.pptx...............................................
Foundation to blockchain - A guide to Blockchain Tech
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
573137875-Attendance-Management-System-original
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx

IRJET- Virtual Eye for Blind- A Multi Functionality Interactive Aid using Pi

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5503 Virtual Eye for Blind- A Multi Functionality Interactive Aid using Pi Arathi T R1, Adarsh J M2, Aparna V S3, Sreepriya C K4, Lija Thomas5 1,2,3,4Student, Dept. of Electronics and Communication Engineering, MACE, Kerala, India 5Assistant Professor, Dept. of Electronics and Communication Engineering, MACE, Kerala, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Being able to live independently is everyone’s goal but there are many people among us who are incapable to live independently just because they aren’t gifted with the senses a normal person have. We propose a design that enables the blind to perceive the world in a way very much similar to a normal person but without the help of eyes, by enhancing the effectiveness of the senses they have, with the aid of technology, to sense the surroundings and to make sudden reflexes. Conventional white canes simply detect obstacles at a certain distance with the help of ultrasonic sensors, but don’t give information about the type of situational surrounding they are in or how to counter sudden unexpected obstacles. Our proposal consists of various subsystems including Radar, GPS, vocal system and IR Camera. An interactive vocal assistance integrated with the GPS directs the person through the route with the audio signals. The model is equipped with a microphone and speaker which is connected to the main system – a Raspberry pi. The radar subsystem helps the person to picturize the real time surrounding info. The IR camera identifies ditches along the way even in the dark. The 3 main goals of our system are (1) enable easy and smooth movement of the person between two places, by giving directions to the destination in the shortest possible way (2) alert the blind about ditches or pits (3) inform them about the real time dangers like approaching vehicle and provide a proper response to counter it. Key Words: Doppler Frequency, GPS, RADAR, Raspberry pi, Doppler Frequency, VEB. 1. INTRODUCTION The 5 senses (sight, hearing, smell, touch and taste) works in unison to provide the human mind with the real time information of the surroundings and this info is processed to help the body in initiating the necessary action. The 5 fundamental senses are so important that if any one of the system fails to function, smooth and normal functioning is hindered, in short the persons ability to live independently is reduced. And so we have to compliment this with sufficient systems that can balance the function. Many systems have come into being to serve helpful to the visually impaired and the blind from the traditional white canes to some of the modern alternatives like the sound view and the UltraCane. 1.1 Proposed Design Fig -1: Block Diagram The proposed system VEB (Virtual Eye for Blind) consists of 3 subsystems and 2 auxiliary systems, which can also be further enhanced with add on systems. The 3 main sub systems are the IR camera for pit detection while walking, GPS system for navigating between the source and the destination[1][2][4]and the RADAR system for moving target identification. The Auxiliary system includes the ultrasound obstacle detection, water sensor for puddle detection. The outputs from all the systems are analyzed and processed by the raspberry pi based on various programs and the results are converted to an appropriate voice signal which is notified to the person through the microphone (warning or a counter action) .The person can input the destination to which he/she has to reach as voice commands itself. 2. DEVELOPEMENT VEB comprises of a versatile hardware section controlled by the raspberry pi on which the standard Raspbian operating system runs. Raspberry pi GPS syste RADAR Water Sensor Speaker & microphone Power supply Night vision camer
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5504 2.1 Raspberry Pi The pi model that is used is the Raspberry pi 3Bplus. It is a single board computer with 1.4 GHz 64-bit quad-core processor, 1GB RAM, integrated 802.11n wireless LAN, and Bluetooth 4.1, 40 pin populated GPIO header, HDMI, 3.5mm analogue audio-video jack, 4× USB 2.0, Ethernet, Camera Serial Interface (CSI) and Display Serial Interface (DSI).The OS image of the latest Raspbian Stretch OS is written on to a class 10 microSD card (minimum of 8 GB,16 GB preferred) . Connect the Pi board with a display and a keyboard to to use it as a mini computer. The Raspbian Stretch is loaded which provide with us platforms to code. Raspbian is a free operating system based on Debian optimized for the Raspberry Pi hardware. Raspbian provides more than a pure OS: it comes with over 35,000 packages, pre- compiled software bundled in a nice format for easy installation on your Raspberry Pi. Raspbian comes preloaded with Python, the official programming language of the Raspberry Pi and IDLE 3, a Python Integrated Development Environment. So we use python for programming. Fig 2. Raspberry pi 3 B plus 2.2 Pi Camera 5MP We provide sight to the blind with the help of the Raspberrypi PiCamera connected to the board through the CSI port. The main purpose of which is to identify ditches, stairs, pits, road boundaries. The 5 MP camera analyses the depth information to compare it with a similar attribute .xml file in the program to identify the structures. For 24x7 usage the camera can be operated in night vision mode with a camera view angle of 160 degrees, tilted slightly towards the ground, camera can lock on to these structures pretty easy. Once stairs are locked, the audio/speaker unit (Bluetooth headphones) connected to the pi gives out appropriate voice output to counter what is at hand. In case of pit detection, the surrounding areas are also analyzed with a simple heuristic approach, and directions/navigations to counter the pit is given (like move right and left).Alert message for stairs and border lines for roads can also be given in the similar way. Fig 3. Night Vision Pi camera 2.3 GPS Module Another one of the feature of VEB is a simple navigation system that aids the person in moving freely between places. The routes can be mapped and used offline. Maps provided by Openstreetmap can be used to map the route.(Anyone can add places or modify the map) A GPS module is used to get the coordinates of the present location which is loaded on the map. The destination to which the person has to reach, can be input into the map by audio signal, which is also locked on the map. According to the preset routes the directions are given as in the case of the camera. The GPS Module used for fulfilling this functionality is UBLOX NEO 6M-0-001, interfaced via RS232 TTL and has a baud rate of 9600bps. The NEO-6M GPS module is a well-performing complete GPS receiver with a built-in 25 x 25 x 4mm ceramic antenna, which provides a strong satellite search capability. Fig 4. UBLOX NEO 6M-0-001 GPS Module 2.4 RADAR module High speed moving targets like vehicles are always a challenge even for people with full health and eye sight. So
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5505 the threat posed by them at large for the blind and insecurity while walking down the road and crossing doors are of concern. Moving targets can be identified by the Doppler shift radars that can understand the rate of approach of a vehicle in a more efficient way, by analyzing the shift in the frequency. The fields around the person is subdivided to various critical zone to notify the person of the approaching vehicle in a efficient way. The HB100 microwave modules can be used. The range can be adjusted by connecting an appropriate amount of resistance. SEN0192 is a digital microwave sensor with HB100 at its core which is much more user friendly can also be used. Ultrasonic sensors can be used to detect obstacles, with which the zone division strategy is easier[6]. But for speed and directional information much more analysis is needed. (a) (b) Fig 5.(a) HB100 microwave modules, (b) SEN0192 The modules mentioned are connected to the Raspberrypi through various ports. These modules mainly as a input devices which gives the perception of the real world .we aid the blind in their decision making in various scenarios via a Bluetooth headphone or even a wired one (as pi board is provided with an audio jack. But for more comfortable usage a wireless Bluetooth headphone cum microphone is preferred. Prerecorded voice notes are fetched by the program in accordance to the outputs from each of the modules. The program calls the respective voice notes give it to the audio section which is coupled by the Bluetooth technology. The module can also take in voice inputs to map it to a co ordinate loaded into the make for destinations to reach. The pi is powered by a rechargeable power supply, which then drives the whole system. The radar consumes more power so it is controlled by a manual switch, which can be switched on at the time of need (like during crossing roads). Further modifications like including water sensors for puddle detection, alerting surrounding community with LED strips, Remote access to the stick ,security locks. 3. CHALLENGES This paper is a preliminary stage that has wider scopes for development at the same time being the initial stage, it is also tied together with some challenges. one being the accuracy and accessibility of the GPS[7]. The correct co ordinates of the place can only be accessed under a clear sky, preferably with area with less number of tall buildings, which is not always guaranteed. Second is that only pits or poth holes of considerable depths can be accurately detected by the camera. Another improvement needed is in the excessive power consumed by the radar. A technology that can harness enough energy for the combined working of the system with the element of renewability would quench an extent of limitations. 4. CONCLUSION We proposed a design that enables the blind to perceive the world in a way very much similar to a normal person. Technology has forever done its part in improving human lives and this is just a simple example. The scope of this system is not limited to what is presented in this paper. Similar technologies have developed during these past years which can bring this the next level. REFERENCES [1] Akhila S, Disha M Rani, Divyashree,Varshini S S ,” Smart Stick for Blind using Raspberry pi ”,ICACT 2016conference proceedings . [2] Nilima Sahoo, Hung-Wei Lin , Yeong Hwa Chang ”Design and Implementation of a Walking Stick Aid for Visually Challenged People” , IEEE International Conference on Applied System Invention (ICASI),2018. [3] Qian Lu, “Feasibility Study of a Smart Aid for the Visually Impaired and Blinds Independent Mobility in Outdoor Environments” (Book style) 2018 June. [4] M Vanitha, A Rajeev, K Elangovan, S Vinoth Kumar, “A Smart Walking Stick for Visually Impaired using Raspberrypi” International Journal of pure and applied mathematics, Vol 119, 2018.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5506 [5] P Pydi Sai Charan, Ambati Nikhil, Itla Sneha Mounika, V Shyam Sandeep, Ganta Haswanth Kumar, Mahboob Baig, “Vehicle Speed Detection and Collision Avoider Radar(VSDCAR),” IJRET,vol 05 issue 02,Feb 2018. [6] Ayush Wattal, Ashutosh Ojha, Manoj Kumar, “ Obstacle Detection for Visually Impaired using Raspberrypi and Ultrasonic Sensors,” National Conference on Product Design, July 2016. [7] Amany El Gouhary, Richard Wells, Anthony Thather,”GPS Tracking System”, April 2006.