====== IR Remote ====== bleh * [[http://www.rtfa.net/2009/01/02/arduino-ir-remote-control-more-advanced|the code and basic premis]] * [[http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1176098434|blog post of above I think]] * [[http://www.arduino.cc/playground/Code/InfraredReceivers|ir decoder]] * gnuplot command: gnuplot> plot [0:65000] [-.1:2] "kenwood4-1.txt" using 1:2 with lines * handy parse command: VAR=55; grep -v "^$" $VAR > $VAR.txt; rm $VAR ===== 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/]] == == \\ \\ {{tag>:arduino}}