The newly released Arduino Leonardo has a few very interesting features, most notably the ability to act as a USB keyboard and mouse thanks to the new ATmega 32U4 microcontroller. This feature isn’t ...
Adding USB functionality to your Arduino projects used to be a pain, but thankfully, the V-USB project came along and gave your ATMEGA328 the ability to control the USB lines directly and mimic simple ...
USB HID Joystick with 11 axes, 2 8-way direction pads, and 32 buttons. These are apparently the limits of the Windows generic joystick device driver. The following joystick class works when plugged ...
An infrared proximity sensor, or IR Sensor, is an electronic device that emits infrared light to detect objects and motion in Arduino projects. This interfacing of the IR sensor module with Arduino is ...
The project illustrates an old Arduino USB board being hacked by finding the right pins and stringing a capacitor between the serial connector and the reset line. One side of the capacitor connects to ...
What if you could combine the simplicity of Arduino with the power of a Linux-based processor, all in one compact device? Enter the Arduino Uno Q, a new development board designed to handle everything ...