Good vision is a precious gift, but unfortunately loss of vision is becoming common these days. Blindness may result from a disease, injury or other conditions that limit vision, and because of this, blind people confront a number of challenges everyday. Navigation is one of them. And the solution is the Smart Cap - it helps with navigation.
Step 1: List of materials- Arduino x1 (I had used the Uno Pro Mini as recommended)
- Ultrasonic sensor x3
- Mobile phone vibrator x2
- Small Buzzer x1
- Power source for the Arduino
The ultrasonic sensors have 4 pins each:
- Vcc
- GND
- Trig
- Echo
Connect all the Vcc and GND pins of all the sensors to the Arduino Vcc and GND pins.
Sensor 1
- Trig Pin 1 ---- Arduino A0
- Echo Pin 1 ---- Arduino A1
Sensor 2
- Trig Pin 2 ---- A2
- Echo Pin 2 ---- A3
Sensor 3
- Trig Pin 3 ---- A4
- Echo Pin 3 ---- A5
Left vibrator
- Vcc ---- Arduino Pin 5 (left sensor is 2)
- GND ---- GND
Right vibrator
- Vcc ---- Arduino Pin 6 (right sensor is 3)
- GND ---- GND
Buzzer
- Vcc ---- Arduino Pin 3
- GND ---- GND
If you want to increase range, you can simply change the distance in the code at this part: If (distance < 45)
- Place sensor 1 at the front part of the cap.
- Sensor 2 at the left side of the cap.
- Sensor 3 at the right side of the cap.
- Place the vibrators in left and right sides of the cap.
The only drawback of the cap is that it can sense the objects only at the height range of the sensors. If you want, you can make something like a smart shoe; I am currently working on it and want to improve it using Open CV, Raspberry Pi and Microsoft.
Hope you guys like this project. If you like it, don't forget to vote my project. Thank you!
If you have any inquiries, feel free to ask in the comment section!
Comments