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 6907
Smart Cane for Blind People Using IoT
Shwetali P. Talele1, Shivani V. Vadnere2, Nikhil R. Dusane3, Kiran K. Tate4
1Shwetali Talele, Student, Dept. of Comp. Engineering, LGN Sapkal College of Engineering Nashik, Maharashtra
2Shivani Vadnere, Student, Dept. of Comp. Engineering, LGN Sapkal College of Engineering Nashik, Maharashtra
3Nikhil Dusane, Student, Dept. of Comp. Engineering, LGN Sapkal College of Engineering Nashik, Maharashtra
4Kiran Tate, Student, Dept. of Comp. Engineering, LGN Sapkal College of Engineering Nashik, Maharashtra
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Blind people are liable to get in contact with
whatever obstacle which pass before them during walking,
subjecting them to risk of injury caused from fall and it could
also cause great damage to them. The aim of this project is to
develop a smart cane with distance measurement system. The
system is made up of an ultrasonic sensor as input and
earphone as the output. Ultrasonic sensor is used to measure
distance from the obstacle. Data is then sent to National
Instrument ArduinoUNOmicrocontrollerforprocessing which
later pro-duce voice for alerting the blond person as the
output. Also the system includes the GPS live locacking system
and guide the path for blind person. In general, the device will
alert blind people of the obstacles through the audio output
through which they can walk safely without any problem.
Key Words: Survey and overviews, Sensors, Actuator,
Harware and Software code design, Microcontrollerand
System level test, Sensor network,
1. INTRODUCTION
We being normal people can see and judge all the aspects of
the environment it could be hurdle, obstacles, hole or pit.
This is not possible in case of physically disabled people but
they are given god gifted some great sensing ability. So for
this we are creating a new IoT based Smart Stick / Cane
which will help the blind people to get known about the
hurdles, obstacles and holes or any moving objects beside
them. It will be very beneficial for them as it will alert them
for each and every aspect which they are going to face in
their day to day life with the help of buzzer or voice
Assistant. Our system will also track the livelocationofblind
person and Guide the person through it for walking. Our
main motivation are they blind who needtosuffera lotwhile
travelling from place to place. We noticed that normal blind
canes used by blinds have certain limitations like detecting
pot-holes, stairs, distant objects, above knee obstacles, etc.
We feel very bad about the blind and disabled people so we
came up with the idea of developing a economical sensor
equipped cane capable of assisting blind to navigate easily.
2. Literature Survey
2.1 Smart Cane with Range NotificationforBlind People.
[1]
Published year : 2016 Author : M.F. Saaid. InthispaperBlind
people are prone to sweep or knock whatever obstacle
which pass before them during walking, subjecting them to
risk of injury caused from fall. The aim of this project is to
develop a smart cane with distance measurement system.
The system comprise of an ultrasonic sensor as input and
earphone as the output. Ultrasonic sensor is used to mea-
sure distance from the obstacle. Data is then senttoNational
Instrument myRIO- 1900 controller for processing which
later produce beeping sound as the output. The process was
graphically programmed using LabVIEW with FPGA as the
intended target. Performance of the system has been as-
certained through several verification tests. In general, the
device will alert blind people of the obstacles through the
audio output
2.2 Iot based route assistance for visually challenged [2]
Published year : 2018 Author : P.Bhavishya In this paper,
The intelligent devices have taken us to a convenient and
fash- ionable era, however while we use a pedometer to
calculate the number of steps, the blind even do not have the
ability to walk independently. There is no doubt that they
are eager for convenience and freedom based on this, we
propose an intelligent system that assists the blind in
walking. The system consists of three ultrasonic sensors
(attached to a cane) which are not used to just detect the
obstacles but the visually challenged will be directed in the
direction (front/right/left) which has no obstacles, when
other two directions are blocked by an obstacle. Or when
there is an obstacle in only one direction then thedistanceof
other two directions will be calculated and he/she will be
directed to go in a direction at which the distance is longer.
The Mq2 gas sensor is also appended to the system to warn
the user in case he/she is too drunk and make them wary.
3. PROPOSED SYSTEM
So as per the above introduction, after doing Literature
survey of reference papers. Solution comes out as building a
Smart Can forBlind People that willhelpthemwalkingonthe
streets without any help. So basically our proposed system
include the network of sensors, actuators, and
microcontroller. This sensor network will basically detects
every obstacle and alert the blind personusingvoiceoraudio
output. Also our system will guide the blind person for
walking. As in suppose the obstacle detected at the right side
of the stick system will detects the obstacle and alerts the
person using the audio output as“Thereisanobstacleatyour
right side turn left or go straight” similarly for Left side. If
there is an obstacle at all the sides of the person it will alert
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 6908
the person by voice output “wait till the obstacle gets clear”.
Our system also provides the androidsupportiveapplication
for the person for GPS navigation and Live location tracking
This System works using Senor Network, network includes
the sensors : UltrasonicSensorswithSONAR,microcontroller
: Arduino Uno microcontroller, actuator : Audio speakerThe
following are the components involved in the proposed
visually challenged route assistance.
1. Arduino-Uno : The Arduino Unoisa microcontroller board
based on the ATmega328. It has 14 digital input/output pins
(of which 6 can be used as PWM outputs), 6 analog inputs, a
16 MHz ceramic resonator, a USB connection, a power jack,
an ICSP header, and a reset button. Arduino can send and
receive the data to most devices, and can also command
electronic devices through internet. The software program
used to program the Arduino UNO board is simplified C++.
2. Ultrasonic Sensor: Ultrasonic sensor is a sensorthatworks
on prin- ciple that is akin to sonar or radar. It generates high
frequency sound and calculatesthetimeintervalbetweenthe
sending of signal and the receiving of echo. For this reason,
ultrasonic sensors can be employed for measuring the
distance. Ultrasonic sensorshave been used due to theirhigh
precision within ashorter distance andresistancetoexternal
Fig -1: System Architecture.
disturbances such as vibration and electromagnetic
interference. HC- SR04ultrasonic sensorconsistsofa control
module, transmitter and a receiver. The primary reasons to
use Ultrasonic sensors are that they are light weight and
compact, give high amount of sensitivity and ac- curacy in
detecting objects compared to othersensorspopularlikethe
IR sensors which fail in certain cases like surfaces, light
changes etc. as stated in. 3. Gas Sensor: The Grove - Gas
Sensor (MQ2) module is useful for gas leakage detection
(home and industry). It is suitable for detecting H2, LPG,
CH4, CO, Alcohol, Smoke or Propane. Due to its high
sensitivity and fast response time, measurement can be
taken as soon as possible. The sensitivity of the sensor can
be adjusted by potentiometer.
4. Audio Speaker: The Audio Speaker is used togivealerts to
the user by producing voices that differ.
4. BLOCK DIAGRAM
Fig -2: Block Diagram.
4.1 Discription
As shown in the above figure the system include the set of
sensors and microcontrollers. It is the sensor network
mounted on stick or a cane. Mainly simple white cane or
stick is used for the presentation. Arduino UNO
microcontroller is mounted on the white cane. Then the
corresponding ultrasonic sensors are mounted and
connected to the microcontroller. Then the corresponding
actuator is mounted and connected to the sensor network.
5. MATHEMATICAL MODEL
System Description:
Input: Obstacle comes in front of the sensor.
Output: Buzzer will beeps after sensor detection. Voice
Assistant will direct the person for movement.Android app
will track the blind person using GPS.
Mathematical Model :
S = (I,O,F)
Where,
(a) S: System.
I = f I1 g are set of Inputs
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 6909
Where,
(a) I1 : Distance.
F = f F1, F2, F3, F4 g are set of Function
Where,
(a) F1 : Obstacle Detection
O = f O1, O2, g are set of Output
Where,
(a) O1 : Giving Alerts About Obstacle
Success Conditions: To do proper Obstacle detection and
make the user aware about it.
Failure Conditions: Headphone not connected, sensor
damaged.
5. Results
1. The haarware :
Screen Shots of The Android Applications:
2. ObstacleDetection:
3. Admin Panel :
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 6910
5. CONCLUSION
To sum up, this smart cane can act as a complete guide for
blind people to walk with the help of a single stick without
any complex hardware or software incorporatedintoit.This
simple cane, is not used to just detect obstacles present in
any direction. and alert the person , but uses the distance
calculation to give the optimum direction(by detecting
obstacles) in which the person can proceed. There is only
use of one buzzer for every direction that makes different
sounds for left, right, front instead of using three different
buzzers. A battery powers the cane. This cane not only
shows the direction, but can also indicates the person if
he/she is blocked on three sides.In this system it includes
GPS module trough which live location of the person can be
traced
REFERENCES
[1] Prof . M. F. Saaid “Smart Cane with Range Noti cationfor
Blind People.”Dec.2016.
[2] Prof. P. Bhavishya, “IoT based route assistance for
visually challenged” 2018.
[3] Prof. Ayat A. Nada, “Assistive infrared sensor based
smart stick for blind people,” 2018
[4] Smart walking stick - An electronic approach to assist
visually disabled persons Mohammad Hazzaz Mahmud,
RanaSaha, Sayemul Islam
[5] Smart Cane Assisted Mobility for the Visually Impaired,
World Academy of Science, Engineering and technology
International Journal andInformationEngineeringVol:6
No:10,2012
[6] G. Prasanthi and P. Tejaswidho Sensor assisted Stick for
the Blind People-Transmission on Engineering and
Sciences, vol:3,number 1, pp-, 12-16,2015.
[7] J.B.F. van Erp, J.A. Veltman, H.A.H.C. van Veen (2003): A
Tactile Cockpit Instrument to support Altitude Control,
ProceedingsHumanFactorsandErgonomicSociety47tn
annual meeting 2003.

