News

This project shows how to build an infrared remote control (IR RC) converter that allows emulating an IR remote control (emulated IR RC) using a different one (physical IR RC). The basic principle is ...
So in this tutorial, we are going to use the TSOP1838 IR receiver to build an IR Remote Decoder using Arduino. The hex code for every button will be logged to Microsoft Excel Sheet. This simple IR ...
Old infrared remote controls can be a great way to interface with your projects. One of [AnalysIR’s] latest blog posts goes over the simplest way to create an Arduino based IR receiver, makin… ...
What to do when you don't have the remote anymore, or when it died and the universal remote doesn't know the TV or DVD player the remote was for? In that case you have to be a creative (and have a bit ...
Unfortunately, the Shield only has an IR receiver, no transmitter. So I have to build my own transmitter. With the motto "Simple and Dirty", a plug-in IR transmitter module with driver function is ...
In my case I have used only 3 x 330Ω resistors, 3 leds and a TSOP4838 IR receiver module. You must check the datasheet before use the IR module to see which pins connect to the power supply and which ...
The Manchester-coded transmitter output is well suited for the cheapest ASK radio modules of for infrared control and the units are configurable to a unique address, which must match to control the ...
While the shield does have a built-in IR receiver, there is no transmitter, so I had to build my own quick-and-dirty driver/transmitter module. It consists of only 3 components — a 3-pin header socket ...
[AlxDroidDev] built himself a nice remote control box for CHDK-enabled cameras. If you haven’t heard of CHDK, it’s a pretty cool software modification for some Canon cameras. CHDK adds … ...