GithubHelp home page GithubHelp logo

ivanrulik / anklerehabrobot Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.58 MB

This is a code project for an ankle rehab robot

Python 37.17% MATLAB 33.19% C++ 29.63%
robotics rehabilitation therapy

anklerehabrobot's Introduction

AnkleRehabRobot

This Project aims to deliver a cheap and open-source rehabilitation robot for the ankle


Figure: Rehab Ankle Python GUI

3D Model of the Robot


Figure: 3D Model of the Ankle Robot


Figure: Final Setup of Robot

Components:

  • 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

System Architecture

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

Installation

For the installation of this project:

  1. Clone this repository
  2. on the root of the project run: pip install -r requirements.txt

Arduino Setup


Figure: Arduino Motors Wiring Diagram

Open the folder arduinoRehabAnkle in either ArduinoIDE, PlatformIO or the desired editor and load the [code](arduinoRehabAnkle/rehabAnkle.ino) into the development board

From here you should determine the serial port that the arduino takes in the raspberry pi, run the following command: - ls /dev/tty*

Test Project

To test this project open a terminal on the root of the folder and run:

  • python src/rehabGUI.py

anklerehabrobot's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.