Allows the remote controlling of an LG TV and Sony Amplifier using an Arduino UNO compatible development board. It's not limited to this hardware, you'll just have to decode the IR signals yourself.
http://www.youtube.com/watch?v=wrGd0kQxRDM
- Nokogiri (
rvmsudo gem install nokogiri
) - HTTParty (
rvmsudo gem install httparty
) - JSON (
rvmsudo gem install json
) - serialport (
rvmsudo gem install serialport
) - scrapi (
rvmsudo gem install scrapi
)
Copy the contents of config-info.yml
into your ~/.siriproxy/config.yml
.
Your ~/.siriproxy/config.yml
should look something like this:
- name: 'Example'
path: './plugins/siriproxy-example'
- name: 'SiriProxy TV Control'
git: 'https://github.com/rakusu/SiriProxy-TV-Control.git'
Then run rvmsudo siriproxy update
from the console. Then just start SiriProxy by running rvmsudo siriproxy server
- Arduino IDE v0023
- Arduino UNO compatible development board
- WiFly Shield, Ethernet Shield or Xbee Shield
- 2 x Xbee Modules (for Xbee functionality)
- 38Khz Infrared LED (950nm)
- Infrared Receiver Diode
- 47ohm Resistor
- Breadboard and Cables/Wires
Re-use of my code is fine under a Creative Commons 3.0 Non-commercial, Attribution, Share-Alike license. In short, this means that you can use my code, modify it, do anything you want. Just don't sell it and make sure to give me a shout-out. Also, you must license your derivatives under a compatible license (sorry, no closed-source derivatives). If you would like to purchase a more permissive license (for a closed-source and/or commercial license), please contact me directly. See the Creative Commons site for more information.
I'm not affiliated with Apple in any way. They don't endorse this application. They own all the rights to Siri (and all associated trademarks).
This software is provided as-is with no warranty whatsoever. Apple could do things to block this kind of behavior if they want. Also, if you cause problems (by sending lots of trash to the Guzzoni servers or anything), I fully support Apple's right to ban your UDID (making your phone unable to use Siri). They can, and I wouldn't blame them if they do.
I'm a huge fan of Apple and the work that they do. Siri is a very cool feature and I'm pretty excited to explore it and add functionality. Please refrain from using this software for anything malicious.