FootFrame

From ESE205 Wiki
Revision as of 05:46, 10 March 2017 by Adam.messer (talk | contribs)
Jump to navigation Jump to search

Overview

The goal of this project is to develop a system of sensors that can detect and read the amount of force placed on it, each sensor will have a reading for the left and right foot respectively. We plan to do this by using force sensitive resistors to take in data that is sent to arduino, this data will be used to calculate an imbalance (calculation will take place in arduino) in the forces on each sensor, and display this imbalance for the user, we will develop an algorithm as well which will display whether this imbalance is undesirable or okay. In its final state, the project will be able to find imbalances in forces from pushing with the legs when standing or squatting. Applications for FootFrame are found in weightlifting and physical therapy, among other places.

Team Members

  • Jessie Korovin
  • Adam Messer
  • Isabel Shapiro
  • Will Luer (TA)

Objectives

  • Detect the amount of force applied by feet on force sensitive resistors, up to 110 pounds per foot
  • Be able to deliver a reading of the force from each resistor into arduino, and code a program that calculates and displays the difference between the force sensitive resistors in arduino
  • Designing a foot stand that allows us to accurately and completely transmit all the force generated by feet onto the force sensitive resistors. Eight force sensors will be used to develop data (this number was chosen to support a Wheatstone bridge circuit)
  • Developing an interface to show the information collected (difference in force readings between feet in LBS)

Challenges

  • Calibrating force resistors so they do not give inaccurate readings (can sometimes differ by 10%)
  • Designing a program to deliver the reading using arduino
  • Making sure the foot stands are stable and do not break, to make sure the user remains safe
  • Making sure all the force is delivered onto the sensor
  • Filtering data to get accurate results
  • Ensuring the material that the sensor is housed in will not impact the quality of the data

Gantt Chart

Image: 1200 pixels

Budget

Total: $141.62

Code to be implemented and modified

File:Code For FSR Reading.ino

File:RAverage.ino

Mechanical Design

The main ideas and their corresponding CAD diagrams are drawn out below. The overarching design is for two of the assemblies shown below to exist - one for each foot.

Image: 500pixels A top-down view of the completed assembly (picturing the foot plate over the base plate)

Image: 500pixels

(above) An isometric view of the assembly minus the foot plate, featuring four load sensor support blocks and one centered nail guide - the foot plate will rest evenly upon each of the four load sensors. The nail guide is heightened millimeters lower than the tips of the load sensors. This way, the nail guide will not provide any upward force that could detract from the accurate data. However, a nail will be driven into the center of the top plate and through the nail guide. The nail guide will be attached to the base plate. This setup will prevent the nail or nail guide from providing an upward force on the foot plate, but will limit horizontal movement that could dislodge the foot plate from the top of the load sensors. This will also work to keep weight balanced across the sensors evenly.

Image: 500pixels

(above) This view is a close up of the load sensor support block and a depiction of the load sensor itself, resting atop the support. The holes on top are for bolts or nails that will be used to hold the piece in place. The rectangular cut-out in the middle-front of the sensor support block is present so that when the load sensor receives a downward force, it can bend properly and calculate weight. Without the cutout, the T-shaped piece of the sensor could not drop below the top of the support block and would not accurately read the data.