This Project aims to deliver a cheap and open-source rehabilitation robot for the ankle
Figure: Rehab Ankle Python GUI
Figure: 3D Model of the Ankle Robot
- Computer: Nvidia Jetson Nano
- Microcontroller: Arduino Mega
- Interface: LCD Touch Screen Actuators: DC Motor Self-Locking Worm Gear Motor with Encoder
- Motor Driver: L298 Dual Bridge
- Voltage Regulator: 12/24V to 5V
- Limit Switches
- Power Supply: 24V
Here we can see the distribution of the applications and responsibilities. The python program on the Jetson Nano runs the user interface and handles serial communications, data processing, and data logging. On the other side, there is the Arduino with its C-based code that listens for the command of the jetson and runs a closed loop position control based on the encoder read of the code.
Figure: System Architecture Diagram
For the installation of this project:
- Clone this repository
- on the root of the project run: pip install -r requirements.txt
Figure: Arduino Motors Wiring Diagram
To test this project open a terminal on the root of the folder and run:
- python src/rehabGUI.py