News

This code allows you to control various functions of your arduino using a infra-red remote control. Most IR remotes should work, depending on wich kind of sensor you're using. You can also control it ...
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 ...
Decoding the World Around You: An Introduction to Arduino IR Receivers Infrared (IR) communication is everywhere, from controlling your television to operating your air conditioner. At the heart of ...
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, making ...
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!
Testing the E18-D80NK IR Sensor Once your code and hardware are ready, connect Arduino to the laptop and upload the code. After that open the serial monitor at a baud rate of 9600, and make some ...
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 ...
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 ...
Hardware Setup — Forepart Here’s the front-end circuit of the IR sniffer. The hardware will capture an IR code and retransmit it on demand. The schematic isn’t particularly complex. The IR receiver ...