Arduino IR Remote Control

Source: http://www.theorycircuit.com/arduino-universal-remote/ By using arduino and IR Receiver TSOP 1738 (in our project, you can use any ir receiver available) we can decode any infrared remote code into hex or some other format. Before constructing the circuit check datasheet of IR rece...
By: theorycircuit

Continue Reading »

[original story: Instructables]

Instructables 21 Dec 19:13

Arduino IR Remote Control

This is a good example of hacking devices with Arduino. [sspence65] has put on oa good tutorial to start from something easy and simple: IR hack.

Capturing codes from any tv remote, and using them to control devices attached to Arduino Outputs. Press a button on a TV Remote, and the code appears in the serial monitor, Add that code to the case/switch statements in the sketch to control an output pin.

On the [website] there is the full explanation and code to build the same experience, but nothing prevent you to implement a custom way for your IR devices.

[original story: Arduino Blog]

Arduino Blog 19 Dec 09:57
arduino  control  gallery  remote  tv