Auto-Smart Obstacle Detection
Auto-Smart Obstacle Detection
Abstract
In order to help the visually challenged people, a study has been proposed to help visually impaired person to walk more
confidently. The study hypothesizes a smart walking stick that alerts visually-impaired people where obstacles and pit ahead is
concerned which will help them in walking without causing injury to them. In this system, ultrasonic sensors, ir sensor,
headphone, Arduino controller, Micro sd card adapter are used. The overall aim of the device is to provide a convenient and safe
method for the blind to overcome their difficulties in daily life.
Keywords: IR sensors; Ultrasonic sensors; Arduino; Obstacle detection; Micro SD card Adapter
________________________________________________________________________________________________________
I.
INTRODUCTION
It is based on the use of new technology to improve visually impaired person's mobility. Our research focuses on obstacle
detection and pit detection, in order to reduce navigation difficulties for visually impaired people. A visionless person commonly
uses a walking/white cane or guide dogs for navigation. But guide dogs are still far from being affordable, around the price of
anice car, and their average working time is limited, an averageof 7 years.[1][2]
In many applications, ultrasonic sensors are used because of its immunity to the environmental noise. Another reason why
ultrasonic is popular is that the technology is relatively inexpensive, and also ultrasound emitters and detectors are small enough
to be carried without the need for complex circuit as it is characterized by their reliability and outstanding versatility. Low power
requirements, simple circuitry and portable features make infrared sensorsto find applications in electronic circuits. Micro SD
card adapter allows to connect a micro-SD to microcontroller.
II. SYSTEM DESIGN
The proposed design for Auto-smart obstacle detection system distinctly consists of three units:
- Ultrasonic Sensor
- IR Sensor
- Micro SD card adapter
85
The device is extremely robust, making it suitable for even the toughest conditions.
The sensor surface cleans itself through vibration, making the sensor insensitive to dirt.
The physical principlethe propagation of soundworks, in practically any environment.
Ultrasonic sensors have proven their reliability and endurance in virtually all industrial sectors.[4]
Features of IR sensors
1)
2)
3)
4)
86
The sensor uses the time it takes for the sound to come back from the object in front to determine the distance of an object.
The distance to the object (L) can then be calculated through the speed of ultrasonic waves (v) in the medium by the relation,
where, t is the time taken by the wave to reach back to the sensor and is the angle between thehorizontal and the path taken
as shown in the figure. If the object is in motion, instruments based on Doppler shift are used.The ultrasonic sensor can measure
distances in centimetres and inches. It can measure from 0 to 2.5 meters, with a precision of 3 cm.
HCSR04 range sensor
HC-SR04 is a commonly used module for non-contact distance measurement for distances from 2cm to 400cm.
It has 4 pins:
VCC 5V, input power; TRIG Trigger Input; ECHO Echo Output; GND Ground
A trigger signal is provided to TRIG input, a HIGH signal of at least 10S duration. This enables the module to transmit eight
40KHz ultrasonic burst. If there is an obstacle in-front of the module, it will reflect those ultrasonic waves. If the signal comes
back, the ECHO output of the module will be HIGH for duration of time taken for sending and receiving ultrasonic signals. The
pulse width ranges from 150S to 25mS depending upon the distance of the obstacle from the sensor and it will be about 38ms if
there is no obstacle.[8]
V. WORKING PRINCIPLE OF AN IR SENSOR
An infrared sensor is an electronic instrument which consists of an IR LED and an IR Photodiode; together they are called as
Photo Coupler or Opto Coupler. Itis used to sense certain characteristics of its surroundings by either emitting and/or
detecting infrared radiation.IR Sensors work by using a specific light sensor to detect a select light wavelength in the Infra-Red
(IR) spectrum. By using an LED which produces light at the same wavelength as what the sensor is looking for, you can look at
the intensity of the received light. When an object is close to the sensor, the light from the LED bounces off the object and into
the light sensor. This results in a large jump in the intensity, which we already know can be detected using a threshold.Since the
sensor works by looking for reflected light, it is possible to have a sensor that can return the value of the reflected light
(brightness).[9][10]
87
Now, ir sensor which is used to detect the pit ahead of the system is mounted onto system in such a way that it faces the
surface. When code is run if there is pit in range of 150cm then ir value will be 1 and the pit will be detected. The system is
programmed in such a way that after detection of pit, the audio file stored in sd card will get played through earphone giving a
voice command PIT AHEAD.
Sr. No.
1
2
3
4
5
6
7
8
9
10
Table - 1
Percentage error of HCSR04 Ultrasonic Sensor
Actual Distance (cm) Measured Distance (cm) Percentage error %
5
4.94
0.012
8
7.86
0.0175
10
9.98
0.002
13
13.19
0.015
15
14.82
0.012
18
18.2
0.011
20
20.03
0.0015
23
23.17
0.007
25
24.97
0.0012
28
27.87
0.0048
The experimental results for the distance measurement are shown in Table I. We observe that there is considerable error in the
measured distance as compared to the actual distance. The %error column shows similar results. Since the error is very small, we
can easily correct it while programing the code.
VII. CONCLUSION
The Ultrasonic and IRsensors were studied and the HCSR-04 ultrasonic sensor was selected, because its Accuracy, Resolution,
Repeatability etc It will also be used for distance measurement of an obstacle. Also IR sensors will be used as pit detector in the
system.
ACKNOWLEDGMENT
We would like to thank all those who have directly or indirectly encouraged us to take up this project.
88
REFERENCES
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]
https://en.m.wikipedia.org/wiki/White_cane
https://en.m.wikipedia.org/wiki/guide_dogs
http://www.guidedogs.com/site/
http://www.ab.com/en/epub/catalogs/12772/6543185/12041221/12041229/Ultrasonic-Advantages-and Disadvantages.html
http://playground.arduino.cc/Learning/SDMMC
https://www.arduino.cc/en/Main/ArduinoBoardMega2560
http://www.engineersgarage.com/insight/how-ultrasonic-sensors-work
www.micropik.com/PDF/HCSR04.pdf
http://education.rec.ri.cmu.edu/content/electronics/boe/ir_sensor/1.html
http://www.coregravity.com/html/detecting_obstacle_with_ir__in.html
89