An Arduino-based smart wheelchair that supports both joystick and Bluetooth control for improved mobility and accessibility.
This Smart Wheelchair combines a joystick module and Bluetooth communication to provide flexible mobility control. Users can operate the wheelchair manually using the joystick or wirelessly through a smartphone application.
The Arduino processes joystick inputs and Bluetooth commands, controls the motor driver, and manages a buzzer horn system for enhanced safety and accessibility.
| Component | NodeMCU Pin |
|---|---|
| HC-SR04 TRIG | D1 (GPIO5) |
| HC-SR04 ECHO | D2 (GPIO4) |
| LED Indicator | D5 (GPIO14) |
| VCC | VIN |
| GND | GND |
Controls wheelchair movement using joystick, Bluetooth commands, motor driver interface, and buzzer system.
Download Arduino Code
Smartphone application used to control wheelchair movement wirelessly.
Download Android App