Skip to content

anshverma1612/Senses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Senses

Blindstick with Ultrasonic Sensor

The blindstick with ultrasonic sensor is a device designed to assist blind people in navigating their surroundings. The device uses an ultrasonic sensor, a buzzer, and a vibrating motor to provide audio and tactile feedback to the user.

Contributers

Features

  • Detects obstacles in the user's path using an ultrasonic sensor
  • Generates different beeps based on the distance of the obstacle from the user
  • Provides tactile feedback through a vibrating motor when the obstacle is very close
  • Helps blind individuals become more independent and improve their quality of life

Technologies

  • Arduino UNO
  • Ultrasonic sensor (HC-SR04)
  • Buzzer
  • Vibrating motor
  • Breadboard
  • Jumper wires
  • 9V battery

Installation

  1. Connect the ultrasonic sensor to the Arduino UNO board as follows:
    • VCC to 5V
    • GND to GND
    • Trig to pin 9
    • Echo to pin 10
  2. Connect the buzzer to the Arduino board as follows:
    • Positive leg to pin 11
    • Negative leg to GND
  3. Connect the vibrating motor to the Arduino board as follows:
    • Positive leg to pin 12
    • Negative leg to GND
  4. Connect the 9V battery to the Arduino board to power the device.

Usage

To use the blindstick, turn on the device and hold it in front of you as you walk.The ultrasonic sensor will detect objects in your path and provide feedback through the buzzer and vibrating motor.

Video of Prototype

WhatsApp.Video.2023-04-07.at.22.13.10.mp4

Circuit Diagram

https://user-images.githubusercontent.com/117660150/230648154-f76dd2bf-0b1c-4fd7-8992-133a07b801bf.jpeg

Conclusion

The blindstick with ultrasonic sensor is a simple and effective device that can provide assistance to blind people in navigating their surroundings more easily. By using both auditory and tactile feedback, the device can help blind individuals become more independent and improve their quality of life.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%