Skip to content

rth1894/iot_cane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Walking Cane (IOT)

The cane uses HC-SR04 sensor to determine the distance between objects that may be in front of the user, buzzer when the object is close to the user, water level sensor to detect water fallen on the ground giving the input to the vibration motor to alert the user.

Components:

  • Arduino Uno(Rev-3)
  • Water level sensor
  • HC-SR04 (ultrasonic distance) sensor
  • Piezo Buzzer
  • Vibration Motor-ROB-08449
  • Resistors
  • Breadboard
  • (Pipe used as a cane here)
  • 9V Battery
distanceCm = time * 0.034 / 2;
/*
this takes the time required to leave
and reach HC-SR04 and calculates the distance
*/

Image

cane image


Breadboard view:

breadboard view


Circuit Diagram:

circuit diagram

About

Smart Walking Cane for the visually impaired

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages