The LUFA version is 100807, as in the hardware-pinoccio repository. This version is required for both DFU and USB serial firmware. The arduino-usbdfu directory contains the DFU bootloader on the 16U2 ...
[Hans Peter] wanted to move away from using full Arduino boards in his projects. One of the components he rarely used after the development stage is the USB hardware. Once the firmware is flashed to ...
A SerialMonitor for USB-cdc that automaticly closes/re-open the selected serial-port on CPU reset or USB disconnect This Python application runs a Serial Monitor with automatic open-close of the ...
This week the official Arduino website has announced the availability of their new Arduino USB Host Shield and ArduinoISP boards from the Arduino Store. The Arduino USB Host Shield pictured above has ...
One part that I find myself using somewhat regularly in microcontroller-based experiments is the “USB power bank” that provides USB-standard 5-V DC output and offers some basic protection features.
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 ...
Modern MCU boards offer a lot of performance and a high level of programming convenience. The over-the-air (OTA) feature is particularly interesting. However, transmitting serial data wirelessly ...