Resources
Version 11 (J. Simmons, 09/23/2014 10:29 am)
1 | 1 | J. Simmons | h1. Resources |
---|---|---|---|
2 | 1 | J. Simmons | |
3 | 1 | J. Simmons | * "Original Inspiration":http://www.break.com/video/project-excitebike-exercise-bike-controller-demo-video-1644092 |
4 | 2 | J. Simmons | * Similar products |
5 | 2 | J. Simmons | ** "PC Gamer Bike":http://pcgamerbike.com/ |
6 | 2 | J. Simmons | ** "BitGym":http://www.kickstarter.com/projects/acgourley/bitgym |
7 | 11 | J. Simmons | * Moving from keyboard to joystick interface |
8 | 11 | J. Simmons | ** "Turning an Arduino Leonardo into a joystick":http://www.imaginaryindustries.com/blog/?p=80 |
9 | 11 | J. Simmons | ** "USB Host Shield":http://arduino.cc/en/Main/ArduinoUSBHostShield |
10 | 1 | J. Simmons | * Sensors considered |
11 | 1 | J. Simmons | ** "Rotary Encoders":http://playground.arduino.cc/Main/RotaryEncoders |
12 | 1 | J. Simmons | ** "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 |
13 | 9 | J. Simmons | ** Reed switch ("Link 1":http://www.instructables.com/id/Arduino-Based-Optical-Tachometer/ | "Link 2":http://www.instructables.com/id/Arduino-Bike-Speedometer/) - v0.1 and v0.2 used reed switches (originally off of an old Bike Computer, now purpose selected) |
14 | 9 | J. Simmons | ** "Hall Effect Sensor":http://en.wikipedia.org/wiki/Hall_effect_sensor - under consideration for v0.3 |
15 | 9 | J. Simmons | *** "Arduino Playground":http://playground.arduino.cc/Code/HallEffect |
16 | 9 | J. Simmons | *** "Blog post covering three types of Hall Effect Sensors":http://bildr.org/2011/04/various-hall-effect-sensors/ - this is a very good resource, especially with respect to the types of sensors to consider |
17 | 9 | J. Simmons | *** "Arduino post on using Hall Effect sensor to measure RPM":http://playground.arduino.cc/Main/ReadingRPM |
18 | 9 | J. Simmons | *** "Forum post about measuring RPM and resetting to 0 when motion stops":http://forum.arduino.cc/index.php?topic=208227.0 - lengthy discussion and covers many of our goals |
19 | 9 | J. Simmons | *** "Forum post about calculating RPM on a bike":http://forum.arduino.cc/index.php?topic=185174.0 - not really enough details here, but still documenting it |
20 | 1 | J. Simmons | * "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 |
21 | 1 | J. Simmons | * "USB Tester from Adafruit":http://www.adafruit.com/products/1456 - might be useful for later prototype development |
22 | 1 | J. Simmons | * "Data Smoothing":http://arduino.cc/en/Tutorial/Smoothing - Arduino tutorial dealing with smoothing out noisy data |
23 | 8 | J. Simmons | * Production & Design Work |
24 | 7 | J. Simmons | ** "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* |
25 | 7 | J. Simmons | ** "PCB Routing Service":http://dirtycircuits.com/about.php - Team at "Dangerous Prototypes":http://dangerousprototypes.com/ provides PCB routing/layout service for OSHW projects at $35/hour (3 hour min) |