Synopsis THIRD EYE FOR THE BLIND
Synopsis THIRD EYE FOR THE BLIND
Synopsis THIRD EYE FOR THE BLIND
Roll No:
Registration No:
Year: 2023
Sem: 7th
Session: 44444444444444
Signature:……………………………….
ABSTRACT
It is with the Great sense of Satisfaction and Pride that we are
sitting down to pen our Project report. On this day we stand
indebted to Mr. Ajay Ingle Sir for his Valuable Advice, guidance
and Suggestions to our project work which played a vital role in
carrying out this project successfully.
Our Project “Third Eye for the Blind” will help Navigate them
through streets,etc. We have tried to keep it a budget so it’s
affordable to everyone. It works on the principle of SONAR.
SONAR system uses ultrasound to detect the distance of the objects.
It works by sending ultrasound and then sensing the reflected rays
and thus determine the distance. We have used Arduino as our
Microprocesor and Buzzer for giving Feedbak Output
2. Pet dog
1. White
cane - May easily crack/break, the stick may get stuck at
pavement cracks of different objects.
History
Sonar was first proposed as a means of detecting icebergs. Interest in
sonar was heightened by the threat posed by submarine warfare in
World War I. An early passive system, consisting of towed lines of
microphones, was used to detect submarines by 1916, and by 1918 an
operational active system had been built by British and U.S. scientists.
Subsequent developments included the echo sounder, or depth
detector, rapid-scanning sonar, side-scan sonar, and WPESS (within-
pulse electronic-sector-scanning) sonar.
The uses of sonar are now many. In the military field are a large
number of systems that detect, identify, and locate submarines. Sonar
is also used in acoustic homing torpedoes, in acoustic mines, and in
mine detection. Nonmilitary uses of sonar include fish finding, depth
sounding, and mapping of the sea bottom, Doppler navigation, and
acoustic locating for divers.
A major step in the development of sonar systems was the invention
of the acoustic transducer and the design of efficient acoustic
projectors. These utilize piezoelectric crystals (e.g., quartz or
tourmaline), magnetostrictive materials (e.g., iron or nickel), or
electrostrictive crystals (e.g., barium titanate). These materials change
shape when subjected to electric or magnetic fields, thus converting
electrical energy to acoustic energy. Suitably mounted in an oil-filled
housing, they produce beams of acoustic energy over a wide range of
frequencies.
In active systems the projector may be deployed from an air-launched
sonobuoy, hull-mounted on a vessel, or suspended in the sea from a
helicopter. Usually the receiving and transmitting transducers are the
same. Passive systems are usually hull-mounted, deployed from son
buoys, or towed behind a ship. Some passive systems are placed on
the seabed, often in large arrays, to provide continuous surveillance.
2.2 ARDUINO
What is Arduino?
Arduino is an open-source electronics platform based on easy-to-use
hardware and software. Arduino boards are able to read inputs - light
on a sensor, a finger on a button, or a Twitter message - and turn it
into an output - activating a motor, turning on an LED, publishing
something online. You can tell your board what to do by sending a set
of instructions to the microcontroller on the board. To do so you use
the Arduino programming language (based on Wiring), and the
Arduino Software (IDE), based on Processing.
Over the years Arduino has been the brain of thousands of projects,
from everyday objects to complex scientific instruments. A
worldwide community of makers - students, hobbyists, artists,
programmers, and professionals - has gathered around this open-
source platform, their contributions have added up to an incredible
amount of accessible knowledge that can be of great help to novices
and experts alike.
Arduino was born at the Ivrea Interaction Design Institute as an easy
tool for fast prototyping, aimed at students without a background in
electronics and programming. As soon as it reached a wider
community, the Arduino board started changing to adapt to new needs
and challenges, differentiating its offer from simple 8-bit boards to
products for IoT applications, wearable, 3D printing, and embedded
environments.
Why Arduino?
Thanks to its simple and accessible user experience, Arduino has been
used in thousands of different projects and applications. The Arduino
software is easy-to-use for beginners, yet flexible enough for
advanced users. It runs on Mac, Windows, and Linux. Teachers and
students use it to build low cost scientific instruments, to prove
chemistry and physics principles, or to get started with programming
and robotics. Designers and architects build interactive prototypes,
musicians and artists use it for installations and to experiment with
new musical instruments. Makers, of course, use it to build many of
the projects exhibited at the Maker Faire, for example. Arduino is a
key tool to learn new things. Anyone - children, hobbyists, artists,
programmers - can start tinkering just following the step by step
instructions of a kit, or sharing ideas online with other members of the
Arduino community.
There are many other microcontrollers and microcontroller platforms
available for physical computing. Parallax Basic Stamp, Netmedia's
BX-24, Phidgets, MIT's Handyboard, and many others offer similar
functionality. All of these tools take the messy details of
microcontroller programming and wrap it up in an easy-to-use
package. Arduino also simplifies the process of working with
microcontrollers, but it offers some advantage for teachers, students,
and interested amateurs over other systems:
Inexpensive - Arduino boards are relatively inexpensive
compared to other microcontroller platforms. The least
expensive version of the Arduino module can be assembled by
hand, and even the pre-assembled Arduino modules cost less
than Rs 1000
7. Voltage Regulator
The voltage regulator (14) is not actually something you can (or
should) interact with on the Arduino. But it is potentially useful to
know that it is there and what it’s for. The voltage regulator does
exactly what it says -- it controls the amount of voltage that is let into
the Arduino board. Think of it as a kind of gatekeeper; it will turn
away an extra voltage that might harm the circuit. Of course, it has its
limits, so don’t hook up your Arduino to anything greater than 20
volts.
Principle
3.1 Working Principle
Ultrasonic Sensor HC-SR04 is a sensor that can measure distance. It
emits an ultrasound at 40 000 Hz (40kHz) which travels through the
air and if there is an object or obstacle on its path It will bounce back
to the module. Considering the travel time and the speed of the sound
you can calculate the distance.
Based on the Distance, the buzzer will Beep Accordingly and help the
person determine the distance of the object.
Methodology
4.1 COMPONENTS USED
Sr no Components Qty
1 Arduino UNO 1
2 Ultrasonic Sensor 1
Buzzer
3 1
Jumper Cables
4 Battery 9v Dc 1
5 Gloves 1
6 Velcro for assembling 1
7 Arduino Protection Cover 1
4.2 TOOLS USED
1. Adhesives
2. Laptop (For Programming Arduino)
3. Arduino IDE (For Coding)
4. Wire Stripper
5. Insulation Tape
6. Soldering Iron
7. Soldering Wire
8. USB A-B cable
2. UltraSonic Sensor
Ultrasonic Sensor senses the Distance of the Objects by sending and Receiving
Ultrasound.
3. Buzzer
For Producing Feedback Sound
4. Jumper Cables
5. Battery
6. Gloves
7. Velcro
2. After Wearing, One can direct hand towards the direction the
person wants to Move.
5. Once the waves are Detected by the sensor, it Highs (5v) echo pin
9. As the buzzer beeps, one can know that the object is nearby and
may collide and hence change the Direction Accordingly.
5.3 References
https://www.britannica.com/technology/sonar
https://create.arduino.cc/projecthub/muhammedazhar/third-eye-for-
the-blind-8c246d
https://www.arduino.cc/en/Guide/Introduction
https://learn.sparkfun.com/tutorials/what-is-an-arduino/all
https://www.instructables.com/THIRD-EYE-FOR-BLINDS-an-
Innovative-Wearable-Techno/
https://en.wikipedia.org/wiki/Arduino