More Related Content

What's hot

IRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic SensorIRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic SensorIRJET Journal
 
Microcontroller Based Obstacle Detection Device Using Voice Signal for the V...
Microcontroller Based Obstacle Detection Device Using Voice  Signal for the V...Microcontroller Based Obstacle Detection Device Using Voice  Signal for the V...
Microcontroller Based Obstacle Detection Device Using Voice Signal for the V...IJMER
 
Smart Stick for Blind People with Live Video Feed
Smart Stick for Blind People with Live Video FeedSmart Stick for Blind People with Live Video Feed
Smart Stick for Blind People with Live Video FeedIRJET Journal
 
Smart Blind Walking Stick Using Arduino
Smart Blind Walking Stick Using ArduinoSmart Blind Walking Stick Using Arduino
Smart Blind Walking Stick Using Arduinoijtsrd
 
The-Digitalization-of-the-Walking-Stick-for-the-Blind
The-Digitalization-of-the-Walking-Stick-for-the-BlindThe-Digitalization-of-the-Walking-Stick-for-the-Blind
The-Digitalization-of-the-Walking-Stick-for-the-BlindVandan Patel
 
Development of blind stick
Development of blind stickDevelopment of blind stick
Development of blind stickAMAN VERMA
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET Journal
 
Voice enabling system for blind people using gps and gsm
Voice enabling system for blind people using gps and gsmVoice enabling system for blind people using gps and gsm
Voice enabling system for blind people using gps and gsmAbhijit Ghosh
 
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
 
