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 it ...
This project demonstrates how to use an IR infrared sensor module with an Arduino Uno to detect the presence of objects. The IR sensor emits infrared radiation and detects reflected radiation from ...
Here’s a way to program an Arduino wirelessly while still using the stock IDE. It uses an alternative bootloader called SuperDuplex along with an IR receiver like the ones used for TV remotes. As you ...
If you have a few hours spare and fancy creating a new Arduino project in your spare time you might be interested in this fun Arduino infrared touchscreen music controller which has been created by ...
Controlling an LED with Arduino Using an IR Sensor An Infrared (IR) sensor is a commonly used device for proximity detection and object sensing. When combined with an Arduino and an LED, it can create ...
Developers, makers and hobbyists that enjoy making projects using the Arduino platform might be interested in a new Arduino compatible infrared learning processor board which has been developed by ...
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 ...
Building a maze-solving robot is an intresting way to get into the world of robotics and autonomous systems. Imagine creating a small device that can intelligently navigate through complex mazes, ...