Diese Seite ist leider nicht auf Deutsch verfügbar.

All Projects Based on V-USB

This page lists projects implemented with V-USB. Please remember: We also want to list your project! If you don’t have a web site to publish it, you can host it in our Wiki.

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]

USBasp - Programmer for Atmel AVR Controllers

USBasp is a USB in-circuit programmer for Atmel AVR controllers. It demonstrates how to pipe "large" data blocks through the USB driver.

http://www.fischl.de/usbasp/
Author: Thomas Fischl
Rating:   [comments and votes]

LEDLoad - an LED Display for CPU Load

LEDLoad has started as a neat CPU load display using a single dual color LED. The current release has been extended to support up to two tri-color LEDs. It is designed to use a free internal USB port of any modern PC and replace the power LED in the case with something more interesting. A host driver kernel module is available for Linux.

http://www.jers.net/ledload/
Author: Jeremy Garff
Rating: not yet rated  [comments and votes]

LCD2USB - an Interface to Text LCDs

You know those ubiquitous 5x7 dot matrix text displays based on the HD44780 chip? LCD2USB interfaces those displays to USB. It is integrated into LCD4Linux, an Open Source Software which displays Linux system information on LCDs.

http://www.harbaum.org/till/lcd2usb/
Author: Till Harbaum
Rating:   [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]

uDMX - a DMX Interface

uDMX is a USB bus powered DMX interface. DMX (Digital MultipleX) is a bus for controlling stage lighting and special effects devices. This particular implementation comes with a Unix command line tool and plugin module for the Max/MSP software.

http://www.anyma.ch/research/udmx/
Author: [ a n y m a ] - Max & Michael Egger
Rating:   [comments and votes]

USB-LCD - Another LCD Interface, Low Cost

This is another project connecting LC Displays via USB. This one emphasizes low cost and comes with a driver for Windows XP as well as Linux. A German description is available here.

http://ast.m-faq.de/USB-LCD/USB-LCD_en.htm
Author: Lukas Koch
Rating:   [comments and votes]

Crypto-Boot - a USB Boot Loader

The image on the left is Oleg with his paraglider, he contributed this example project: A boot loader based on V-USB which does code decryption based on Atmel’s Application Note AVR231. Oleg maintains no homepage for the project. It is therefore hosted on the Wiki:

http://vusb.wikidot.com/project:crypto-boot
Author: Oleg Semyonov
Rating: not yet rated  [comments and votes]

AVRUSBBoot - USB Boot Loader for ATMega 8

This is another USB boot loader. It is small enough to fit into the 2 kB boot block of an ATMega 8. This boot loader is ideal for prototyping: No need to connect a programmer, just set a jumper and the programmer is built into the target!

http://www.fischl.de/avrusbboot/
Author: Thomas Fischl
Rating:   [comments and votes]

AVR-CDC - a USB to Serial Converter

This ingenious project implements the USB Communication Device Class, making use of the operating system’s driver for the device class. No separate driver is needed on the host! Although it goes somewhat beyond the USB specification, it works on all major operating systems.

http://www.recursion.jp/avrcdc/
Author: Osamu Tamura
Rating:   [comments and votes]

SNES/NES Gamepad and Atari Joystick to USB Adapter

NES and SNES are gaming consoles. When playing NES and SNES games with an emulator, nothing is better than using the original gamepads. This project converts the NES/SNES interface to USB, emulating a USB joystick. A project update from December 2006 brought support for Atari joysticks. See the project’s News section for a link. An illustrated guide for building a controller for 4 SNES/NES gamepads can be found here and here. There are also instructions for building the adapter without a PCB.

http://www.raphnet.net/electronique/snes_nes_usb/index_en.php
Author: Raphaël Assénat
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]

PPM RC to USB Interface

This project is a USB joystick controlled by a PPM radio remote control transmitter. There are a lot of such projects around based on different MCUs and USB drivers. But this one is Open Source. It provides very accurate PPM handling and a number of filtering options. Home constructors will like the optional servo tester mode and ADC interface instead of PPM for self-made control boxes.

