Skip to content

arnob56/blind_stick-Arduino-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Smart Blind Stick – Arduino Uno R3

A smart blind stick project built with Arduino Uno R3 that helps visually impaired users by detecting obstacles and giving feedback using sensors, buzzer, and LED.


Initial build of the connection:

IMG_20250903_160636

πŸ›  Components Used

  • Arduino Uno R3
  • Ultrasonic Sensor (HC-SR04)
  • IR Sensor Module
  • LDR (Light Dependent Resistor) + 10kΞ© resistor (voltage divider)
  • Buzzer (Active or Passive)
  • LED + 220Ξ© resistor
  • Jumper wires & breadboard
  • 9V DC Battery (Power Supply)
  • SPDT Slide Switch (for power control)

⚑ Circuit Connections

Ultrasonic Sensor (HC-SR04)

  • VCC β†’ 5V
  • GND β†’ GND
  • Trig β†’ D9
  • Echo β†’ D10

Buzzer

  • + β†’ D8
  • – β†’ GND

IR Sensor

  • VCC β†’ 5V
  • GND β†’ GND
  • OUT β†’ D7

LDR (via voltage divider with 10kΞ© resistor)

  • One leg β†’ 5V
  • Other leg β†’ A0 & 10kΞ© resistor β†’ GND

LED

  • Anode (+) β†’ D6 (through 220Ξ© resistor)
  • Cathode (–) β†’ GND

SPDT Slide Switch

  • Common (C) β†’ Battery +
  • ON1 β†’ Arduino VIN (or 5V rail if regulated)
  • Battery – β†’ Arduino GND

πŸ”‹ Power Supply

  • Powered using a 9V battery through the SPDT switch.
  • All sensors and modules share a common GND.

πŸ’‘ Tip: For better runtime, use a USB power bank or 6Γ—AA battery pack instead of a 9V PP3 battery.


πŸš€ Features

  • Detects obstacles using ultrasonic sensor (distance-based alerts).
  • Buzzer alerts and LED indicators for feedback.
  • IR sensor helps detect closer objects quickly.
  • LDR checks light intensity for day/night detection.
  • Portable, lightweight, and battery-powered.

πŸ“Έ Suggested Diagram

  • Block diagram showing connections between Arduino, sensors, buzzer, and LED.
  • (Optional: include a Fritzing diagram or wiring schematic for clarity.)

βœ… Future Improvements

  • Add vibration motor for haptic feedback.
  • Implement left/right obstacle detection using dual ultrasonic sensors.
  • Add low-battery monitoring with a voltage divider to an analog pin.

πŸ“œ License

This project is open-source under the MIT License.
Feel free to use, modify, and share.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages