How to make a Smart Cane for the Visually Impaired with Arduino

I wanted to make something for them to help the visually impaired become independent, so I created an open source Arduino project for a Smart Cane. This Arduino smart cane can assist with walking alone in new environments by taking inputs through an obstacle sensor (ultrasonic sensor) and providing feedback to the person through haptics (vibration motor). Check out the video below for the demo and working.

How to make a Smart Cane for the Visually Impaired with Arduino

One day while I was walking to my college, I witnessed a blind person who was walking through the street. He was facing difficulty in walking in through that busy street. Fortunately, I was able to help him at that time. However, it was at that moment that I had an epiphany, I realized that I could use technology to assist people like him. It was that evening that I came up with this idea: The Smart Cane. I wanted it to be very cheap and easily replicable so that even a kid can make it easily in a couple of hours from scratch.

Using this Arduino Smart Cane, a visually impaired person can walk without anyone’s help. The cane can automatically detect the obstacle in front of the person and give them a feedback response by vibrating the walking stick and giving a warning sound. Through this tool, the blind person thus be aware of the obstacles in front of them. I used an Ultrasonic sensor with an Arduino for detecting the obstacles. It cost me just 10$ to make one. It is cheap and also easy to make without the need of much soldering. Now let’s get started!

Required Materials

  1. An Arduino uno.
  2. An Ultrasonic sensor (HCSR04).
  3. Mini breadboard.
  4. 9 volt battery.
  5. 9 volt battery connector.
  6. DC male power jack.
  7. A Buzzer.
  8. Some jumper wires.
  9. A broken cellphone (for the vibration motor).
  10. A Toggle switch.

Other tools needed:

  1. 3/4 inch diameter PVC pipe (used for making the walking stick).
  2. 3/4 inch diameter PVC elbow.
  3. Insulation tape.
  4. Some small screws for mounting Arduino.
  5. Screwdriver.
  6. Utility knife.
  7. Instant adhesive Glue.
  8. A Box to put your Arduino and other electronics.

How Does it Work?

How to make a Smart Cane for the Visually Impaired with Arduino2

The technology behind the Arduino Smart Cane is pretty straight forward. There are mainly three blocks behind it: input, controller, and output. The input consists of an ultrasonic sensor that is capable of detecting obstacles in front of it at a range of up to 400cm. It is interfaced to a controller: the Arduino which determines if an obstacle is too close to the cane and triggers the output if it is. The output consists of a vibration motor to provide haptic response and a piezo buzzer. If you want to learn more about the ultrasonic sensor and interfacing it to an Arduino, check out this DIY Hacking tutorial from Jeff Salim.

Salvaging the Vibration Motor from A Cellphone

After finding a broken cell phone, we need to remove the vibration motor from it. You will have to do this step with care and patience. I used a micro vibrator motor from an old broken cell phone that was lying around my home. I have used this because of its very small size and as it works with low voltages.

Read More:  How to make a Smart Cane for the Visually Impaired with Arduino


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top