http://vusb.wikidot.com/project:ppm-rc-to-usb-interface
Author: Oleg Semyonov
Rating:   [comments and votes]

C64 Keyboard

This project implements a full-blown USB keyboard based on the keyboard matrix of a Commodore 64. The fun in this is that you can put a state of the art miniature PC into a C64 breadbox. Technically, it demonstrates how a real USB keyboard can be implemented with V-USB.

http://symlink.dk/electro/c64key/
Author: Mikkel Holm Olsen
Rating:   [comments and votes]

USB-LED-Fader

USB-LED-Fader can control up to 8 LEDs with individual brightness waveforms. Its command line tool can easily be integrated into scripts to implement a status display for computer load, mailbox status, network load, video recording software or similar background tasks.

http://www.schatenseite.de/usb-led-fader_en.html
Author: Ronald Schaten
Rating:   [comments and votes]

i2c-tiny-usb

This project is a tiny low-cost I2C bus adapter. It is meant to replace bit-banging adapters for the parallel port. Advantages are built-in power supply, less CPU load and a very low number of components. The image shows an example application with a DS1621 temperature sensor.

http://www.harbaum.org/till/i2c_tiny_usb/
Author: Till Harbaum
Rating:   [comments and votes]

USB-Servo

This device controls a servo over USB. Potential applications are only limited by your imagination. The image shows a mouse pointer finder, similar to the classic x-eyes application on X-Windows.

http://www.schatenseite.de/usb-servo_en.html
Author: Ronald Schaten
Rating:   [comments and votes]

3DP-Vert

For many people, Microsoft’s Sidewinder 3D Pro is the only joystick they ever want to use. Unfortunately, most modern computers don’t have a Game Port which is required to connect this joystick. 3DP-Vert allows you to connect the Sidewinder 3D Pro via USB.

http://code.google.com/p/sw3dprousb/
Author: Grendel
Rating:   [comments and votes]

USB-Servo 2

A second USB servo controller. This one extends Ronald Schaten’s USB-Servo to 6 servos with a separate supply. It was designed to control the servos of a robot.

http://www.societyofrobots.com/member_tutorials/node/25
Author: Duncan Law
Rating: not yet rated  [comments and votes]

USBJoy

This project is primarily for Russian speaking users. It’s similar to the SNES/NES gamepad to USB adapter above, but connects to the following consoles: Dendy (Russian NES), SEGA Mega Drive-II, PlayStation and PlayStation-2. You can use these gamepads with game console emulators and computer games.

http://vusb.wikidot.com/project:usbjoy
Author: Sergey Ryumik
Rating:   [comments and votes]

xu1541

C64 floppies can only be read by Commodore floppy drives. Unfortunately, these drives cannot be directly connected to modern PCs. This project is an adapter which connects the VC 1541 floppy drive via USB.

http://www.trikaliotis.net/xu1541
Author: Till Harbaum and Spiro R. Trikaliotis
Rating:   [comments and votes]

N64/Gamecube Adapter

This is another variation of the NES and SNES gaming console adapter. This one turns a Nintendo 64 or a Gamecube controller into a USB joystick.

http://www.raphnet.net/electronique/gc_n64_usb/index_en.php
Author: Raphaël Assénat
Rating: not yet rated  [comments and votes]

IRMouse

IRMouse registers as ordinary mouse to the host computer, but it’s controlled by codes of an IR remote control instead of physical movements. You can assign IR codes to x/y movements and mouse buttons.

http://szczuka.eu/en/avr/irmouse
Author: Krzysiek Szczuka
Rating:   [comments and votes]

Magnetic Mouse

This is a very interesting college project demonstrating the implementation of a drawing tablet based on hall effect sensors. Lots of background documentation!

http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2007/ayl26_ym82/ayl26_ym82/index.htm
Author: Yiyin Ma and Abby Lin
Rating:   [comments and votes]

