Mgok Pro
Mgok Pro
Submitted by
N.M.KRISHAA (24EU0610006)
E.OMSRAJ (24EU0610005)
V.GURURAJ (24EU0610012)
SIGNATURE
PROJECT GUIDE
Dr. VENKAT RAMANA RAO .Ph.D
Assistant Professor
Department of EEE
Designation: Designation:
Institution Name:
hisprojectisbuilttoaidtheblindsothattheymaywalk
T
easily in urban areas and avoid obstacles using special
detection sensors . This system uses a microcontroller
coupledwithanoutputbuzzertoalerttheconcerned.The
system is fitted with an infrared sensor and also three
ultrasonicsensors.Thesystemguidesandalertstheblind
person of walking route and also alerts others about the
blind person at night through LED’s fitted with it.The
ultrasonicsensorsfittedwiththesystemprovidesobstacle
data to the blind person through voice message so that
he/shemayavoidthem.TheLDRcircuitcoupledwithLED
letsotherpeopleandvehiclesbeawareoftheblindperson
in the dark. An Arduino board does all the work of
detecting ultrasonic signals and sending back re
spective
messages to the blind person.Thus the system provides
completeguidanceandprotectiontoablindpersonunder
various circumstances.
2.INTRODUCTION
isually impaired people are the people who find it difficult to recognize the
V
smallest detail with healthy eyes. Those who have the visual acuteness of
6/60 or the horizontal rangeofthevisualfieldwithbotheyesopenhaveless
thanorequalto20degrees.Thesepeopleareregardedasblind.Asurveyby
WHO (World Health Organization) carried out in 2011 estimates that in the
world,about1%ofthehumanpopulationisvisuallyimpaired(about70million
people)andamongstthem,about10%arefullyblind(about7millionpeople)
and 90% (about 63 million people) with low vision. The main problem with
blind people is how to navigate their way to wherevertheywanttogo.Such
people need assistance from others with good eyesight. As described by
WHO, 10% of the visually impaired have nofunctionaleyesightatalltohelp
them move around without assistance and safely.
tudy proposes an improved technique for designing a smart stick to help
S
visually impaired people for their navigation. In this system, the ultrasonic
sensors are used to detect obstacles by using ultrasonic waves. By sensing
theobstacles,thesensorpassesthereceiveddatatothemicrocontroller.The
microcontroller processes the data and calculates if the obstacle is close
enough to the person. If the obstacle is not close to the microcontroller, the
circuit does not do anything. If the obstacle is close enough to the
microcontroller, it sends a signal to the buzzer. The system consists of two
ultrasonic sensors, one for detecting any obstacles in the path of navigation
andtheotheroneisusedtodetectpits(byfindingthedepth).Wecanassign
two different buzzers for two ultrasonic sensors respectively. We are also
using an RF transmitter and receiver as aremote,tofindthestickwhenitis
misplaced.Ultrasonic sensors usually work in the frequency range of 40 to
70KHz.Theyhavearangeofmeasurementfrom2cmto5m.Wearegoingto
useawirelessRFmoduleinthissystemandgenerallyithasarangeof50m.
The range of RF depends on the type of module and it varies up to 150m.
3.PROBLEM STATEMENT
he proposed system for the Smart Blind System is designed toassist
T
visually impaired individuals by integrating various technologies to
providereal-timeobstacledetection,navigation,andemergencysupport.
The system enhances the functionality of the traditional white cane by
incorporating the following components and features:
1. Ultrasonic Sensors for Obstacle Detection: The Smart Blind
Stick will be equipped with ultrasonic sensors positioned on the
cane to detectobstaclesatdifferentheightsanddistances.These
sensors will emit sound waves and measure the time it takes for
the waves to return after hitting an obstacle. Based on this data,
the system will calculatethedistanceandalerttheuserofnearby
hazards, including walls, poles, stairs, and overhanging objects.
2. Audio Feedback: To ensure user-friendliness, the system will
provide feedback in the form ofaudioalerts.Buzzerplacedinthe
system will activate when an obstacle is detected, with varying
intensities to indicate the distance of the object.
3. Rechargeable and Long-lasting Battery: The system will be
powered by a rechargeable battery that ensures prolonged use.
The stick will also include energy-efficient components to extend
battery life, ensuring the device can be used throughout the day
without frequent charging.
4. Compact and Lightweight Design: The system will be
ergonomically designed to be lightweight, foldable, and easy to
carry,ensuringcomfortandconvenienceforusers.Itwillretainthe
lookandfeelofatraditionalwhitecane,makingiteasyforusersto
transitiontothesmartversionwithoutrequiringsignificantchanges
to their daily routines.
5. OBJECTIVES AND SCOPES
Scope:
1. Urban and Rural Mobility:
o The smart system should function effectively in both densely
opulated urban settings and more open rural areas, accounting
p
for the different types of obstacles and surfaces users might
encounter.
2. Indoor and Outdoor Use:
o It should work well in both indoor environments (e.g., homes,
alls) and outdoor environments (e.g., streets, parks), with the
m
ability to adapt to different lighting, obstacles, and space
constraints.
he software system for the Smart Blind Stick plays a crucial role in
T
processing data from sensors, providing feedback, and enabling user
interaction. The following are the primary software requirementsforthe
Smart Blind Stick:
1. Embedded System Software:
● Sensor Data Processing Algorithms: The software must
implement algorithms to interpret data from ultrasonic sensors.
These algorithms will calculate the distanceofdetectedobstacles
and determine the appropriate feedback response (vibration or
audio) based on proximity.
● Obstacle Detection and Alerting Software: This module will
nalyze incoming data from sensors and trigger appropriate
a
warnings.Itwilldeterminethetypeandintensityoffeedback,such
as a vibration or an audio message, depending on the detected
obstacle’s distance and type.
7.SYSTEM DESIGN AND METHODOLOGY
System Implementation:
he implementationoftheSmartBlindSysteminvolvesintegratingboth
T
hardware and software components to ensure seamless functionality,
real-timefeedback,andeaseofuseforvisuallyimpairedindividuals.The
following steps outline the process of developing and integrating the
Smart Blind Stick system:
o The closer the obstacle, the more frequent the buzz or vibration,
helping the user judge distance.
4.Battery Pack:
o Powers the whole system, typically using rechargeable batteries.
Project Functionality
● Obstacle Detection: The stick uses ultrasonic sensors to detect
bjectswithinaspecificrange(e.g.,100cm).Whenanobstacleis
o
detected, it triggers a buzzer or vibration to alert the user.
● Distance-BasedAlerts:Dependingontheproximityoftheobject,
the buzzer might beep faster as the user approaches.
Expected Results
● Increased Mobility and Safety: The smart system significantly
increases the independence of visually impaired users by
providingreal-timealertsforobstacles,helpingthemnavigatetheir
surroundings.
● Simple to Use: The sound alerts provide an intuitive way for the
user to understand their immediate surroundings.
● Cost-Effective olution: Compared to other assistive
S
technologies like guide dogs, the smart system is a relatively
inexpensive and scalable solution.
Below is a step-by-step guide, including the implementation and basic
coding using Arduino (a popular choice for microcontroller-based
projects).
Step 1: Components Required
1. Arduino Uno(or any compatible microcontroller)
2. Ultrasonic Sensor (HC-SR04)– for obstacle detection
3. Buzzer– to alert the user
4. Battery Pack– to power the system
7.2 Voltage
6. Connecting Wires
Step 2: Circuit Design and Connections
For Obstacle Detection:
● Ultrasonic Sensor (HC-SR04)
// Variables
long duration;
int distance;
void setup() {
// Initialize serial communication for debugging
Serial.begin(9600);
// Set pins as input or output
pinMode(trigPin, OUTPUT);
pinMode(echoPin, INPUT);
pinMode(buzzerPin, OUTPUT);
pinMode(vibratePin, OUTPUT);
}
void loop() {
// Generate trigger pulse for the ultrasonic sensor
digitalWrite(trigPin, LOW);
delayMicroseconds(2);
digitalWrite(trigPin, HIGH);
delayMicroseconds(10);
digitalWrite(trigPin, LOW);
//Calculatedistance(durationinmicroseconds,speedofsoundis343
m/s)
distance = duration * 0.034 / 2;
he Smart Blind System offers a transformative solution to the mobility
T
challenges faced by visually impaired individuals. By integrating
advanced sensor technology, real-time feedback systems, the device
significantly enhances the safety, independence, and confidence of its
users.Itaddressesthelimitationsoftraditionalwhitecanesbyproviding
early obstacle detection at varying heights and distances.
s a smart assistive device, the Smart Blind System is not just an
A
innovation in technology but a meaningful step toward improving the
quality oflifeforvisuallyimpairedpeople.Withfurtherdevelopmentand
widespreadadoption,thisdeviceholdsthepotentialtoempowermillions
around the world, enabling them to navigate their surroundings with
greater ease and assurance.
12.REFERENCES:
[1]
https://www.who.int/en/news-room/factsheets/detail/blindness-and-visual
-impairment
[2]www.wikipedia.com
[3] w
ww.google.com
[4]www.https://www.electroduino.com/arduino-tutorial-9-arduino-light-det
ecting-sensor-using-ldr/
[5]https://www.electroduino.com/arduino-tutorial-9-arduino-light-detecting
-sensor-using-ldr/