Jacket For Visually Impaired
Jacket For Visually Impaired
VISUALLY IMPAIRED
PROJECT INTRODUCTION
HARDWARE SOFTWARE
• Arduino Uno
• Arduino Uno USB Cable A to B
• Arduino Software(IDE)
• Ultrasonic Sensor HC-SR04 • Program Code
• Buzzer / LED
• Jumper Wires • Program .Hex file
• Breadboard
• PC/Laptop/Smartphone
• Soldering Wire, Soldering Iron and Flux
• Hardware Case/Box
• General purpose PCB /Zero PCB
• Jacket
• power supply
• ON/OFF Switch
Operating
Voltage(D
C) 5V
Clock
ATmega32
Speed
8P
16Mhz
Arduino UNO
features
Flash
Memory Digital I/O
pins 14
342kb
Analog
pins 6
WHY ARDUINO?
• Inexpensive
• Cross-platform
• Simple, clear programming environment
• Open source and extensible software
ARDUINO UNO PROGRAMMING
• Like other development boards of Arduino family, this also uses Arduino
IDE software to make sketches (Arduino programs are called sketches)
• Sketches that are developed on Arduino IDE can be transferred directly
by connecting our computer via USB port.
• IDE is compatible with Linux, MAC or Windows operating system
• Programming languages C and C++ are used
• Thousands of preloaded sketches are easily available which we can use
in order to get Arduino to do something according to our requirements.
APPLICATIONS OF ARDUINO UNO
• Embedded system
• Robotics
• Motion control rig
• DC motor control ( using H-bridge )
• Defense and security defense
• Parking lot counter
• Home and industrial automation
• Game Duino ( for creating retro 2D games )
• Water quality testing
• Data loggers ( used in scientific research )
• Xoscillo ( open-source oscilloscope )
• Count down timer for traffic lights
REQUIREMENTS CONT.
Cable for arduino uno Jumper wires
USB-A to USB-B
REQUIREMENTS CONT.
Breadboard
General purpose /zero PCB
REQUIREMENTS CONT.
•Stable performance
•Accurate distance measurement
•High-density
•Small blind distance
ULTRASONIC
SENSOR
WORKING
The working principle of ultrasonic
sensor is simple. It sends an
ultrasonic pulse out at 40kHz which
travels through the air and if there
is an obstacle or object, it will
bounce back to the sensor. By
calculating the travel time and the
speed of sound, the distance can
be calculated.
LIGHT-EMITTING DIODE
light-emitting diode: a semiconductor diode
that emits light when conducting current and
is used in electronic displays, indoor and
outdoor lighting, etc.
WORKING OF CIRCUIT
• When all the components are engaged in the correct manner, then this
circuit will work properly and will alert the user through a buzzer.
• There are four main components in the circuit which are Arduino
UNO, Ultrasonic Sensor, Buzzer and Battery.
• First of all, when the power supply is turned on, the Arduino will read
the microcontroller code on the UNO.
• After that Arduino will trigger the ultrasonic sensor. Then the
ultrasonic sensor will release the sound wave.
• When the sound wave bounces back, the ultrasonic sensor will
receive that sound wave.
• Arduino will read that received sound wave and if the condition
written according to the code is satisfied, then Buzzer will give alarm.
CIRCUIT
DESIGN
• https://create.arduino.cc/projecthub/160989/jacket-for-visuall
y-impaired-76e374
• https://www.freecodecamp.org/news/introduction-to-iot-intern
et-of-things/
• https://www.tinkercad.com/things/l2Ne7C6PBI4-copy-of-resear
ch-work/editel?tenant=circuits
• https://quartzcomponents.com/products/hc-sr04-ultrasonic-se
nsor-module