SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1809
Smart Walking Stick for the Visually Impaired
Raghav Mohindru1, Priyanka Jain2, Nikhil Khosla3
1Raghav Mohindru, Student, Thapar Institute of Engineering and Technology, Punjab, India
2Priyanka Jain, Student, Thapar Institute of Engineering and Technology, Punjab, India
3Nikhil Khosla, Student, Thapar Institute of Engineering and Technology, Punjab, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - In this paper, we introduced a smart electronic aid
for visually impaired. The smart cane provides a solution to
visually impaired who face complications in detecting
obstacles and changes in environment. The smart cane
comprises of three sensors: infrared sensor, ultrasonic sensor
and flame sensor. These sensors are implemented and
programmed using microcontroller (Arduino UNO R3). This
stick can detect obstacles which lie in the range of about 2m
from the user. The aim of this system is to provide an
affordable and a reliable smartcanewhichwouldhelpvisually
impaired to navigate freely.
Key Words: Arduino Uno R3, Flame sensor, Infrared sensor,
Smart cane, Ultrasonic sensor
1. INTRODUCTION
The definition of vision impairment by the Centers for
Disease Control and Prevention (CDC) says a visually
impaired person’s eyesight cannot be correctedtoa “normal
level”. It is said that visual impairment is the functional
limitation of the eye or eyes or the vision system [1].
According to the WHO definition, blindness implies visual
sharpness less than 3/60, or corresponding visual field loss
to less than 10 degrees in the better eye, with the best
available spectacle correction.[2]India currentlyhasaround
12 million blind people against 39 million globally- which
makes India home to approximately one-third ofthe world’s
blind population(March 2017). Previously, the techniques
used by the blind were white cane and dog assist. The
disadvantage of white cane is that it gets stuck in the
pavement which leads to injury to the user and dog assist
method is not cost effective. With the rapid growth of
technology many different devices have been invented to
support the movability of blind. The main objective of this
project is to design a smart cane which is used to detect the
depth and the presence of obstacle. This allows the user to
walk independently.
2. SYSTEM AND DESIGN
2.1 Architecture
The proposed system design of smart cane, as shown in
figure 1, consist of following units.
Fig. 1. Proposed system design of smart cane.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1810
2.2 Arduino Uno R3 Microcontroller
The Arduino Uno R3 is a microcontroller board based on the
ATmega328P [3]. It consists of 20 digital input-outputpins
out of which 6 pins can be used as Pulse Width Modulation
(PWM) pins. These pins are configured to take analog input.
Logic based programs are created in theArduinocompatible
software and fired into the microcontroller.
2.3 Sensing Unit
It comprises of three sensors:
2.3.1 Flame sensor
A flame detector is a sensor designed to detect and respond
to the presence of a flame or fire, allowing flame detection.
[4] The flame sensor is shown in the figure 2 along with the
pin configuration of the sensor. The sensor consists of four
pins Vcc, GND, Analog input and Digital output.
Fig. 2. Flame sensor
2.3.2 Infrared sensor
An IR sensor is based on emitting and absorbingtheinfrared
radiations to detect any obstacle in nearby vicinity. The IR
radiation emitted by the sensor strikes the object, some
amount of radiation is reflected to the IR sensor module
where a receiver is present to absorb it. The amount of
radiation that is reflected to the receiver determines the
distance of the obstacle. It is used for pot holes and staircase
detection. The infrared sensor description and working is
illustrated in the figure 3.
Fig. 3. Infrared sensor
2.3.3 Ultrasonic sensor
The sensor works with the simplehighschool formula stated
in equation 1 that:
Distance = Speed × Time ---------(1)
The Ultrasonic transmittertransmitsanultrasonicwave,this
wave travels in air and when it gets objected by anymaterial
it gets reflected toward the sensor this reflected wave is
observed by the Ultrasonic receiver module.[5] Now, to
calculate the distance using the above formulae, we should
know the Speed and time. Since we are using the Ultrasonic
wave the universal speed of it at standard conditions is
330m/s.[6] The inbuilt circuitry on themodulewill calculate
the time taken for the ultrasonic waves to travel and come
back to turn on the echo pin high for that same amount of
time, the time taken is recorded.[7]Nowsimplycalculatethe
distance. The ultrasonic sensor used is shown in the figure 4
and its pin configuration is depicted in table 1.
Fig. 4. Ultrasonic sensor
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1811
Table 1: Pin Description of the Ultrasonic sensor
PinNumber Pin Name Description
1 Vcc The Vcc pin powers the
sensor, typically with +5V
2 Trigger Trigger pin is an input pin.
This pin is kept high for 10us
to initialize measurement by
sending US wave.
3 Echo Echo pin is an Output pin.
This pin goes high for a
period of time which will be
equal to the time takenforthe
US wave to return back to the
sensor.
4 Ground This pin is connected to the
ground of the system.
2.4 Alarming Unit
It comprises of:
2.4.1 Buzzer
A buzzer is a mechanical, electromechanical or piezoelectric
audio signaling device. A piezo electric buzzer (as shown in
figure 5) can be driven by an oscillating electronic circuit or
other audio signal source. A click, beep or ring can indicate
that a button has been pressed. In this system the buzzer is
used to notify the visual impaired against the obstacle by
generating an audio signal which will vary according to the
distance of obstacle from the user.[8]
Fig. 5 Piezo buzzer
2.4.2 Vibrator
In this system it is used to enhancethealarmingprocess.The
vibration produced by the vibrator will be proportional to
the distance from the obstacle. The vibrator is usedisshown
in the figure 6.
Fig. 6. Vibrator motor
3. IMPLEMENTATION AND RESULTS
3.1 Hardware Implementation
The working prototype of smart walkingstick issuccessfully
developed and shown in the figure 7. The length of the
prototype is 1.21m which is approximately 4 feet. This is so
kept so that is fits the requirement of all kind of users.
Figure 7: The smart blind stick prototype
Some assumptions were made duringthefinal testing
and they are listed below:
1. For ease of calculations the angle of inclination of
the stick while using it is assumed to be 45 degrees.
2. The ultrasonic sensor is also placed at 45degreesto
make sure the range of obstacle detection is
maximum with the inclined stick, i.e., while using
the stick.
3. Arduino Uno R3 is placed at the center of the stick
so that the connections were made properly.
4. The top of the stick has no sensors mounted to it
other than a buzzer so that the user can makeoutor
distinguish the sound easily in noisy environment.
Figure 8: IR sensor placed on blind stick
The blind stick has the IR sensor placed on it nearly 16cms
(shown in figure 8) away from the bottom of the stick. It is
done so to have the maximum usability of the sensor as the
working range is between 2cm to 20cms. Assuming thestick
is inclined at 45 degrees the range at which the sensor can
sense the height of the obstacle increases as per the
calculations.
The calculation is performed below:
Let the angle of inclination of the stick (α) = 45 degrees
The height of the IR sensor from the bottom (l) = 16 cm
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1812
The range of the sensor is h.
Therefore, h=l*sinα =16*sin45= 16*0.709=11.34 cm
The range of the sensor is 11.34 cm
4. CONCLUSION
In this paper, we have proposed a smart cane for visually
impaired so they could navigate with ease.Inthissystem,we
have inculcated several sensors and microcontroller along
with alarming unit which will warn the user in case of any
obstacle and danger. The motive of this system istoimprove
movement and to reduce collision. The smartcane proposed
is both cost effective and user friendly.
REFERENCES
[1] Sayed Irfan Abid Bukhari quoted on Visual impairment
types, causes and many more [Online]. Available-
https://spl-education.blogspot.com/2014/05/visual-
impairmenttypes-and-causes-and.html retrieved on 20
January, 2020.
[2] Gogona Saikia quoted on India's blind population to
reduce drastically after new definition [Online].
Available-
https://www.newsbytesapp.com/timeline/India/6298/
38086/india-s-blind-population-to-reduce-by-1-4-crore
retrieved on 23 January,2020.
[3] Quoted on Arduino Uno Rev 3. [Online] Available-
https://store.arduino.cc/usa/arduino-uno-rev3
retrieved on 19 January, 2020.
[4] Quotes on Flame sensor. [Online] Available-
https://wikivisually.com/wiki/Flame_detector
retrieved on 2 January, 2020.
[5] https://beatyourbit.com/arduino_hc-
sr04_ultrasonic_module_interface/ [Online]retrievedon
7 January, 2020.
[6] https://ktechnics.com/shop/sensors/hc-sr04-
ultrasonic-sensor/ [Online] retrieved on 9 January,
2020.
[7] Anjali J Suresh, Sruthi A, Revathy Prasannan, Malavika
Bhassy B, Souwmya Murali, 2018, Smart Cane.
[8] Tushar Kale, Shubham Kadu, Kailas Gaware, Harshal D.
Patil, 2018, Study of Audible Identification Alert System
For Rash Driving.
BIOGRAPHIES
Raghav Mohindru completed his
Bachelor of Engineering in
Electronics Instrumentation and
Control from Thapar Institute of
Engineering and Technology. His
research interest is in the field of
implementation of sensors using
microcontroller.
Priyanka Jain completed her
Bachelor of Engineering in
Electronics Instrumentation and
Control from Thapar Institute of
Engineering and Technology. Her
research interest is the field of
development of software for
microcontrollers.
Nikhil Khosla completed his
Bachelor of Engineering in
Electronics Instrumentation and
Control from Thapar Institute of
Engineering and Technology.

