News

Arduino IR HEX receiver and small transmitter program for my IR RGB lamp Arduino_IR_HEX_Receiver.ino - read signals from remote controller Arduino_IR_Transmitter_for_RGB_Lamp.ino - execute signals ...
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 ...
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… ...
This project documents the design and implementation of a low-cost infrared (IR) transmitter and receiver system suitable for industrial wireless communication. Developed using off-the-shelf ...
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 ...
A single seven-segment display might not be extremely useful, but with [firestorm]’s tutorial, it’s easy to give your Arduino some remote control capabilities with a simple IR receiver.
Initially we build a transmitter and receiver to communicate between Arduinos using Morse code sent by pulses of light waves. Next, we consider digital music, which we create by switching a voltage on ...