Project

# Title Team Members TA Documents Sponsor
55 Head-Motion Controlled Wheel Chair
Arnav Jain
Dev Manaktala
Jiayuan Liu
William Zhang design_document1.pdf
design_document2.pdf
other1.pdf
proposal1.pdf
#Problem Statement

Classic electric wheelchairs are controlled by a knob at the hand. They require people to use fingers to operate them. People who are unable to move their hands or arms (who suffer from paralysis or are amputees) cannot benefit from this type of wheelchairs. A new type of wheelchair becomes necessary to serve for people who can move their head but are unable to move their hands or arms.

#Solution Overview

We propose an electric wheel chair with a mounted camera that captures the movement of the user’s head. It would use computer vision to detect the motion of the user’s head and give feedback to the motor controller accordingly. We plan on using a raspberry pi to interface with the motor controller. We would ideally like to use edge computing to process the camera footage on a GPU to accelerate the process. Instead of placing motors on the pre-existing wheels of a regular wheelchair, we would add two more wheels at the back that can move and turn the wheelchair. The PCB will integrate the raspberry pi and two sets of motor control circuits to achieve both moving straight and turning by adjusting the speeds of two motors according to the signals received from the raspberry pi. Additionally, we plan on adding ultrasonic/ IR sensors to detect objects in front of the wheelchair and provide vibration feedback using a vibration motor. All features will be implemented by a single PCB.

Our solution would solve the problem addressed as it would give people suffering from paralysis or amputees the ability to transport themselves. We differentiate ourselves from products currently available by using head motion and adding sensors for object detection which would give people a better understanding of their surroundings and add another layer of safety.

#Solution Components

Components Required: Two motors, one camera module, two wheels, one wheelchair, Ultrasonic/ IR sensors, vibration motors, a Raspberry Pi, and a 40V battery pack.

-Motion Detection Subsystem: Footage from a mounted camera would be sent to a raspberry pi where the head motion detection would take place. We will be running Haar Cascade facial detection and then track the movement of the bounding box as the person tilts their head. This would then send feedback to the motor controller.

-Motor Controller Subsystem: Two motor control logics on the PCB receives signals from the motion detection subsystem and adjust the speeds of two motors to achieve both moving straight and turning. The motor controller will be powered by a battery pack at around 40V.

-Wheelchair: A wheelchair will be modified to accommodate the electronic system, and more importantly, the battery pack and two motors.

-Object Detection subsystem: Sensors would measure distance to objects near the wheelchair and send that data to a microcontroller. This would process data and accordingly send signals to the vibration motor.

#Criterion for Success

Our solution will be successful if the wheelchair is able to go forward, stop, turn left, and turn right according to four motions of the user’s head. Users are also able to get vibration feedback when surrounding objects are detected.

#Partners
Arnav Jain
Dev Manaktala
Jiayuan Liu

GYMplement

Srinija Kakumanu, Justin Naal, Danny Rymut

Featured Project

**Problem:** When working out at home, without a trainer, it’s hard to maintain good form. Working out without good form over time can lead to injury and strain.

**Solution:** A mat to use during at-home workouts that will give feedback on your form while you're performing a variety of bodyweight exercises (multiple pushup variations, squats, lunges,) by analyzing pressure distributions and placement.

**Solution Components:**

**Subsystem 1: Mat**

- This will be built using Velostat.

- The mat will receive pressure inputs from the user.

- Velostat is able to measure pressure because it is a piezoresistive material and the more it is compressed the lower the resistance becomes. By tracking pressure distribution it will be able to analyze certain aspects of the form and provide feedback.

- Additionally, it can assist in tracking reps for certain exercises.

- The mat would also use an ultrasonic range sensor. This would be used to track reps for exercises, such as pushups and squats, where the pressure placement on the mat may not change making it difficult for the pressure sensors to track.

- The mat will not be big enough to put both feet and hands on it. Instead when you are doing pushups you would just be putting your hands on it

**Subsystem 2: Power**

- Use a portable battery back to power the mat and data transmitter subsystems.

**Subsystem 3: Data transmitter**

- Information collected from the pressure sensors in the mat will be sent to the mobile app via Bluetooth. The data will be sent to the user’s phone so that we can help the user see if the exercise is being performed safely and correctly.

**Subsystem 4: Mobile App**

- When the user first gets the mat they will be asked to perform all the supported exercises and put it their height and weight in order to calibrate the mat.

- This is where the user would build their circuit of exercises and see feedback on their performance.

- How pressure will indicate good/bad form: in the case of squats, there would be two nonzero pressure readings and if the readings are not identical then we know the user is putting too much weight on one side. This indicates bad form. We will use similar comparisons for other moves

- The most important functions of this subsystem are to store the calibration data, give the user the ability to look at their performances, build out exercise circuits and set/get reminders to work out

**Criterion for Success**

- User Interface is clear and easy to use.

- Be able to accurately and consistently track the repetitions of each exercise.

- Sensors provide data that is detailed/accurate enough to create beneficial feedback for the user

**Challenges**

- Designing a circuit using velostat will be challenging because there are limited resources available that provide instruction on how to use it.

- We must also design a custom PCB that is able to store the sensor readings and transmit the data to the phone.