News

Arduino-IR-remote Level-2-- Add a second LED (red) and have the following 5 functionalities using 5 different buttons on the 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… ...
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 ...
This Device Controller project based on an 8-bit ATmega328P microcontroller (MCU) can control up to eight devices connected to its electromagnetic relays. The article also describes how to program an ...
arduino-nano-ir-remote This project is about infrared remote control with aruino (atmega328p). I don't use arduino library but standard avr libs with aruino bootloader only (i prefer that). C code is ...
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 ...
The remote control is used to turn the Pi on. The Arduino reads the IR code from a remote and simply powers up the Pi.
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 ...
Attached below are some Arduino sketches that might be of use to you: Infrared (IR) remote control (RC) protocol guessing - This first sketch looks at the beginning of an RC signal and tries to guess ...
At first, I tried the standard IR library for Arduino. It worked fine, but is not fully supported on the ESP32, as the ESP32 makes use of a proprietary on-board hardware Remote Control Transceiver ...