InfraHID

This project is a general IR remote control to keyboard and mouse event converter. You can assign keystrokes, mouse movements and mouse button clicks to the codes sent by an IR remote control.

http://vamposdecampos.googlepages.com/infrahid.html
Author: Alex Badea
Rating:   [comments and votes]

USBTenki - Environmental Data Acquisition

This is a multi channel data acquisition system for various types of sensors. It’s been developed to record temperature, humidity and atmospheric pressure.

http://www.raphnet.net/electronique/usbtenki/index_en.php
Author: Raphaël Assénat
Rating:   [comments and votes]

4x16 LCD on USB

This is another LCD controller for the USB, this time stripped down to the bare minimum. The code fits into 2k flash of an ATTiny2313. Since the circuit has 5 V levels on USB, it won’t work with all hosts.

http://www.delta7.de/projekte.php#usblcd
Author: Bernhard Schulte
Rating: not yet rated  [comments and votes]

The Lord of the Keys - Store Passwords on SmartCards

This password database emulates a USB keyboard to send passwords to the computer. It’s the winner of a Honorable Mention Award in Circuit Cellar’s AVR design contest. An interesting mix of technologies with excellent documentation!

http://www.terra.es/personal/ccossio/atmelAVR2006.htm
Author: Carlos Cossio
Rating: not yet rated  [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]

Extreme Feedback Device

Want to have more interesting feedback when you build your software project, not just "build succeeded" or an error message? This device makes software development more fun, especially during winter season.

http://www.vandenbrande.com/wp/?page_id=15
Author: Johan Van den Brande
Rating: not yet rated  [comments and votes]

USB2LPT - USB to Parallel Port Converter

This USB to Parallel Port converter is not only of practical use, it also demonstrates how the low power sleep mode demanded by the USB specification can be implemented with V-USB.

http://www-user.tu-chemnitz.de/~heha/bastelecke/Rund%20um%20den%20PC/USB2LPT/ul-15.htm.en
Author: Henrik Haftmann
Rating:   [comments and votes]

SNES Joypad

This is another implementation of Raphaël Assénat’s idea of an SNES to USB adaptor. This one is smaller in size (eight pin AVR) and uses less components. The description is available in German only.

http://hobbyelektronik.org/wiki/index.php?title=SNES-Joypad
Author: Christof Rueß
Rating:   [comments and votes]

Miniature Robot

This is a miniature robot programmed via USB. Most of the documentation is in French, but the Readme file in the project download (search for "avr-usb" in the linked description) is in English.

http://www.cours.polymtl.ca/inf1995/fichiers/
Author: Matthew Khouzam
Rating:   [comments and votes]

AVRminiProg - Compatible with Atmel’s USB Programmers

This spectacular programmer aims at compatibility with Atmel’s USB programmers such as AVRISP mkII, JTAGICE mkII and AVRDragon. The firmware can even be configured to run on other hardware such as e.g. USBasp.

http://www.simonqian.com/en/AVRminiProg/
Author: Simon Qian
Rating:   [comments and votes]

gnusb - a Platform for Controllers and Sensors

Gnusb is a platform for building USB controllers - like mixers, foot pedals and the like - primarily for use with Max/MSP or pure-data.

http://gnusb.sourceforge.net/
Author: [ a n y m a ] - Max & Michael Egger
Rating:   [comments and votes]

RemoteSensor 2 - Wireless Temperature and Humidity Sensor

An improved version of Objective Development’s RemoteSensor reference project. Since it is based on Sensirion’s SHT11 sensor chip, no calibration is required and the transmitter is much simpler and smaller.

http://www.tahina.priv.at/electronics.html
Author: Christian Mock
Rating:   [comments and votes]

USB-DDS - Frequency Generator 0 to 40 MHz

This Direct Digital Synthesizer generates sine waves from 0 to 40 MHz with millihertz resolution under computer control. It is useful for amateur radio operators as a reference oscillator.

