https://github.com/jacob-pero/smart-blind-stick-using-uno
smart blind stick for the Partially blind
https://github.com/jacob-pero/smart-blind-stick-using-uno
arduiono esp32 sensors
Last synced: 2 months ago
JSON representation
smart blind stick for the Partially blind
- Host: GitHub
- URL: https://github.com/jacob-pero/smart-blind-stick-using-uno
- Owner: Jacob-pero
- License: mit
- Created: 2025-04-28T08:53:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T13:33:13.000Z (about 1 year ago)
- Last Synced: 2025-04-30T04:57:07.575Z (about 1 year ago)
- Topics: arduiono, esp32, sensors
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Smart Blind Stick using Arduino UNO
This project is a Smart Blind Stick designed to assist visually impaired people by detecting obstacles and alerting the user using a buzzer.
## Features
- Ultrasonic sensor for obstacle detection
- Buzzer to alert when an obstacle is nearby
- Lightweight and easy to carry
- Powered by Arduino UNO
## Hardware Components
- Arduino UNO
- Ultrasonic Sensor (HC-SR04)
- Buzzer
- Jumper Wires
- Battery Pack
## How It Works
The ultrasonic sensor continuously measures the distance to any object in front of the stick.
If an obstacle is detected within a certain distance (for example, 50 cm), the buzzer sounds to alert the user.
## Getting Started
1. Clone this repository:
```bash
git clone https://github.com/Jacob-pero/smart-blind-stick-using-uno.git
```
2. Open the `.ino` file in the Arduino IDE.
3. Connect your Arduino UNO.
4. Upload the code.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contributors
- Jacob-pero
- NigelNunes
---