Women safety device with gps tracking and alerts
Women safety device with gps tracking  and alertsWomen safety device with gps tracking  and alerts
Women safety device with gps tracking and alertsPraween Lakra
 
Sensor Based Blind Stick
Sensor Based Blind StickSensor Based Blind Stick
Sensor Based Blind StickGagandeep Singh
 
IRJET - Women’s Safety System using IoT
IRJET -  	  Women’s Safety System using IoTIRJET -  	  Women’s Safety System using IoT
IRJET - Women’s Safety System using IoTIRJET Journal
 
sensor assisted smart white cane for blind man using Arduino UNO
sensor assisted smart white cane for blind man using Arduino UNOsensor assisted smart white cane for blind man using Arduino UNO
sensor assisted smart white cane for blind man using Arduino UNOAk Azad
 
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- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with GogglesIRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with GogglesIRJET Journal
 
smart blind stick
smart blind sticksmart blind stick
smart blind stickshiv kapil
 

What's hot (20)

IRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic SensorIRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
 
Microcontroller Based Obstacle Detection Device Using Voice Signal for the V...
Microcontroller Based Obstacle Detection Device Using Voice  Signal for the V...Microcontroller Based Obstacle Detection Device Using Voice  Signal for the V...
Microcontroller Based Obstacle Detection Device Using Voice Signal for the V...
 