http://www.mydarc.de/dg8saq/AVR-USB/
Author: Thomas Baier
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]

unzap - Universal IR Receiver and Transmitter

This IR Receiver and Transmitter with 2 MB of flash memory for IR code storage has numerous applications, some of them are a bit subversive...

http://www.lochraster.org/unzap/
Author: Alexander Neumann
Rating:   [comments and votes]

DeVis - Visualizer Plugin for WinAmp 5

This project is an LED based visualizer which comes with a plugin for WinAmp 5.

http://www.delta7.de/projekte.php#devis
Author: Bernhard Schulte
Rating:   [comments and votes]

USB Relays - Controlling Relays with USB

This project helps you automate things: It has 6 relays for controlling mains voltage devices and 4 opto-coupled inputs. Ulrich’s description is in German only.

http://www.ulrichradig.de/home/index.php/avr/usb-relaiskarte
Author: Ulrich Radig
Rating:   [comments and votes]

SpiffChorder - Full PC Keyboard with only 7 Keys

Contrary to a normal (QWERTY style) keyboard, a character on a Chording Keyboard is represented by pressing multiple keys simultaneously. Good for fast one-handed typing!

http://symlink.dk/projects/spiffchorder/
Author: Mikkel Holm Olsen
Rating:   [comments and votes]

USB7 - 6 Digit 7-Segment Display

This LED 7-segment display works like a serial terminal. Just send data to a virtual COM port and have it displayed.

http://spiffie.org/kits/usb7
Author: Kevin Bralten
Rating: not yet rated  [comments and votes]

YAKE - Yet Another Keyboard Emulator

This is a hardware tool for application testing. It sends predefined keystrokes to the PC with a selectable rate.

http://www.krezac.net/avr/yake-en
Author: Kamil Rezac
Rating: not yet rated  [comments and votes]

Hit Counter

You have this very cool new web site and are waiting for people to view it? Then this is the right gadget for you: a physical LED display showing the hit count. Technically, this is an 8 digit USB controlled 7 segment LED display.

http://www.bobhobby.com/2008/04/22/usb-physical-hit-counter-based-on-avr-attiny25/
Author: Bob carret
Rating: not yet rated  [comments and votes]

redKontroll - a Versatile Input Device

This is an HID compliant custom controller with 5 rotary encoders, 5 push buttons, 2 softpots and 3 capacitive touch sensors. It can be used to control sound and video software.

http://www.fredrikolofsson.com/pages/hardware.html
Author: Fredrik Olofsson
Rating: not yet rated  [comments and votes]

xxxxx-HID

xxxxx-HID provides a well documented USB sensor input solution, aimed primarily at artists working with audio and video and using free software such as Pure Data or SuperCollider. Six analog inputs (10 bits resolution) and four digital or pushbutton inputs are provided on a simple to etch and assemble board.

http://1010.co.uk/avrhid.html
Author: Martin Howse
Rating:   [comments and votes]

AVR-MIDI - a Class Compliant MIDI Device

This MIDI controller uses the same tricks as AVR-CDC to implement a MIDI class compliant USB device. It does not require special host side drivers, but since it goes beyond the specification for low speed devices, it may not work on some hosts.

http://cryptomys.de/horo/AVR-MIDI/
Author: Martin Homuth-Rosemann
Rating:   [comments and votes]

Ginger

Ginger is a physical computing platform similar to Gainer (which is based on a PSoC chip). You can read digital and analog inputs and set output data, all over USB. Ginger’s web site is currently in Japanese only, but Readme file in the project is in English.

http://web.mac.com/kuwatay/morecat_lab./ginger.html
Author: Yoshitaka Kuwata
Rating: not yet rated  [comments and votes]

rump - The Model M

The Model M was one of IBM’s most popular keyboards. Some people still prefer this it over all others, but modern PCs don’t have a PS2 connector any more. This project shows how to replace the original controller with a USB capable circuit.

http://mg8.org/rump/
Author: Chris Lee
Rating:   [comments and votes]