More Related Content

What's hot

Obstacle Detctor Robot report
Obstacle Detctor Robot reportObstacle Detctor Robot report
Obstacle Detctor Robot report
Nikita Kaushal
 
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOTIRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET Journal
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET Journal
 
IRJET - Device for Avoiding Underground Cable Cut using Microcontroller
IRJET - Device for Avoiding Underground Cable Cut using MicrocontrollerIRJET - Device for Avoiding Underground Cable Cut using Microcontroller
IRJET - Device for Avoiding Underground Cable Cut using Microcontroller
IRJET Journal
 
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET Journal
 
IRJET - Garbage Management System for Smart City using LORA Technology
IRJET -  	  Garbage Management System for Smart City using LORA TechnologyIRJET -  	  Garbage Management System for Smart City using LORA Technology
IRJET - Garbage Management System for Smart City using LORA Technology
IRJET Journal
 
IRJET- Hand Gesture based Camera Monitorning System using Raspberry Pi
IRJET- Hand Gesture based Camera Monitorning System using Raspberry PiIRJET- Hand Gesture based Camera Monitorning System using Raspberry Pi
IRJET- Hand Gesture based Camera Monitorning System using Raspberry Pi
IRJET 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 People
IRJET Journal
 
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoTIRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET Journal
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
IRJET Journal
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET Journal
 
SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS
SMART APP FOR PHYSICALLY CHALLENGED  PEOPLE USING INTERNET OF THINGSSMART APP FOR PHYSICALLY CHALLENGED  PEOPLE USING INTERNET OF THINGS
SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
Know Your Teacher(KYT)
Know Your Teacher(KYT)Know Your Teacher(KYT)
Know Your Teacher(KYT)
Ashwani Kumar
 
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
 
Secured Spy for Highly Secured Areas
Secured Spy for Highly Secured AreasSecured Spy for Highly Secured Areas
Secured Spy for Highly Secured Areas
IRJET Journal
 
IRJET - Boat Shrinking Alert System using IoT
IRJET -  	  Boat Shrinking Alert System using IoTIRJET -  	  Boat Shrinking Alert System using IoT
IRJET - Boat Shrinking Alert System using IoT
IRJET Journal
 
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor NetworkIRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET Journal
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb People
IRJET Journal
 
IRJET - Automatic Street Light Control by Detecting Vehicle Movement
IRJET -  	  Automatic Street Light Control by Detecting Vehicle MovementIRJET -  	  Automatic Street Light Control by Detecting Vehicle Movement
IRJET - Automatic Street Light Control by Detecting Vehicle Movement
IRJET Journal
 
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET Journal
 

What's hot (20)

Obstacle Detctor Robot report
Obstacle Detctor Robot reportObstacle Detctor Robot report
Obstacle Detctor Robot report
 
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOTIRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
 
IRJET - Device for Avoiding Underground Cable Cut using Microcontroller
IRJET - Device for Avoiding Underground Cable Cut using MicrocontrollerIRJET - Device for Avoiding Underground Cable Cut using Microcontroller
IRJET - Device for Avoiding Underground Cable Cut using Microcontroller
 
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
 
IRJET - Garbage Management System for Smart City using LORA Technology
IRJET -  	  Garbage Management System for Smart City using LORA TechnologyIRJET -  	  Garbage Management System for Smart City using LORA Technology
IRJET - Garbage Management System for Smart City using LORA Technology
 
IRJET- Hand Gesture based Camera Monitorning System using Raspberry Pi
IRJET- Hand Gesture based Camera Monitorning System using Raspberry PiIRJET- Hand Gesture based Camera Monitorning System using Raspberry Pi
IRJET- Hand Gesture based Camera Monitorning System using Raspberry Pi
 
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 - Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoTIRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
 
SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS
SMART APP FOR PHYSICALLY CHALLENGED  PEOPLE USING INTERNET OF THINGSSMART APP FOR PHYSICALLY CHALLENGED  PEOPLE USING INTERNET OF THINGS
SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS
 
Know Your Teacher(KYT)
Know Your Teacher(KYT)Know Your Teacher(KYT)
Know Your Teacher(KYT)
 
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...
 
Secured Spy for Highly Secured Areas
Secured Spy for Highly Secured AreasSecured Spy for Highly Secured Areas
Secured Spy for Highly Secured Areas
 
IRJET - Boat Shrinking Alert System using IoT
IRJET -  	  Boat Shrinking Alert System using IoTIRJET -  	  Boat Shrinking Alert System using IoT
IRJET - Boat Shrinking Alert System using IoT
 
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor NetworkIRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb People
 
IRJET - Automatic Street Light Control by Detecting Vehicle Movement
IRJET -  	  Automatic Street Light Control by Detecting Vehicle MovementIRJET -  	  Automatic Street Light Control by Detecting Vehicle Movement
IRJET - Automatic Street Light Control by Detecting Vehicle Movement
 
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
 

Similar to IRJET- Smart Walking Stick for the Visually Impaired

IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET-  	  Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)IRJET-  	  Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET Journal
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using Arduino
IRJET Journal
 
IRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET- Intruder Detection Security System
IRJET- Intruder Detection Security System
IRJET Journal
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robot
IRJET Journal
 
IRJET- Mini IR Radar for unauthorized object detection
IRJET- Mini IR Radar for unauthorized object detectionIRJET- Mini IR Radar for unauthorized object detection
IRJET- Mini IR Radar for unauthorized object detection
IRJET Journal
 
Distance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuDistance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and Nodemcu
IRJET Journal
 
IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for...
IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for...IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for...
IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for...
IRJET Journal
 
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
IRJET Journal
 
BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTION
IRJET Journal
 
IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...
IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...
IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...
IRJET Journal
 
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance SensorIRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
IRJET Journal
 
GESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTGESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFT
IRJET Journal
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
IRJET Journal
 
IRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with Thingspeak
IRJET Journal
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car Parking
IRJET Journal
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
IRJET Journal
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET Journal
 
4th-Yr-PROJECT-REPORT
4th-Yr-PROJECT-REPORT4th-Yr-PROJECT-REPORT
4th-Yr-PROJECT-REPORT
Priyankar Muhuri
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET Journal
 
IRJET - Child Rescue System in Open Bore-Well using Arduino Uno
IRJET - Child Rescue System in Open Bore-Well using Arduino UnoIRJET - Child Rescue System in Open Bore-Well using Arduino Uno
IRJET - Child Rescue System in Open Bore-Well using Arduino Uno
IRJET Journal
 

Similar to IRJET- Smart Walking Stick for the Visually Impaired (20)

IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET-  	  Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)IRJET-  	  Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using Arduino
 
IRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET- Intruder Detection Security System
IRJET- Intruder Detection Security System
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robot
 
IRJET- Mini IR Radar for unauthorized object detection
IRJET- Mini IR Radar for unauthorized object detectionIRJET- Mini IR Radar for unauthorized object detection
IRJET- Mini IR Radar for unauthorized object detection
 
Distance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuDistance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and Nodemcu
 
IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for...
IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for...IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for...
IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for...
 
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
 
BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTION
 
IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...
IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...
IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...
 
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance SensorIRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
 
GESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTGESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFT
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
IRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with Thingspeak
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car Parking
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
 
4th-Yr-PROJECT-REPORT
4th-Yr-PROJECT-REPORT4th-Yr-PROJECT-REPORT
4th-Yr-PROJECT-REPORT
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
 
IRJET - Child Rescue System in Open Bore-Well using Arduino Uno
IRJET - Child Rescue System in Open Bore-Well using Arduino UnoIRJET - Child Rescue System in Open Bore-Well using Arduino Uno
IRJET - Child Rescue System in Open Bore-Well using Arduino Uno
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
enizeyimana36
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 

Recently uploaded (20)

CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 

