Resources
Version 45 (J. Simmons, 12/14/2016 06:01 pm) → Version 46/47 (J. Simmons, 12/14/2016 06:08 pm)
h1. Resources
{{>toc}}
h2. General Links
* Moving from keyboard to joystick interface
*
** "Support thread on joysticks and CHIP plus NodeBots":https://github.com/sandeepmistry/node-chip-io/issues/14
* ** "Turning an Arduino Leonardo into a joystick":http://www.imaginaryindustries.com/blog/?p=80
* ** "USB Host Shield":http://arduino.cc/en/Main/ArduinoUSBHostShield
* ** "Gameport to USB Joystick using 32U4":https://github.com/tloimu/adapt-ffb-joy/blob/wiki/
* ** "How to sign Windows drivers and executables":https://learn.adafruit.com/how-to-sign-windows-drivers-installer
h2. Dealing with Data/Signals
* "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
h2. 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/) - v0.1 and v0.2 used reed switches (originally off of an old Bike Computer, now purpose selected)
* ** "Hall Effect Sensor":http://en.wikipedia.org/wiki/Hall_effect_sensor - under consideration for v0.3
** *** "Arduino Playground":http://playground.arduino.cc/Code/HallEffect
** *** "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
** *** "Arduino post on using Hall Effect sensor to measure RPM":http://playground.arduino.cc/Main/ReadingRPM
** *** "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
** *** "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
* "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
** "Connectors Tutorial":https://learn.sparkfun.com/tutorials/connector-basics
** "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 - Team at "Dangerous Prototypes":http://dangerousprototypes.com/ provides PCB routing/layout service for OSHW projects at $35/hour (3 hour min)
** "Bulk programmer for Arduino":http://makezine.com/2014/12/11/a-raspberry-pi-powered-bulk-arduino-programmer/
** "OSH Park":https://oshpark.com/ - community PCB order site ("great review on G+":https://plus.google.com/u/0/+SameerAnsariSam/posts/NturKML6TGZ)
{{>toc}}
h2. General Links
* Moving from keyboard to joystick interface
*
** "Support thread on joysticks and CHIP plus NodeBots":https://github.com/sandeepmistry/node-chip-io/issues/14
* ** "Turning an Arduino Leonardo into a joystick":http://www.imaginaryindustries.com/blog/?p=80
* ** "USB Host Shield":http://arduino.cc/en/Main/ArduinoUSBHostShield
* ** "Gameport to USB Joystick using 32U4":https://github.com/tloimu/adapt-ffb-joy/blob/wiki/
* ** "How to sign Windows drivers and executables":https://learn.adafruit.com/how-to-sign-windows-drivers-installer
h2. Dealing with Data/Signals
* "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
h2. 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/) - v0.1 and v0.2 used reed switches (originally off of an old Bike Computer, now purpose selected)
* ** "Hall Effect Sensor":http://en.wikipedia.org/wiki/Hall_effect_sensor - under consideration for v0.3
** *** "Arduino Playground":http://playground.arduino.cc/Code/HallEffect
** *** "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
** *** "Arduino post on using Hall Effect sensor to measure RPM":http://playground.arduino.cc/Main/ReadingRPM
** *** "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
** *** "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
* "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
** "Connectors Tutorial":https://learn.sparkfun.com/tutorials/connector-basics
** "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 - Team at "Dangerous Prototypes":http://dangerousprototypes.com/ provides PCB routing/layout service for OSHW projects at $35/hour (3 hour min)
** "Bulk programmer for Arduino":http://makezine.com/2014/12/11/a-raspberry-pi-powered-bulk-arduino-programmer/
** "OSH Park":https://oshpark.com/ - community PCB order site ("great review on G+":https://plus.google.com/u/0/+SameerAnsariSam/posts/NturKML6TGZ)