Smart Stick for Blind People with Live Video Feed
Smart Stick for Blind People with Live Video FeedSmart Stick for Blind People with Live Video Feed
Smart Stick for Blind People with Live Video Feed
 
Cx25589592
Cx25589592Cx25589592
Cx25589592
 
Smart Blind Walking Stick Using Arduino
Smart Blind Walking Stick Using ArduinoSmart Blind Walking Stick Using Arduino
Smart Blind Walking Stick Using Arduino
 
The-Digitalization-of-the-Walking-Stick-for-the-Blind
The-Digitalization-of-the-Walking-Stick-for-the-BlindThe-Digitalization-of-the-Walking-Stick-for-the-Blind
The-Digitalization-of-the-Walking-Stick-for-the-Blind
 
Development of blind stick
Development of blind stickDevelopment of blind stick
Development of blind stick
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using Arduino
 
Voice enabling system for blind people using gps and gsm
Voice enabling system for blind people using gps and gsmVoice enabling system for blind people using gps and gsm
Voice enabling system for blind people using gps and gsm
 
Smart Blind stick by using arduino uno and sensor
 Smart Blind stick  by using arduino  uno  and sensor Smart Blind stick  by using arduino  uno  and sensor
Smart Blind stick by using arduino uno and sensor
 
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...
 
Women safety device with gps tracking and alerts
Women safety device with gps tracking  and alertsWomen safety device with gps tracking  and alerts
Women safety device with gps tracking and alerts
 
Sensor Based Blind Stick
Sensor Based Blind StickSensor Based Blind Stick
Sensor Based Blind Stick
 
IRJET - Women’s Safety System using IoT
IRJET -  	  Women’s Safety System using IoTIRJET -  	  Women’s Safety System using IoT
IRJET - Women’s Safety System using IoT
 
sensor assisted smart white cane for blind man using Arduino UNO
sensor assisted smart white cane for blind man using Arduino UNOsensor assisted smart white cane for blind man using Arduino UNO
sensor assisted smart white cane for blind man using Arduino UNO
 
women security on IOT
women security on IOTwomen security on IOT
women security on IOT
 
advanced security system for women
advanced security system for womenadvanced security system for women
advanced security system for women
 
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
 
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with GogglesIRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
 
smart blind stick
smart blind sticksmart blind stick
smart blind stick
 

Similar to IRJET- Smart Cane for Blind People using IoT

IRJET- Artificial Vision for Blind Person
IRJET- Artificial Vision for Blind PersonIRJET- Artificial Vision for Blind Person
IRJET- Artificial Vision for Blind PersonIRJET Journal
 
IRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually ImpairedIRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually ImpairedIRJET Journal
 
IRJET- A Leading Hand for the Blind –A Review
IRJET- A Leading Hand for the Blind –A ReviewIRJET- A Leading Hand for the Blind –A Review
IRJET- A Leading Hand for the Blind –A ReviewIRJET Journal
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET Journal
 
IRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET Journal
 
A Survey on Smart Devices for Object And Fall Detection
A Survey on Smart Devices for Object And Fall DetectionA Survey on Smart Devices for Object And Fall Detection
A Survey on Smart Devices for Object And Fall DetectionIRJET Journal
 
