This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
arduino:ir_remote [2010/02/02 23:35] john |
arduino:ir_remote [2010/09/27 11:24] (current) john |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| * [[http://www.arduino.cc/playground/Code/InfraredReceivers|ir decoder]] | * [[http://www.arduino.cc/playground/Code/InfraredReceivers|ir decoder]] | ||
| * gnuplot command: <code>gnuplot> plot [0:65000] [-.1:2] "kenwood4-1.txt" using 1:2 with lines</code> | * gnuplot command: <code>gnuplot> plot [0:65000] [-.1:2] "kenwood4-1.txt" using 1:2 with lines</code> | ||
| + | * handy parse command: <code>VAR=55; grep -v "^$" $VAR > $VAR.txt; rm $VAR</code> | ||
| + | |||
| + | |||
| + | ===== Notes ===== | ||
| + | |||
| + | |||
| + | * [[http://www.sbprojects.com/knowledge/ir/ir.htm|IR theory and some protocol info]] | ||
| + | * [[http://www.rockabilly.net/infrared/IR-PWM.shtml|IR info]] | ||
| + | * [[wp>X10_(industry_standard)]] | ||
| + | * [[http://www.remotecentral.com/devices/view/5/sony_playstation_3_game_system.htm|PS3 Bluetooth info]] | ||
| + | * [[http://www.remotecentral.com/cgi-bin/mboard/rc-discrete/list.cgi|discrete (single function) code forum]] | ||
| + | * [[http://www.compendiumarcana.com/irwidget/|IR Widget (for sensing IR signals)]] | ||
| + | |||
| + | ==== kenwood ==== | ||
| + | |||
| + | * [[http://www.adriangame.co.uk/kenwremote.html|kenwood ir protocol info]] | ||
| + | * [[http://www.remotecentral.com/features/premotes.htm#highfreq|High Frequency IR (kenwood @ 455kHz instead of 30-56kHz?)]] | ||
| + | * [[http://www.remotecentral.com/cgi-bin/codes/kenwood/|kenwood codes]] | ||
| + | * [[http://www.angelfire.com/nd/maza/kenwood.html|more thorough kenwood code info, need to check this out]] | ||
| + | * [[http://www.armory.com/~spcecdt/remote/kenwood.html|more code info]] | ||
| + | |||
| + | ==== Arduino ==== | ||
| + | |||
| + | * [[http://www.instructables.com/id/Arduino-is-Slow-and-how-to-fix-it/|Info on faster digital High/Low]] | ||
| + | |||
| + | ==== Misc ==== | ||
| + | |||
| + | |||
| + | * Apple Remote | ||
| + | * [[http://www.instructables.com/id/DIY-Apple-Remote-Shield-for-the-Arduino/]] | ||
| + | * [[http://hackaday.com/2009/11/03/apple-remote-arduino-shield/]] | ||
| + | * Capacitive touch sensor | ||
| + | * [[http://www.arduino.cc/playground/Main/CapSense]] | ||
| + | * Remote Controlled Sphere | ||
| + | * [[http://www.instructables.com/id/Remote_Controlled_Basket_Ball_Robot/]] | ||
| + | |||
| == | == | ||