News

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.
This project documents the design and implementation of a low-cost infrared (IR) transmitter and receiver system suitable for industrial wireless communication. Developed using off-the-shelf ...
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… ...
#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 ...
The 38-KHz IRTR module is a compact design of an infrared transmitter and receiver board created with the help of a couple of inexpensive components. This builds off of the IR Decoder that we explored ...
A chronograph is a device that measures the time between two events. This article discusses the design, fabrication, and calibration of a ballistic chronograph designed to measure the time taken by a ...