Third Eye for Blind using Ultrasonic Sensor Vibrator Glove
Third Eye for Blind using Ultrasonic Sensor Vibrator GloveThird Eye for Blind using Ultrasonic Sensor Vibrator Glove
Third Eye for Blind using Ultrasonic Sensor Vibrator Gloveijtsrd
 
Visually Impaired People Monitoring in a Smart Home using Electronic White Cane
Visually Impaired People Monitoring in a Smart Home using Electronic White CaneVisually Impaired People Monitoring in a Smart Home using Electronic White Cane
Visually Impaired People Monitoring in a Smart Home using Electronic White CaneAIRCC Publishing Corporation
 
VISUALLY IMPAIRED PEOPLE MONITORING IN A SMART HOME USING ELECTRONIC WHITE CANE
VISUALLY IMPAIRED PEOPLE MONITORING IN A SMART HOME USING ELECTRONIC WHITE CANEVISUALLY IMPAIRED PEOPLE MONITORING IN A SMART HOME USING ELECTRONIC WHITE CANE
VISUALLY IMPAIRED PEOPLE MONITORING IN A SMART HOME USING ELECTRONIC WHITE CANEijcsit
 
SMART BLIND STICK USING VOICE MODULE
SMART BLIND STICK USING VOICE MODULESMART BLIND STICK USING VOICE MODULE
SMART BLIND STICK USING VOICE MODULEIRJET Journal
 
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIREDDRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIREDIRJET Journal
 
A Smart Stick For Assisting Blind Peoples
A Smart Stick For Assisting Blind PeoplesA Smart Stick For Assisting Blind Peoples
A Smart Stick For Assisting Blind PeoplesAsia Smith
 
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLEARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLEIRJET Journal
 
Smart Walking Cane for Visually Impaired Pedestrian
Smart Walking Cane for Visually Impaired PedestrianSmart Walking Cane for Visually Impaired Pedestrian
Smart Walking Cane for Visually Impaired PedestrianIRJET Journal
 
IRJET- Wide Angle View for Visually Impaired
IRJET- Wide Angle View for Visually ImpairedIRJET- Wide Angle View for Visually Impaired
IRJET- Wide Angle View for Visually ImpairedIRJET Journal
 
Obstacle Detection and Navigation system for Visually Impaired using Smart Shoes
Obstacle Detection and Navigation system for Visually Impaired using Smart ShoesObstacle Detection and Navigation system for Visually Impaired using Smart Shoes
Obstacle Detection and Navigation system for Visually Impaired using Smart ShoesIRJET Journal
 
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...IRJET Journal
 
A Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall DetectionA Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall DetectionIRJET Journal
 
IRJET- Smart Blind Stick for Visually Impaired People
IRJET-  	  Smart Blind Stick for Visually Impaired PeopleIRJET-  	  Smart Blind Stick for Visually Impaired People
IRJET- Smart Blind Stick for Visually Impaired PeopleIRJET Journal
 
IRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET Journal
 

Similar to IRJET- Smart Cane for Blind People using IoT (20)

IRJET- Artificial Vision for Blind Person
IRJET- Artificial Vision for Blind PersonIRJET- Artificial Vision for Blind Person
IRJET- Artificial Vision for Blind Person
 
IRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually ImpairedIRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually Impaired
 
IRJET- A Leading Hand for the Blind –A Review
IRJET- A Leading Hand for the Blind –A ReviewIRJET- A Leading Hand for the Blind –A Review
IRJET- A Leading Hand for the Blind –A Review
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
 
IRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoT
 
A Survey on Smart Devices for Object And Fall Detection
A Survey on Smart Devices for Object And Fall DetectionA Survey on Smart Devices for Object And Fall Detection
A Survey on Smart Devices for Object And Fall Detection
 
Third Eye for Blind using Ultrasonic Sensor Vibrator Glove
Third Eye for Blind using Ultrasonic Sensor Vibrator GloveThird Eye for Blind using Ultrasonic Sensor Vibrator Glove
Third Eye for Blind using Ultrasonic Sensor Vibrator Glove
 
