SlideShare a Scribd company logo
1 of 4
Download to read offline
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

What's hot

Point sur l’évolution du Mobile By Qualcomm
Point sur l’évolution du Mobile By QualcommPoint sur l’évolution du Mobile By Qualcomm
Point sur l’évolution du Mobile By Qualcommservicesmobiles.fr
 
4G (LTE) Business Case for 2.6 GHz
4G (LTE) Business Case for 2.6 GHz4G (LTE) Business Case for 2.6 GHz
4G (LTE) Business Case for 2.6 GHzAndrea Calcagno
 
Mymo wireless presentation_30_jul'10
Mymo wireless presentation_30_jul'10Mymo wireless presentation_30_jul'10
Mymo wireless presentation_30_jul'10Design And Reuse
 
Lte Presentation.Ppt
Lte Presentation.PptLte Presentation.Ppt
Lte Presentation.Pptvaimalik
 
Women Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOTWomen Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOTDr. Amarjeet Singh
 
IRJET- Implementation of Children Tracking System on Android Mobile Termi...
IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...
IRJET- Implementation of Children Tracking System on Android Mobile Termi...IRJET Journal
 
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...
IRJET- Animal Identification in Roads and Alert System for Passengers usi...IRJET Journal
 
4G LTE Network – an update from Huawei
4G LTE Network – an update from Huawei4G LTE Network – an update from Huawei
4G LTE Network – an update from HuaweiGen-i
 
14th rio wireless alberto boaventura oi v1.0
14th rio wireless   alberto boaventura oi v1.014th rio wireless   alberto boaventura oi v1.0
14th rio wireless alberto boaventura oi v1.0Alberto Boaventura
 
Aviat Networks Corporate Presentation
Aviat Networks Corporate PresentationAviat Networks Corporate Presentation
Aviat Networks Corporate PresentationMike Fisher
 
9 carrier aggregation lte-a new challenges for lab and field
9 carrier aggregation lte-a new challenges for lab and field9 carrier aggregation lte-a new challenges for lab and field
9 carrier aggregation lte-a new challenges for lab and fieldCPqD
 
Basic of 3 g technologies (digi lab_project).pptx [repaired]
Basic of 3 g technologies (digi lab_project).pptx [repaired]Basic of 3 g technologies (digi lab_project).pptx [repaired]
Basic of 3 g technologies (digi lab_project).pptx [repaired]Shahrin Ahammad
 
5 g communication with ai & iot
5 g  communication with ai & iot5 g  communication with ai & iot
5 g communication with ai & iotSamir Mohanty
 

What's hot (20)

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

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

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

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

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

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 

Recently uploaded (20)

complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 

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.