[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 and ...
We’ve featured loads of IR Arduino projects and they are all exciting and unique. The projects spring from a specific need or problem where a custom infrared remote control is the solution. [Rick’s] ...
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 ...
* Library to process IR commands by calling functions specified in a mapping array. * Commands can be tagged as blocking or non blocking. * To run this example you need to install the "IRremote" or ...
// Arduino example that reacts to specific remote button hex codes to control an LED (turn on/off) after you learn the button codes. // Buy this module: https ...