HandUsb - Data Glove Interface

An alternative controller for the Pinch Glove fingertip contact glove. Something as futuristic as a data glove should connect through USB, not RS232 as in the original design!

http://www-user.tu-chemnitz.de/~heha/mb-iwp/Datenhandschuh/
Author: Henrik Haftmann
Rating: not yet rated  [comments and votes]

Dulcimer - The Model M Again

This coincidence proves how popular the Model M still is: Another replacement electronics to give USB connectivity to IBM’s old keyboard, developed at the same time as rump (see above) and without knowing about the parallel effort. This version supports the keyboard’s LEDs as well.

http://www.schatenseite.de/dulcimer.html?L=2
Author: Ronald Schaten
Rating: not yet rated  [comments and votes]

Haunted USB Cable

This is something to be built during long evenings or rainy weekends in March, so that it’s ready when April 1st approaches. The device implements a keyboard and drives the user mad by sending random keystrokes from time to time.

http://imakeprojects.com/Projects/haunted-usb-cable/
Author: Donald P
Rating:   [comments and votes]

AetherSense - No-Touch Joystick

This one-axis joystick is based on ultrasonic distance sensors. It has been built especially for the Aether project, a tabletop gaming system.

http://lookmanohands.org/
Author: Spencer Russell
Rating: not yet rated  [comments and votes]

ZX-USBJoy

With this project you can connect up to two ZX Spectrum joysticks to your computer (which runs a ZX Spectrum emulator, of course). The web site is in Russian. You need to enter 6 digits (a CAPTCHA) to download the project.

http://narod.ru/disk/1762604000/ZX_USBJoy_20071020.zip.html
Author: Sergey Ryumik
Rating: not yet rated  [comments and votes]

USBGame12 - an Interface for Simple Joysticks

This interface offers 12 digigal inputs presented to the operating system as USB joystick with 4 directional buttons and 8 general purpose buttons. It can be used to connect historic joysticks or for general purpose digital inputs.

http://www.raphnet.net/electronique/usb_game12/index_en.php
Author: Raphaël Assénat
Rating: not yet rated  [comments and votes]

Intellivision to USB Converter

This converter connects a Mattel Intellivision controller to your PC.

http://www.raphnet.net/electronique/intellivusb/index_en.php
Author: Raphaël Assénat
Rating: not yet rated  [comments and votes]

AVR IR Downloader - Upgrade Firmware via IR

This project makes firmware upgrades easy: The target has an Infrared receiver and the data is sent via IR. The IR transmitter is based on V-USB.

http://avrirdownloader.wordpress.com/
Author: Hendy Eka H. and Arief Mardhi B.
Rating:   [comments and votes]

Pepper-MIDI - Control SX-150 Synth via MIDI

Who said that analog synths have no MIDI interface? This project adds MIDI to the Gakken SX-150 synthesizer.

http://web.me.com/kuwatay/morecat_lab./Pepper-midi-e.html
Author: Morecat Lab
Rating:   [comments and votes]

FunkUSB - DCF77 Receiver with USB

This project is a radio clock receiver (DCF77) which connects to the host computer via USB. Documentation is in German only since the DCF77 signal can’t be received far away from Germany anyway.

http://www-user.tu-chemnitz.de/~heha/bastelecke/Rund%20um%20den%20PC/FunkUsb/
Author: Henrik Haftmann
Rating: not yet rated  [comments and votes]

ATMega-USB-Dingens

This is a kind of prototyping board. It’s basically an ATMega8 with USB and all other pins available at connectors. "Dingens" is a German slang word for "thingy".

http://www.infolexikon.de/blog/atmega-usb-thingy/
Author: Tobias Weis
Rating:   [comments and votes]

1-Key-Keyboard

This is the easiest way to interface a single switch to a computer. On- and off-events are translated to keystrokes of a virtual keyboard. An updated version allows up to 4 keys.

