/ultrasonic-glasses-iot

This IOT project is to help people with vision disability to navigate in their environment easily.

Primary LanguageC++

Ultrasonic-glasses-iot

In this repository The The code & proper instruction for the project
"Ultrasonic Glasses for blind people" can be found


Project Preview

  • Proper preview of this project can be found :
  • and Here : ( click )
    Circuit Diagram

Working :

  1. With this glasses on, A blind people can easily navigate his/her environment.
  2. The ultrasonic sensor in the glass measures the distance from an obstacle infront and sends it to the esp8266 microcontroller.
  3. The microcontroller then does the logic, so that if the obstacle distance from sensor is less than 35cm, Then it turn on the buzzer and led.
  4. Also if the distance gets lower then this alert signal intensifies and vice versa.

Components Required :

  1. Nodemcu (esp8266)
  2. Ultrasonic sensor
  3. Active buzzer & Led light
  4. Switch
  5. Jumper wires
  6. Li-ion Rechargable Battery

Hardware part

  • After all the components are there, connect them according to the following circuit diagram :

    Circuit Diagram
  • Using a breadboard in connection will be helpful.

Software part

  • Download & install the Arduino ide to upload code to esp8266.
  • Download & install the esp8266 board in the arduino ide by following this .
  • Take the code from "ultrasonic_glass.ino" and paste it in a new sketch in the arduino ide.
  • Connect the Nodemcu to your system, and in arduino ide select it's port and board (in tool option).
  • Then click upload code. After the code uploaded the nodemcu will quicky start it's operation.

How to use

After the Hardware part & Software part is complete :

It will start it's operation.

  • It can also show the measured distance from the Obstacle. To see It :

    • After following Hardware & software part, connect the circuit again to your system.
    • In the Arduino Ide open serial monitor and choose the baud rate = 9600.
  • It can be powered by the usb cable and a charger.

  • But in order to power it on battery a proper power source is required.

    • In this project 2 Li-ion 18650 rechargable batteries are used.