integrated workout shoe peter katlic advisor: shane cotter

18
Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Post on 20-Dec-2015

223 views

Category:

Documents


5 download

TRANSCRIPT

Page 1: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Integrated Workout Shoe

Peter KatlicAdvisor: Shane Cotter

Page 2: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Current Offerings – Step Counter

Uses internal switch to count “steps”

• Simple design• Small size• Low cost($10-$20)• Accuracy(up to 50%

error rate)• Single user

Page 3: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Current Offerings - GPS

Garmin ForerunnerUses GPS signals to record waypoints distance• Accuracy(1-5% error rate)• Ease of use• Multiple users• Cost($120-$330)• Loss of signal under tree cover• Bulky design

Page 4: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Current Offerings - Accelerometer

Apple Nike + iPodUses accelerometer to measure acceleration distance• Accuracy(up to 10% error rate)• Ease of use• Multiple users• Cost($30) (factoring in iPod($150-$350))• Reliance on iPod

Page 5: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Purpose

• Current offerings are extremes• Create product in between others• Combine benefits of each design

Page 6: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Goals Reached

Produced a device that meets the following criteria:

- Able to be attached to shoe tongue- Part cost of $30- Records time and distance on device- Registers strides with close to 100% accuracy- Measures distance with 90% projected

accuracy- Online workout log

Page 7: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Design Choices• 2-axis vs. 3-axis accelerometer

- no need for z-axis measurements

• Microcontroller (C8051F330)- small form factor- ADC- adequate RAM- sufficient I/O pins

Page 8: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Development Design

• Silicon Labs C8051FX20-TB microcontroller development board

• Analog Devices ADXL321EB-ND accelerometer development board

• Lumex LDQ-M284RI multiplexed display

Page 9: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Final Design (EAGLE)

Circuit Schematic Board Layout

Page 10: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Components

• Serpac CA-10 waterproof enclosure• Silicon Labs C8051F330-GM microcontroller• Analog Devices ADXL321JCP accelerometer• Lumex LDQ-M284RI multiplexed display

Page 11: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Input/Output

Silicon LabsC8051F330

Microcontroller

Analog DevicesADXL321

Accelerometer

Physical Interface:Tactile Switches

Lumex Multiplexed7-Segment Display

Page 12: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Implementation

• Timer0 seconds• Timer3 sampling rate• ADC0 getting input at 100Hz• Port2 display segments• Port4 display digit

Page 13: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Implementation

• Start/stop is pressed timing begins, sampling begins, display time

• Stride is detected calculate stride/second rate and update distance

• Every minute store total distance in array• Start/stop is pressed timing stops, sampling

stops, display distance

Page 14: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Testing – Phase 1

Development Device• Accelerometer data

range• Data capture on 8051• Accurate stride

detection• Simple trials

Axis 0° -90° 90°

Y 1.256V2093

1.206V2015

1.296V2168

X 1.217V 1.172V 1.278V

At 2.441V

Page 15: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Testing – Phase 2

Final Device• Adjust code for new platform• Test walks/runs• Known pace testing• Calibration

Page 16: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Online Workout Log

• PHP with SQL database• Multiple users• Store workouts• Graph workouts• View workouts by date or user

Page 17: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Future Goals/Improvements

• Finish standalone device• Integrate device into shoe• Transfer data to computer and workout log

Page 18: Integrated Workout Shoe Peter Katlic Advisor: Shane Cotter

Questions

Acknowledgements: James Hedrick