http://blog.flipwork.nl/?x=entry:entry081009-142605
Author: Flip van den Berg
Rating: not yet rated  [comments and votes]

Slide Show Presenter

Those old slide-projectors had a handy button with a cable where you could advance to the next slide or go one back. This project implements this type of controller for Powerpoint (and similar) presentations.

http://tuxgraphics.org/electronics/200810/avr-usb-slideshow-presenter.shtml
Author: Guido Socher
Rating: not yet rated  [comments and votes]

usbmot

Usbmot controls up to two small motors using the L293D. The speed of the motors is controlled with PWM.

http://andreas.goelzer.de/usbmot
Author: Andreas Gölzer
Rating: not yet rated  [comments and votes]

WiSHABI - Accelerometer-Based HID

WiSHABI is a wireless, single-handed, accelerometer-based, USB-HID compliant PC interface. It implements mouse and keyboard functionality.

http://vusb.wikidot.com/project:wishabi
Author: Jadon Clews
Rating:   [comments and votes]

PS2USB - Sony PlayStation Adapter

No, this is not a converter for PS2 keyboards or mice. This project converts Sony PlayStation 1 or 2 controllers into a USB joystick.

http://vusb.wikidot.com/project:ps2usb
Author: Primož Kranjec
Rating:   [comments and votes]

Temperature Probe

This is a simple USB thermometer for data logging. The host side software is written in Ruby, demonstrating how to use USB devices in Ruby.

http://www.stahlke.org/dan/usb-temperature/
Author: Dan Stahlke
Rating: not yet rated  [comments and votes]

USBTemp

A simple temperature logger based on the DS18S20 chip.

http://code.google.com/p/mikrowerk/wiki/USBTemp
Author: Mathias Dalheimer
Rating: not yet rated  [comments and votes]

SUN Type5 Keyboard Converter

You have an old Sun Sparc Station keyboard and want to use it on your modern PC? Use this converter turn it into a standard USB keyboard!

http://gis.sakura.ne.jp/sunkey/sunkey_e.html
Author: IIDA Tetsushi
Rating: not yet rated  [comments and votes]

TiltStick

This is an accelerometer based joystick. It adds quite a lot of fun to games like Enigma when played on a handheld device.

http://www.harbaum.org/till/tiltstick/index.shtml
Author: Till Harbaum
Rating:   [comments and votes]

redKontroll2 - Controlling Video and Audio Software

This is another HID compliant custom controller for controlling sound and video. This time with 4 potentiometers, one slider, one light sensor, 16 push buttons and one switch.

http://www.fredrikolofsson.com/pages/hardware.html
Author: Fredrik Olofsson
Rating:   [comments and votes]

USB-TWI - a Two Wire Interface

This Two Wire Interface comes with two application examples: A stepper motor controller and a data logger.

http://usb-twi.sourceforge.net
Author: Claudio Montecucco
Rating: not yet rated  [comments and votes]

Chenillard

Chenillard is a device that you secretly plug into a victim’s computer. It flashes the LEDs of the computer’s keyboard in sequence. Useless, but good for April jokes...

http://vusb.wikidot.com/project:chenillard
Author: Sylvain Davaine
Rating:   [comments and votes]

usb-Relay

Simple but effective: A power switch controlled through USB.

http://johannes.krude.de/projects/usb-Relay/
Author: Johannes Krude
Rating: not yet rated  [comments and votes]

THSusb - PLD programming via JTAG

This device loads SVF (Serial Vector Format) files and uploads them to a JTAG interface. It can be used to program devices such as CPLDs.

http://ths.spacequadrat.de/thsusb.html
Author: Thomas Scheuermann
Rating: not yet rated  [comments and votes]

avrBridge

avrBridge is basically a firmware which makes the AVR’s register block directly accessible to the host. The host can directly configure timers, set I/O pins, use the UART etc.

http://ka010.wordpress.com/projects/avrbridge/
Author: Kai Aras
Rating: not yet rated  [comments and votes]