IRJET- Smart Walking Stick for the Visually Impaired

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1809 Smart Walking Stick for the Visually Impaired Raghav Mohindru1, Priyanka Jain2, Nikhil Khosla3 1Raghav Mohindru, Student, Thapar Institute of Engineering and Technology, Punjab, India 2Priyanka Jain, Student, Thapar Institute of Engineering and Technology, Punjab, India 3Nikhil Khosla, Student, Thapar Institute of Engineering and Technology, Punjab, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - In this paper, we introduced a smart electronic aid for visually impaired. The smart cane provides a solution to visually impaired who face complications in detecting obstacles and changes in environment. The smart cane comprises of three sensors: infrared sensor, ultrasonic sensor and flame sensor. These sensors are implemented and programmed using microcontroller (Arduino UNO R3). This stick can detect obstacles which lie in the range of about 2m from the user. The aim of this system is to provide an affordable and a reliable smartcanewhichwouldhelpvisually impaired to navigate freely. Key Words: Arduino Uno R3, Flame sensor, Infrared sensor, Smart cane, Ultrasonic sensor 1. INTRODUCTION The definition of vision impairment by the Centers for Disease Control and Prevention (CDC) says a visually impaired person’s eyesight cannot be correctedtoa “normal level”. It is said that visual impairment is the functional limitation of the eye or eyes or the vision system [1]. According to the WHO definition, blindness implies visual sharpness less than 3/60, or corresponding visual field loss to less than 10 degrees in the better eye, with the best available spectacle correction.[2]India currentlyhasaround 12 million blind people against 39 million globally- which makes India home to approximately one-third ofthe world’s blind population(March 2017). Previously, the techniques used by the blind were white cane and dog assist. The disadvantage of white cane is that it gets stuck in the pavement which leads to injury to the user and dog assist method is not cost effective. With the rapid growth of technology many different devices have been invented to support the movability of blind. The main objective of this project is to design a smart cane which is used to detect the depth and the presence of obstacle. This allows the user to walk independently. 2. SYSTEM AND DESIGN 2.1 Architecture The proposed system design of smart cane, as shown in figure 1, consist of following units. Fig. 1. Proposed system design of smart cane.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1810 2.2 Arduino Uno R3 Microcontroller The Arduino Uno R3 is a microcontroller board based on the ATmega328P [3]. It consists of 20 digital input-outputpins out of which 6 pins can be used as Pulse Width Modulation (PWM) pins. These pins are configured to take analog input. Logic based programs are created in theArduinocompatible software and fired into the microcontroller. 2.3 Sensing Unit It comprises of three sensors: 2.3.1 Flame sensor A flame detector is a sensor designed to detect and respond to the presence of a flame or fire, allowing flame detection. [4] The flame sensor is shown in the figure 2 along with the pin configuration of the sensor. The sensor consists of four pins Vcc, GND, Analog input and Digital output. Fig. 2. Flame sensor 2.3.2 Infrared sensor An IR sensor is based on emitting and absorbingtheinfrared radiations to detect any obstacle in nearby vicinity. The IR radiation emitted by the sensor strikes the object, some amount of radiation is reflected to the IR sensor module where a receiver is present to absorb it. The amount of radiation that is reflected to the receiver determines the distance of the obstacle. It is used for pot holes and staircase detection. The infrared sensor description and working is illustrated in the figure 3. Fig. 3. Infrared sensor 2.3.3 Ultrasonic sensor The sensor works with the simplehighschool formula stated in equation 1 that: Distance = Speed × Time ---------(1) The Ultrasonic transmittertransmitsanultrasonicwave,this wave travels in air and when it gets objected by anymaterial it gets reflected toward the sensor this reflected wave is observed by the Ultrasonic receiver module.[5] Now, to calculate the distance using the above formulae, we should know the Speed and time. Since we are using the Ultrasonic wave the universal speed of it at standard conditions is 330m/s.[6] The inbuilt circuitry on themodulewill calculate the time taken for the ultrasonic waves to travel and come back to turn on the echo pin high for that same amount of time, the time taken is recorded.[7]Nowsimplycalculatethe distance. The ultrasonic sensor used is shown in the figure 4 and its pin configuration is depicted in table 1. Fig. 4. Ultrasonic sensor
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1811 Table 1: Pin Description of the Ultrasonic sensor PinNumber Pin Name Description 1 Vcc The Vcc pin powers the sensor, typically with +5V 2 Trigger Trigger pin is an input pin. This pin is kept high for 10us to initialize measurement by sending US wave. 3 Echo Echo pin is an Output pin. This pin goes high for a period of time which will be equal to the time takenforthe US wave to return back to the sensor. 4 Ground This pin is connected to the ground of the system. 2.4 Alarming Unit It comprises of: 2.4.1 Buzzer A buzzer is a mechanical, electromechanical or piezoelectric audio signaling device. A piezo electric buzzer (as shown in figure 5) can be driven by an oscillating electronic circuit or other audio signal source. A click, beep or ring can indicate that a button has been pressed. In this system the buzzer is used to notify the visual impaired against the obstacle by generating an audio signal which will vary according to the distance of obstacle from the user.[8] Fig. 5 Piezo buzzer 2.4.2 Vibrator In this system it is used to enhancethealarmingprocess.The vibration produced by the vibrator will be proportional to the distance from the obstacle. The vibrator is usedisshown in the figure 6. Fig. 6. Vibrator motor 3. IMPLEMENTATION AND RESULTS 3.1 Hardware Implementation The working prototype of smart walkingstick issuccessfully developed and shown in the figure 7. The length of the prototype is 1.21m which is approximately 4 feet. This is so kept so that is fits the requirement of all kind of users. Figure 7: The smart blind stick prototype Some assumptions were made duringthefinal testing and they are listed below: 1. For ease of calculations the angle of inclination of the stick while using it is assumed to be 45 degrees. 2. The ultrasonic sensor is also placed at 45degreesto make sure the range of obstacle detection is maximum with the inclined stick, i.e., while using the stick. 3. Arduino Uno R3 is placed at the center of the stick so that the connections were made properly. 4. The top of the stick has no sensors mounted to it other than a buzzer so that the user can makeoutor distinguish the sound easily in noisy environment. Figure 8: IR sensor placed on blind stick The blind stick has the IR sensor placed on it nearly 16cms (shown in figure 8) away from the bottom of the stick. It is done so to have the maximum usability of the sensor as the working range is between 2cm to 20cms. Assuming thestick is inclined at 45 degrees the range at which the sensor can sense the height of the obstacle increases as per the calculations. The calculation is performed below: Let the angle of inclination of the stick (α) = 45 degrees The height of the IR sensor from the bottom (l) = 16 cm
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1812 The range of the sensor is h. Therefore, h=l*sinα =16*sin45= 16*0.709=11.34 cm The range of the sensor is 11.34 cm 4. CONCLUSION In this paper, we have proposed a smart cane for visually impaired so they could navigate with ease.Inthissystem,we have inculcated several sensors and microcontroller along with alarming unit which will warn the user in case of any obstacle and danger. The motive of this system istoimprove movement and to reduce collision. The smartcane proposed is both cost effective and user friendly. REFERENCES [1] Sayed Irfan Abid Bukhari quoted on Visual impairment types, causes and many more [Online]. Available- https://spl-education.blogspot.com/2014/05/visual- impairmenttypes-and-causes-and.html retrieved on 20 January, 2020. [2] Gogona Saikia quoted on India's blind population to reduce drastically after new definition [Online]. Available- https://www.newsbytesapp.com/timeline/India/6298/ 38086/india-s-blind-population-to-reduce-by-1-4-crore retrieved on 23 January,2020. [3] Quoted on Arduino Uno Rev 3. [Online] Available- https://store.arduino.cc/usa/arduino-uno-rev3 retrieved on 19 January, 2020. [4] Quotes on Flame sensor. [Online] Available- https://wikivisually.com/wiki/Flame_detector retrieved on 2 January, 2020. [5] https://beatyourbit.com/arduino_hc- sr04_ultrasonic_module_interface/ [Online]retrievedon 7 January, 2020. [6] https://ktechnics.com/shop/sensors/hc-sr04- ultrasonic-sensor/ [Online] retrieved on 9 January, 2020. [7] Anjali J Suresh, Sruthi A, Revathy Prasannan, Malavika Bhassy B, Souwmya Murali, 2018, Smart Cane. [8] Tushar Kale, Shubham Kadu, Kailas Gaware, Harshal D. Patil, 2018, Study of Audible Identification Alert System For Rash Driving. BIOGRAPHIES Raghav Mohindru completed his Bachelor of Engineering in Electronics Instrumentation and Control from Thapar Institute of Engineering and Technology. His research interest is in the field of implementation of sensors using microcontroller. Priyanka Jain completed her Bachelor of Engineering in Electronics Instrumentation and Control from Thapar Institute of Engineering and Technology. Her research interest is the field of development of software for microcontrollers. Nikhil Khosla completed his Bachelor of Engineering in Electronics Instrumentation and Control from Thapar Institute of Engineering and Technology.