Resources

Version 6 (J. Simmons, 10/07/2013 08:10 am) → Version 7/47 (J. Simmons, 04/17/2014 09:42 am)

h1. Resources

* "Original Inspiration":http://www.break.com/video/project-excitebike-exercise-bike-controller-demo-video-1644092
* Similar products
** "PC Gamer Bike":http://pcgamerbike.com/
** "BitGym":http://www.kickstarter.com/projects/acgourley/bitgym
* Sensors considered
** "Rotary Encoders":http://playground.arduino.cc/Main/RotaryEncoders
** "Homemade Rotary Encoder":http://christian.liljedahl.dk/guides/simple-rotary-encoder - used in very first prototype, but quickly abandoned because the mechanical interface was difficult to maintain
** *Reed switch* ("Link 1":http://www.instructables.com/id/Arduino-Based-Optical-Tachometer/ | "Link 2":http://www.instructables.com/id/Arduino-Bike-Speedometer/) - current prototype uses a reed switch off of an old Bike Computer
* "Evidence from Reddit that there is a market for *Holoseat*":http://www.reddit.com/r/gaming/comments/1hdi80/with_this_every_gamer_would_be_in_shape
* "USB Tester from Adafruit":http://www.adafruit.com/products/1456 - might be useful for later prototype development
* "Data Smoothing":http://arduino.cc/en/Tutorial/Smoothing - Arduino tutorial dealing with smoothing out noisy data
* Production Design Work
**
"Monday Experiment: Bootloading an ATmega32u4 with Arduino":http://jeffmurchison.com/blog/monday-experiment-bootloading-an-atmega32u4-with-arduino/ - minimum electronics necessary to create a Leonardo clone, important documentation for building completely custom PCB/"Shrinkifying":http://makezine.com/2011/10/10/how-to-shrinkify-your-arduino-projects/ the *Holoseat*
** "PCB Routing Service":http://dirtycircuits.com/about.php * "Data Smoothing":http://arduino.cc/en/Tutorial/Smoothing - Team at "Dangerous Prototypes":http://dangerousprototypes.com/ provides PCB routing/layout service for OSHW projects at $35/hour (3 hour min) Arduino tutorial dealing with smoothing out noisy data