Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Quantified self for sports performance

trtg
August 29, 2012

Quantified self for sports performance

presentation for first SF quantified self meetup

trtg

August 29, 2012
Tweet

More Decks by trtg

Other Decks in Technology

Transcript

  1. Overview • What I’ve been tracking and why – Weight

    (withings, DIY scale) – Calorie/food intake (fatsecret) – Experiments (meal timing, iso-caloric IF) • Some tools I have used along the way – Pandas,matplotlib – D3 – Numerous OAuth accessible APIs • Extras – Video tracking of skills – Devices for instantaneous feedback
  2. Weight tracking (1st iteration) • DIY wireless scale – 24

    bit AD7799 ADC – RN41 bluetooth serial module – At90usb162 microcontroller – Power switching logic (battery life 9-10 months)
  3. pandas • Perfect for time series data • Aligns/resamples unequally

    sampled time series for comparison • Rolling window functions for visualizing trends • Nice similarities to R, dataframe,etc.
  4. d3.js • Can produce pretty results • Simple compared to

    raw SVG, but still fairly involved compared to matplotlib
  5. API hacking • Withings • Fatsecret • Fitbit • Instagram

    • Flickr • Python code available here: – https://github.com/trtg – Writeups (in progress) at my octopress blog here: • http://trtg.github.com/ • Older projects here: http://www.keyboardmods.com