Difference between revisions of "FootFrame"

From ESE205 Wiki
Jump to navigation Jump to search
Line 44: Line 44:
  
 
[[File:Assembly_Top.JPG|Assembly_Top.JPG|500px|Image: 500pixels]]
 
[[File:Assembly_Top.JPG|Assembly_Top.JPG|500px|Image: 500pixels]]
A top-down view of the completed assembly (picturing the foot plate over the base plate)
+
A top-down view of the completed assembly (picturing the foot plate over the base plate). For reasons mentioned below, a team used a single rectangular piece to cover both sets of load sensors, rather than a circular foot plate.
  
 
[[File:Assembly.JPG|Assembly.JPG|500px|Image: 500pixels]]
 
[[File:Assembly.JPG|Assembly.JPG|500px|Image: 500pixels]]

Revision as of 19:07, 1 May 2017

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: $116.48


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). For reasons mentioned below, a team used a single rectangular piece to cover both sets of load sensors, rather than a circular foot plate.

Image: 500pixels

(above) An isometric view of the assembly, featuring four load sensor support blocks. The foot plate rests evenly upon each of the four load sensors. Not included in the assembly are the four walls that will be set up around the foot plate. These walls will ensure that the foot plate does not move and therefore put more pressure on one sensor than the others. The walls were not included in the above pictures for clarity's sake. The only differentiation between the CAD model and the actual design were the shape of the footplates. Due to an error from a lumber company, the team was unable to received circular footplates. Instead, a single piece of wood was cut to fit across both sets of load sensors.

Image: 500pixels

(above) This view is a close up of the load sensor support block and a depiction of the load sensor itself, as well as the load sensor housing. The support block will be attached to the base plate with nails. The housing is two pieces which sandwich the load sensor together. Screws will be put through both pieces and into the support block in order to hold the load sensor in place. These housing pieces are 3D printed. They can be found on the Thingiverse online repository at: http://www.thingiverse.com/thing:2278804

Code

https://bitbucket.org/Jkorovin/footframe