whatsapp

whatsApp

× Home Careers Contact

DESIGN OF ELECTRONIC FOOTWEAR FOR VISUALLY IMPAIRED

Electronic Footwear for Visually Impaired is a smart wearable system that detects obstacles using ultrasonic sensors and alerts users through vibrations or sound. It enhances mobility and safety by providing real-time feedback for easier navigation.

Price : 13000

Connect us with WhatsApp Whatsapp

Course Content

1. Introduction

People with visual impairments face significant challenges in navigating their surroundings safely and independently. Traditional mobility aids like white canes have limitations in terms of obstacle detection, especially at head or knee level. To enhance mobility and safety, electronic footwear integrated with sensors and alert mechanisms can serve as a smart assistive device.

This project aims to design electronic footwear that can detect obstacles using ultrasonic sensors and alert the user through vibration or audio feedback. The system provides real-time obstacle detection, improving navigation efficiency and reducing the risk of accidents.

2. Working Principle

The core principle behind this system is ultrasonic distance measurement and feedback alert:

  • Ultrasonic sensors emit sound waves and measure the time it takes for the echo to return.

  • The distance to an obstacle is calculated based on this time.

  • If the obstacle is within a predefined range (e.g., <1 meter), the system triggers a vibration motor or buzzer to alert the user.

  • Some systems use multiple sensors to detect objects in different directions (front, left, right).

  • Microcontrollers process the sensor data and control the feedback mechanism.

3. Methodology

Step-by-step Working:

  1. Power ON System

    • Footwear is powered using a small battery pack.

  2. Distance Measurement

    • Ultrasonic sensor continuously scans for obstacles ahead.

  3. Data Processing

    • Microcontroller (e.g., Arduino Nano) receives sensor data and calculates the distance.

  4. Decision Making

    • If the obstacle is closer than the set threshold:

      • Vibrator or buzzer is activated.

      • Intensity or frequency may vary based on distance.

  5. User Feedback

    • The user receives alerts through vibration (in the shoe sole or strap) or sound (in an earphone or buzzer).

  6. Optional Upgrades

    • GPS module to track user movement.

    • Bluetooth module for mobile app alerts.

    • Rechargeable battery with USB charging.

4. Components Used

Component Description
🧠 Microcontroller (Arduino Nano/ESP32) Controls the system, processes sensor data, and controls alerts.
📏 Ultrasonic Sensor (HC-SR04) Detects obstacles by measuring distance using sound waves.
🔋 Battery (Li-ion/9V) Powers the system; lightweight and rechargeable options preferred.
🔌 Voltage Regulator (e.g., 7805) Maintains consistent voltage supply to the circuit.
🔊 Buzzer (optional) Provides audible alert if an obstacle is detected.
🌀 Vibration Motor (Coin or ERM) Vibrates to alert the user through touch.
📦 Shoe Platform Modified footwear with built-in electronics housing.
🔋 Charging Module (TP4056) Enables USB charging of the Li-ion battery.
🔌 Switch Turns the system ON/OFF manually.
💡 LED (optional) Indicates power or obstacle detection.
🧰 Wires, Breadboard/PCB Used for circuit connections and mounting.
 
Benefits of the System

 

  • Enhances safety and independence of visually impaired users.

  • Detects obstacles that are not easily noticeable with a cane (like hanging objects).

  • Can be used in daylight or low-light conditions.

  • Small and wearable design, integrated directly into footwear.

  • Low power consumption and long battery life.

Block Diagram:

 

Block Diagram