News

Infrared Remote Control Converter (Arduino Uno) 1. Description This project shows how to build an infrared remote control (IR RC) converter that allows emulating an IR remote control (emulated IR RC) ...
Saving the IR Remote Decoder Data into Excel Sheet Now to send data to an Excel sheet, we are going to use PLX-DAQ. It is an Excel Plug-in software that helps you to write values from Arduino to ...
Abstract This is a program which runs on Atmega328 5V 16Mhz based Arduino (Uno, Nano, etc.). It gets commands from the serial port and send infrared remote signals. It also sends infrared remote ...
If you’ve ever needed a short-range remote control for a project, [firestorm] is here to help you out. He put up a great tutorial on using an IR remote to do just about anything with everyone… ...
Posted in Arduino Hacks, Reverse Engineering Tagged arduino, infrared, ir, remote control, TSOP4838 ← How Those NES DIP Chips Were Reduced To QFNs ...
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 ...
The use of Arduino system proves to be working fine with any RC5 format remote control. The serial port is being used to send the received RC5 code which will be read on the serial console hyper ...
Most of them worked with predefined codes, meaning that the IR codes had to be known in advance and stored in an array. I wanted to build a fully learning remote control that required no prior ...
IR RC reception - sketch to receive an IR signal and that decodes it if it is of the popular NEC-1 format; IR RC transmission - send IR codes using the NEC-1 format. Arduino IR Receiver A ...