Resources

Version 46 (J. Simmons, 12/14/2016 06:08 pm)

1 1 J. Simmons
h1. Resources
2 1 J. Simmons
3 46 J. Simmons
{{>toc}}
4 1 J. Simmons
5 46 J. Simmons
6 46 J. Simmons
h2. Moving from keyboard to joystick interface
7 46 J. Simmons
8 46 J. Simmons
* "Support thread on joysticks and CHIP plus NodeBots":https://github.com/sandeepmistry/node-chip-io/issues/14
9 46 J. Simmons
* "Turning an Arduino Leonardo into a joystick":http://www.imaginaryindustries.com/blog/?p=80  
10 46 J. Simmons
* "USB Host Shield":http://arduino.cc/en/Main/ArduinoUSBHostShield
11 46 J. Simmons
* "Gameport to USB Joystick using 32U4":https://github.com/tloimu/adapt-ffb-joy/blob/wiki/
12 46 J. Simmons
* "How to sign Windows drivers and executables":https://learn.adafruit.com/how-to-sign-windows-drivers-installer
13 46 J. Simmons
14 46 J. Simmons
h2. Dealing with Data/Signals
15 46 J. Simmons
16 9 J. Simmons
* "USB Tester from Adafruit":http://www.adafruit.com/products/1456 - might be useful for later prototype development
17 9 J. Simmons
* "Data Smoothing":http://arduino.cc/en/Tutorial/Smoothing - Arduino tutorial dealing with smoothing out noisy data
18 46 J. Simmons
19 46 J. Simmons
20 46 J. Simmons
h2. Sensors considered
21 46 J. Simmons
22 46 J. Simmons
* "Rotary Encoders":http://playground.arduino.cc/Main/RotaryEncoders
23 46 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
24 46 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)
25 46 J. Simmons
* "Hall Effect Sensor":http://en.wikipedia.org/wiki/Hall_effect_sensor - under consideration for v0.3
26 46 J. Simmons
** "Arduino Playground":http://playground.arduino.cc/Code/HallEffect
27 46 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
28 46 J. Simmons
** "Arduino post on using Hall Effect sensor to measure RPM":http://playground.arduino.cc/Main/ReadingRPM
29 46 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
30 46 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