News

File metadata and controls Code Blame 20 lines (15 loc) · 683 Bytes Raw #include <IRremote.h> const int IR_SEND_PIN = 3; // Define the Arduino Nano PWM pin for IR LED void setup () { Serial.begin ...
#include <IRremote.h> const int IR_SEND_PIN = 3; // Define the Arduino Nano PWM pin for IR LED void setup () { Serial.begin (9600); // Start the Serial Monitor for debugging IrSender.begin ...
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, makin… ...