Loading Project
0%
About Me Skills Works Say Hello
← Back to Portfolio

GuideX: Automatic Blind Stick

Arduino Nano Hardware / IoT Assistive Tech C++

Project Overview

GuideX is an assistive hardware prototype designed specifically for visually impaired individuals. It replaces the traditional white cane with a smart, battery-powered stick that uses ultrasonic wave reflection to map the user's immediate environment. When obstacles fall within a hazardous threshold, the user is alerted via auditory haptic feedback, vastly improving navigation and physical safety.

Key Features

Hardware Stack

The device is built to be extremely power-efficient and lightweight using the following components:

The Code & Logic

Written in C++, the logic evaluates the `distanceThreshold` variables in real-time. If the time-of-flight from the ultrasonic ping calculates a distance that falls below the safe parameter, it instantly activates the high-pin output for the buzzer.

View Code on GitHub →