Visually Impaired People Monitoring in a Smart Home using Electronic White Cane
Visually Impaired People Monitoring in a Smart Home using Electronic White CaneVisually Impaired People Monitoring in a Smart Home using Electronic White Cane
Visually Impaired People Monitoring in a Smart Home using Electronic White Cane
 
VISUALLY IMPAIRED PEOPLE MONITORING IN A SMART HOME USING ELECTRONIC WHITE CANE
VISUALLY IMPAIRED PEOPLE MONITORING IN A SMART HOME USING ELECTRONIC WHITE CANEVISUALLY IMPAIRED PEOPLE MONITORING IN A SMART HOME USING ELECTRONIC WHITE CANE
VISUALLY IMPAIRED PEOPLE MONITORING IN A SMART HOME USING ELECTRONIC WHITE CANE
 
SMART BLIND STICK USING VOICE MODULE
SMART BLIND STICK USING VOICE MODULESMART BLIND STICK USING VOICE MODULE
SMART BLIND STICK USING VOICE MODULE
 
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIREDDRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
DRISHTI – A PORTABLE PROTOTYPE FOR VISUALLY IMPAIRED
 
A Smart Stick For Assisting Blind Peoples
A Smart Stick For Assisting Blind PeoplesA Smart Stick For Assisting Blind Peoples
A Smart Stick For Assisting Blind Peoples
 
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLEARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
 
Smart Walking Cane for Visually Impaired Pedestrian
Smart Walking Cane for Visually Impaired PedestrianSmart Walking Cane for Visually Impaired Pedestrian
Smart Walking Cane for Visually Impaired Pedestrian
 
IRJET- Wide Angle View for Visually Impaired
IRJET- Wide Angle View for Visually ImpairedIRJET- Wide Angle View for Visually Impaired
IRJET- Wide Angle View for Visually Impaired
 
Obstacle Detection and Navigation system for Visually Impaired using Smart Shoes
Obstacle Detection and Navigation system for Visually Impaired using Smart ShoesObstacle Detection and Navigation system for Visually Impaired using Smart Shoes
Obstacle Detection and Navigation system for Visually Impaired using Smart Shoes
 
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
 
A Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall DetectionA Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall Detection
 
IRJET- Smart Blind Stick for Visually Impaired People
IRJET-  	  Smart Blind Stick for Visually Impaired PeopleIRJET-  	  Smart Blind Stick for Visually Impaired People
IRJET- Smart Blind Stick for Visually Impaired People
 
IRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET- Intruder Detection Security System
IRJET- Intruder Detection Security System
 

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

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

IRJET- Smart Cane for Blind People using IoT

  • 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 6907 Smart Cane for Blind People Using IoT Shwetali P. Talele1, Shivani V. Vadnere2, Nikhil R. Dusane3, Kiran K. Tate4 1Shwetali Talele, Student, Dept. of Comp. Engineering, LGN Sapkal College of Engineering Nashik, Maharashtra 2Shivani Vadnere, Student, Dept. of Comp. Engineering, LGN Sapkal College of Engineering Nashik, Maharashtra 3Nikhil Dusane, Student, Dept. of Comp. Engineering, LGN Sapkal College of Engineering Nashik, Maharashtra 4Kiran Tate, Student, Dept. of Comp. Engineering, LGN Sapkal College of Engineering Nashik, Maharashtra ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Blind people are liable to get in contact with whatever obstacle which pass before them during walking, subjecting them to risk of injury caused from fall and it could also cause great damage to them. The aim of this project is to develop a smart cane with distance measurement system. The system is made up of an ultrasonic sensor as input and earphone as the output. Ultrasonic sensor is used to measure distance from the obstacle. Data is then sent to National Instrument ArduinoUNOmicrocontrollerforprocessing which later pro-duce voice for alerting the blond person as the output. Also the system includes the GPS live locacking system and guide the path for blind person. In general, the device will alert blind people of the obstacles through the audio output through which they can walk safely without any problem. Key Words: Survey and overviews, Sensors, Actuator, Harware and Software code design, Microcontrollerand System level test, Sensor network, 1. INTRODUCTION We being normal people can see and judge all the aspects of the environment it could be hurdle, obstacles, hole or pit. This is not possible in case of physically disabled people but they are given god gifted some great sensing ability. So for this we are creating a new IoT based Smart Stick / Cane which will help the blind people to get known about the hurdles, obstacles and holes or any moving objects beside them. It will be very beneficial for them as it will alert them for each and every aspect which they are going to face in their day to day life with the help of buzzer or voice Assistant. Our system will also track the livelocationofblind person and Guide the person through it for walking. Our main motivation are they blind who needtosuffera lotwhile travelling from place to place. We noticed that normal blind canes used by blinds have certain limitations like detecting pot-holes, stairs, distant objects, above knee obstacles, etc. We feel very bad about the blind and disabled people so we came up with the idea of developing a economical sensor equipped cane capable of assisting blind to navigate easily. 2. Literature Survey 2.1 Smart Cane with Range NotificationforBlind People. [1] Published year : 2016 Author : M.F. Saaid. InthispaperBlind people are prone to sweep or knock whatever obstacle which pass before them during walking, subjecting them to risk of injury caused from fall. The aim of this project is to develop a smart cane with distance measurement system. The system comprise of an ultrasonic sensor as input and earphone as the output. Ultrasonic sensor is used to mea- sure distance from the obstacle. Data is then senttoNational Instrument myRIO- 1900 controller for processing which later produce beeping sound as the output. The process was graphically programmed using LabVIEW with FPGA as the intended target. Performance of the system has been as- certained through several verification tests. In general, the device will alert blind people of the obstacles through the audio output 2.2 Iot based route assistance for visually challenged [2] Published year : 2018 Author : P.Bhavishya In this paper, The intelligent devices have taken us to a convenient and fash- ionable era, however while we use a pedometer to calculate the number of steps, the blind even do not have the ability to walk independently. There is no doubt that they are eager for convenience and freedom based on this, we propose an intelligent system that assists the blind in walking. The system consists of three ultrasonic sensors (attached to a cane) which are not used to just detect the obstacles but the visually challenged will be directed in the direction (front/right/left) which has no obstacles, when other two directions are blocked by an obstacle. Or when there is an obstacle in only one direction then thedistanceof other two directions will be calculated and he/she will be directed to go in a direction at which the distance is longer. The Mq2 gas sensor is also appended to the system to warn the user in case he/she is too drunk and make them wary. 3. PROPOSED SYSTEM So as per the above introduction, after doing Literature survey of reference papers. Solution comes out as building a Smart Can forBlind People that willhelpthemwalkingonthe streets without any help. So basically our proposed system include the network of sensors, actuators, and microcontroller. This sensor network will basically detects every obstacle and alert the blind personusingvoiceoraudio output. Also our system will guide the blind person for walking. As in suppose the obstacle detected at the right side of the stick system will detects the obstacle and alerts the person using the audio output as“Thereisanobstacleatyour right side turn left or go straight” similarly for Left side. If there is an obstacle at all the sides of the person it will alert
  • 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 6908 the person by voice output “wait till the obstacle gets clear”. Our system also provides the androidsupportiveapplication for the person for GPS navigation and Live location tracking This System works using Senor Network, network includes the sensors : UltrasonicSensorswithSONAR,microcontroller : Arduino Uno microcontroller, actuator : Audio speakerThe following are the components involved in the proposed visually challenged route assistance. 1. Arduino-Uno : The Arduino Unoisa microcontroller board based on the ATmega328. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, and a reset button. Arduino can send and receive the data to most devices, and can also command electronic devices through internet. The software program used to program the Arduino UNO board is simplified C++. 2. Ultrasonic Sensor: Ultrasonic sensor is a sensorthatworks on prin- ciple that is akin to sonar or radar. It generates high frequency sound and calculatesthetimeintervalbetweenthe sending of signal and the receiving of echo. For this reason, ultrasonic sensors can be employed for measuring the distance. Ultrasonic sensorshave been used due to theirhigh precision within ashorter distance andresistancetoexternal Fig -1: System Architecture. disturbances such as vibration and electromagnetic interference. HC- SR04ultrasonic sensorconsistsofa control module, transmitter and a receiver. The primary reasons to use Ultrasonic sensors are that they are light weight and compact, give high amount of sensitivity and ac- curacy in detecting objects compared to othersensorspopularlikethe IR sensors which fail in certain cases like surfaces, light changes etc. as stated in. 3. Gas Sensor: The Grove - Gas Sensor (MQ2) module is useful for gas leakage detection (home and industry). It is suitable for detecting H2, LPG, CH4, CO, Alcohol, Smoke or Propane. Due to its high sensitivity and fast response time, measurement can be taken as soon as possible. The sensitivity of the sensor can be adjusted by potentiometer. 4. Audio Speaker: The Audio Speaker is used togivealerts to the user by producing voices that differ. 4. BLOCK DIAGRAM Fig -2: Block Diagram. 4.1 Discription As shown in the above figure the system include the set of sensors and microcontrollers. It is the sensor network mounted on stick or a cane. Mainly simple white cane or stick is used for the presentation. Arduino UNO microcontroller is mounted on the white cane. Then the corresponding ultrasonic sensors are mounted and connected to the microcontroller. Then the corresponding actuator is mounted and connected to the sensor network. 5. MATHEMATICAL MODEL System Description: Input: Obstacle comes in front of the sensor. Output: Buzzer will beeps after sensor detection. Voice Assistant will direct the person for movement.Android app will track the blind person using GPS. Mathematical Model : S = (I,O,F) Where, (a) S: System. I = f I1 g are set of Inputs
  • 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 6909 Where, (a) I1 : Distance. F = f F1, F2, F3, F4 g are set of Function Where, (a) F1 : Obstacle Detection O = f O1, O2, g are set of Output Where, (a) O1 : Giving Alerts About Obstacle Success Conditions: To do proper Obstacle detection and make the user aware about it. Failure Conditions: Headphone not connected, sensor damaged. 5. Results 1. The haarware : Screen Shots of The Android Applications: 2. ObstacleDetection: 3. Admin Panel :
  • 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 6910 5. CONCLUSION To sum up, this smart cane can act as a complete guide for blind people to walk with the help of a single stick without any complex hardware or software incorporatedintoit.This simple cane, is not used to just detect obstacles present in any direction. and alert the person , but uses the distance calculation to give the optimum direction(by detecting obstacles) in which the person can proceed. There is only use of one buzzer for every direction that makes different sounds for left, right, front instead of using three different buzzers. A battery powers the cane. This cane not only shows the direction, but can also indicates the person if he/she is blocked on three sides.In this system it includes GPS module trough which live location of the person can be traced REFERENCES [1] Prof . M. F. Saaid “Smart Cane with Range Noti cationfor Blind People.”Dec.2016. [2] Prof. P. Bhavishya, “IoT based route assistance for visually challenged” 2018. [3] Prof. Ayat A. Nada, “Assistive infrared sensor based smart stick for blind people,” 2018 [4] Smart walking stick - An electronic approach to assist visually disabled persons Mohammad Hazzaz Mahmud, RanaSaha, Sayemul Islam [5] Smart Cane Assisted Mobility for the Visually Impaired, World Academy of Science, Engineering and technology International Journal andInformationEngineeringVol:6 No:10,2012 [6] G. Prasanthi and P. Tejaswidho Sensor assisted Stick for the Blind People-Transmission on Engineering and Sciences, vol:3,number 1, pp-, 12-16,2015. [7] J.B.F. van Erp, J.A. Veltman, H.A.H.C. van Veen (2003): A Tactile Cockpit Instrument to support Altitude Control, ProceedingsHumanFactorsandErgonomicSociety47tn annual meeting 2003.