Build your own Assistive Robotic Arm

Overview

Below are the instructions to build an assistive device that can be controlled by various options (Potentiometer, Flex sensor or muscle sensor). We are still having significant issues with the more complex brain-controlled exoskeleton that uses pattern recognition, if you want to help with that please check this page. It was designed to increase the chances of rehabilitation and to provide my daughter with greater use of her arm. Here is the back story

Disclaimer: My daughter and I don't know what we are doing, we are not experts in this field and have no medical training! All information, thought, and code described here is intended for informational and educational purposes only. This site makes no attempt at HIPAA privacy compliance. Use of code is without warranty or support of any kind. Please review the LICENSE found within each repository for further details. Use at your own risk, and do not use the information or code to make medical decisions.

NOTE:

    • These instructions will help you build an exoskeleton that uses a Potentiometer or a Flex sensor, or a muscle sensor. In these instructions, these are marked as Option 1, 2 or 3.

    • These instructions could theoretically be used to create a device for any limb, however, the below instructions are for a left arm and you would need to make necessary changes in the design to make it work for other use cases. I'll try to document those considerations below in the instructions.

Instructions:

    • This is where you will scope out your project, figure out your specific requirements and research possible solutions.

    • This is where you will find a list of all the components and equipment you will need for this project and information on what they're used for.

    • This is where you will take measurements of the limb you are designing the device for and amending the design as needed.

    • This is where you will print out the design and mold it to fit. We'll be discussing different approaches to printing and molding.

    • This is where we will wire up the components and discuss the different approaches you can take here.

    • This is where we will program and load the Arduino with the appropriate code.

    • This is where we will mount the actuator to the arm brace and discuss the muscle sensor and potentiometer.

    • This is where we will be putting it all together, testing the system, and discussing ways to make things easier to manage.