AVR Stick - a Simple Data Logger

This is an improved version of EasyLogger which is also available as pre-assembled unit.

http://www.sparkfun.com/commerce/product_info.php?products_id=9147
Author: SparkFun Electronics
Rating: not yet rated  [comments and votes]

USB Scope - cheapest dual trace scope in the galaxy

It has not the sample rate of a real digital storage scope, but it’s great for low speed signals.

http://yveslebrac.blogspot.com/2008/10/cheapest-dual-trace-scope-in-galaxy.html
Author: Yves Lebrac
Rating:   [comments and votes]

LED Notifier - notifies on e-mail, Twitter, Pidgin

Instructions for modding an Asus EeePc with an additional LED, which can be used to notify about incoming e-mail, twits and messages.

http://www.justblair.co.uk/the-attiny45-usb-led-e-mail-twitter-and-pidgin-notifier.html
Author: Blair Thompson
Rating:   [comments and votes]

Terminal Keyboard - a Serial Terminal as Keyboard

This device converts any serial terminal (or terminal emulator) into a USB keyboard.

http://hobby-electrons.sourceforge.net/projects/terminal-keyboard/
Author: Neil Stockbridge
Rating:   [comments and votes]

NES Gamepad on ATTiny45

This is another variation of Raphaël Assénat’s SNES/NES gamepad adapter. This version is based on a small 8 pin AVR and uses the internal RC oscillator instead of a crystal.

http://www.judevine.net/content/nes-game-pad
Author: Chris Judevine
Rating: not yet rated  [comments and votes]

Retro Adapter V2

The Retro Adapter V2 connects almost any type of game controller to USB. It works with PCs running Windows/Linux and with Apple Macs, as well as the Sony Playstation 3.

http://denki.world3.net/retro_v2.html
Author: Paul Qureshi
Rating:   [comments and votes]

SUPERPLAY

SUPERPLAY is an arcade joystick controller. It supports multiple games consoles and PC/USB, and has an expansion bus for extra modules such as an LCD display or LED lighting controller. It is follow-up to the Dreamcast USB Arcade Joystick.

http://denki.world3.net/superplay.html
Author: Paul Qureshi
Rating: not yet rated  [comments and votes]

Quick Launch Keys

Many keyboards now come with shortcut keys for starting a web browser or controlling volume. This project extends every keyboard by this functionality.

http://denki.world3.net/quicklaunch.html
Author: Paul Qureshi
Rating: not yet rated  [comments and votes]

EE-Prog

This is a programmer for all 24c type EEPROMs (24c01 to 24c1024).

http://xldrx.com/ee-prog/
Author: Amir Hashemi
Rating: not yet rated  [comments and votes]

MamePanel

This project implements a Mame panel which includes controls for Mame games by joystick and mouse, Mame and operating system user interface by Keyboard and volume control.

http://vusb.wikidot.com/project:mamepanel
Author: Andreas Oberdorfer
Rating: not yet rated  [comments and votes]

USBTenki-mux

This is an extension of Raphaël Assénat’s USBTenki to 16 independent temperature sensors.

http://www.schmut.com/other-stuff/usbtenki-mux/usbtenki-mux
Author: Mario Theodoridis
Rating: not yet rated  [comments and votes]

openchord-guitar

Instead of playing Guitar Hero / Rock Band with a controller that simply looks like a guitar, you can now play on the real deal – moving your fingers along the strings of a real guitar, making real chords, strumming with a real pick.

http://code.google.com/p/openchord-guitar/
Author: Alan Chatham
Rating: not yet rated  [comments and votes]

usbddr

You can have a lot of fun playing Dance Dance Revolution - until your dance pad breaks. Then it’s time to build yourself a more stable dance pad based on an ATMega8.

http://vusb.wikidot.com/project:usbddr
Author: Stefan Rehm
Rating: not yet rated  [comments and votes]

USB Line Switch

Turn on and off loads such as computer peripherals with one mouse click. This is a commercial product, available as construction set or completely assembled device.

