You are on page 1of 10

Smart Blind Stick With Arduino

using Ultrasonic Sensor

Presented by
Sridhar P
(19F45A0406)
Tips to be Covered

 Components
 Design Process
 Working
 End Product
Components

 Arduino UNO
 Battery (9V)
 Battery Connector
 Ultrasonic Sensor (HC-SR04)
 DC Buzzer
 Connecting Wires or Jump Wires
Design Process

Block Diagram Power


Supply

Arduino/
Ultrasonic
Processor Buzzer
Sensor
Circuit Diagram
Working

 The smart blind stick automatically detects the


obstacle in front of the person and give him a
response to the person by vibrating the stick
and also with a warning sound.
 Through this, the blind person can aware about
the obstacles in front of him. I used Ultrasonic
sensor for detecting the obstacles.
Arduino UNO
 Arduino UNO is a low-cost, flexible, and easy-
to-use programmable open-source
microcontroller board that can be integrated
into a variety of electronic projects.
 This board can be interfaced with other
Arduino boards, Arduino shields, Raspberry Pi
boards and can control relays, LEDs and
motors as an output.
Ultrasonic Sensor

 Ultrasonic sensors emit
short, high-frequency sound
pulses at regular intervals.
 If they strike an object, then
they are reflected back as
echo signals to the sensor,
which itself computes the
distance to the target gives
the buzzer sound to the user.
End Product

You might also like