News

How to connect the TSOP4838 to an Arduino to read the transmitted codes By using a cheap integrated IR receiver/decoder device (the venerable TSOP4838), most of the hard work is done for you!
[Dave Jones] from EEVBlog.com takes “Arduino fan boys” off the garden path getting down and dirty with different methods to capture, evaluate and retransmit IR remote control codes. Capturing ...
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 Remote ...
In this project, Arduino is used for controlling whole the process. We send some commands to the controlling system by using IR TV/DVD/MP3 remote for controlling AC home appliances. After receiving ...
Create unique code with a specified functionality. The only requirements are that you need to use the IR remote and you must have at least 50 lines of code with at least 1 method.
I made this Arduino project that allows to turn ON and OFF LEDs using a cheap IR remote control as a preparation for the next big step: disassemble my girlfriend’s chinese LED lamp and replace its ...
Once you have connected the TSOP IR sensor to the Arduino board, you can use the IRremote library to capture IR codes from any type of remote control. Here's an example Arduino code that captures IR ...
Infrared (IR) remote-controlled RGB bulbs available in the market are extremely expensive. Here is a simple, easy-to-build and inexpensive circuit built using Arduino Uno R3. The project demonstrates ...
This article describes how to decode a remote controller and use it for home automation, along with Arduino. An infrared (IR) remote controller used in TVs, music players and the like uses IR rays for ...
The project was designed for Arduino system with the integration of infrared remote control receiver. The use of Arduino system proves to be working fine with any RC5 format remote control. The serial ...