http://products.reworld.eu/uls.htm
Author: Reusch Elektronik

USB Radio Clock

This is a compact DCF77 radio clock receiver with USB interface. It features an internal real time clock as second time source. This is a commercial product, available as construction set or completely assembled device.

http://products.reworld.eu/usbdcf77.htm
Author: Reusch Elektronik

USBLotIO - Lots of I/O Pins

This is a very simple and easily expandable I/O adapter. It uses shift registers for a virtually unlimited amount of I/O lines. Description is in German only.

http://hobbyelektronik.org/w/index.php?title=USBLotIO
Author: Christof Rueß
Rating: not yet rated  [comments and votes]

HDBeamer

This do-it-yourself beamer uses V-USB in the microcontroller which does temperature control and counting hours of operation. Description is in German only.

http://www.ringwelt.de/HDBeamer/HDBeamer4b.html
Author: Ralf Tralow
Rating: not yet rated  [comments and votes]

USB DotMatrix Display

Have fun with a 5x7 dot matrix display (video on web site)! This controller circuit has an incredibly low component count.

http://tobiscorner.floery.net/projects/avr/misc-avr/usb-dotmatrix-display/143
Author: Tobias Flöry
Rating: not yet rated  [comments and votes]

USB DCF77 Receiver

DCF77 is a long wave transmitter in Germany which sends a precise time signal. It can be received in most of Central Europe. This receiver synchronizes your computer’s clock to the DCF77 signal.

http://www.kreuzholzen.de/projects/usb-dcf77-receiver/index_en.html
Author: Jürgen Beisert
Rating: not yet rated  [comments and votes]

MIDI Expression Pedal

This pedal is not just a great USB/MIDI device, it also demonstrates how to replace potentiometers with cheap and durable capacitive sensors.

http://www.ise.pw.edu.pl/~wzab/MIDI/pedal/index.html
Author: Wojciech Zabolotny
Rating:   [comments and votes]

Open Crypto-Token

A very cheap device performing Elliptic Curve Cryptography directly on the AVR. The private key is locked in the AVR’s flash memory to protect it from external access.

http://code.google.com/p/opencryptotoken/
Author: Mariusz Kryński
Rating: not yet rated  [comments and votes]

PS3negcon

This adapter allows the PS3 to use the NeGcon controller. Those who know the NeGcon will appreciate this project. Others don’t need to...

http://ps3negcon.element42.org/
Author: Mo Evans
Rating: not yet rated  [comments and votes]

kazzo

This is a NES (Nintendo Entertainment System) cartridge dumping and copying device. It can also write to flash cartridges.

http://sourceforge.jp/projects/unagi/wiki/kazzo_intro_en
Author: Unagi Kaihatu Kyoudou Kumiai
Rating: not yet rated  [comments and votes]

USB Wireless Tilt Mouse

This project explores the possibilities of a mouse controlled by tilt for environments where no flat surface for a conventional mouse is available.

http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2010/ss868_jfe5/ss868_jfe5/
Author: Skyler Schneider, Jack Ellsworth
Rating:   [comments and votes]

SCANALOGIC-2 - Logic Analyzer and Signal Generator

Although this Logic Analyzer is a commercial project, the entry level cost (for a kit) is exceptionally low.

http://www.ikalogic.com/scanalogic2/
Author: Ibrahim Kamal

MIDI Drum Trigger

The design goals of this MIDI drum trigger are: Simple, cheap and consisting only of easily available components.

http://www.ise.pw.edu.pl/~wzab/MIDI/perkusja/index.html
Author: Wojciech Zabolotny
Rating:   [comments and votes]

Monaka

This is basically a hardware- and firmware-framework for sensors and signal output with a MIDI and Open Sound Control interface so that it can be easily used for music and multimedia.

http://web.mac.com/kuwatay/morecat_lab./Monaka-e.html
Author: Yoshitaka Kuwata
Rating: not yet rated  [comments and votes]