Diese Seite ist leider nicht auf Deutsch verfügbar.

V-USB Reference Projects

PowerSwitch - The Pure Basics

A simple example intended to demonstrate how to use V-USB. This is Objective Development's reference implementation.

http://www.obdev.at/products/vusb/powerswitch.html
Author: Objective Development Software GmbH
Rating:   [comments and votes]

RemoteSensor - Wireless Data Acquisition

This project is a wireless thermo- and hygrometer with up to 16 sensors and a central logging facility accessible via WWW. It's a more advanced example intended to demonstrate how to use V-USB with an additional interrupt endpoint.

http://www.obdev.at/products/vusb/remotesensor.html
Author: Objective Development Software GmbH
Rating: not yet rated  [comments and votes]

HIDKeys - a USB Keyboard

HIDKeys is a USB keyboard with 17 keys. This is an example demonstrating how to implement HID class compliant USB devices. It uses the operating system built-in driver for USB keyboards and thus needs no additional software on the host. For a full-blown keyboard implementation, see the C64 Keyboard project below.

http://www.obdev.at/products/vusb/hidkeys.html
Author: Objective Development Software GmbH
Rating:   [comments and votes]

Automator - Punched Tape Updated

Automator is a device similar in concept to punched tape teletypes and musical boxes. It records key sequences and plays them back with relays. Program upload and download are done through an HID compliant driver.

http://www.obdev.at/products/vusb/automator.html
Author: Objective Development Software GmbH
Rating: not yet rated  [comments and votes]

AVR-Doper - an STK500 Compatible AVR Programmer

AVR-Doper is an STK500 compatible In-System Programmer (ISP) and High Voltage Serial Programmmer (HVSP). It comes with a built-in USB to Serial adaptor to connect directly to USB.

http://www.obdev.at/products/vusb/avrdoper.html
Author: Objective Development Software GmbH
Rating:   [comments and votes]

EasyLogger - ATTiny45 Without Crystal

This project demonstrates how to take advantage of the internal RC oscillator of the ATTiny45 to get more free I/O pins. It's a data logger which takes a voltage sample every second and sends it to the PC, emulating a USB keyboard where the value is typed.

http://www.obdev.at/products/vusb/easylogger.html
Author: Objective Development Software GmbH
Rating:   [comments and votes]

BootloadHID - Another USB Boot Loader

This boot loader takes advantage of the HID kernel drivers on Windows: It works without installing libusb-win32. Other than that, it's quite similar to Thomas Fischl's AVRUSBBoot.

http://www.obdev.at/products/vusb/bootloadhid.html
Author: Objective Development Software GmbH
Rating:   [comments and votes]

USBaspLoader - Bootloader Emulating USBasp

This boot loader requires no separate upload tool on the host because it emulates USBasp. Since AVRDUDE can be used for uploading, it can be integrated into the Arduino development environment.

http://www.obdev.at/vusb/usbasploader.html
Author: Objective Development Software GmbH
Rating:   [comments and votes]