PowerSwitch - The Pure Basics
A simple example intended to demonstrate how to use V-USB. This is Objective Development’s reference implementation.
https://www.obdev.at/products/vusb/powerswitch.htmlAuthor: 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.
https://www.obdev.at/products/vusb/remotesensor.htmlAuthor: 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.
https://www.obdev.at/products/vusb/hidkeys.htmlAuthor: 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.
https://www.obdev.at/products/vusb/automator.htmlAuthor: 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.htmAuthor: 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.phpAuthor: Raphaël Assénat
Rating: [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.
https://www.obdev.at/products/vusb/avrdoper.htmlAuthor: 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.htmlAuthor: 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.htmlAuthor: 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/25Author: 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/xu1541Author: 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.phpAuthor: 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.
https://github.com/ksz2k/irmouseAuthor: 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.htmAuthor: 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.
https://sites.google.com/site/vamposdecampos2/infrahidAuthor: 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.phpAuthor: 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#usblcdAuthor: 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!
https://dl.dropboxusercontent.com/u/75780951/The_Lord_Of_The_Keys.pdfAuthor: 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.
https://www.obdev.at/products/vusb/easylogger.htmlAuthor: 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.
https://www.obdev.at/products/vusb/bootloadhid.htmlAuthor: 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=15Author: 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-JoypadAuthor: 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.htmlAuthor: 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. For an ATTiny boot loader see Micronucleus.
https://www.obdev.at/vusb/usbasploader.htmlAuthor: 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#devisAuthor: 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-relaiskarteAuthor: 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/usb7Author: 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-enAuthor: Kamil Rezac
Rating: not yet rated [comments and votes]
Hit Counter
You have this very cool new website 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.htmlAuthor: 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.htmlAuthor: 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 website is currently in Japanese only, but Readme file in the project is in English.
http://web.mac.com/kuwatay/morecat_lab./ginger.htmlAuthor: 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 anymore. 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=2Author: 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 website is in Russian. You need to enter 6 digits (a CAPTCHA) to download the project.
http://narod.ru/disk/1762604000/ZX_USBJoy_20071020.zip.htmlAuthor: 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.phpAuthor: 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.phpAuthor: 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.htmlAuthor: 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. The DCF77 signal can be received in Germany and neighbouring countries.
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.shtmlAuthor: 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/usbmotAuthor: 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/USBTempAuthor: 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.htmlAuthor: 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.shtmlAuthor: 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.htmlAuthor: 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.netAuthor: 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.htmlAuthor: 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=9147Author: 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.htmlAuthor: 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.htmlAuthor: 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-padAuthor: 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.htmlAuthor: 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.htmlAuthor: 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.htmlAuthor: 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: [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-muxAuthor: 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.htmAuthor: 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.htmAuthor: 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=USBLotIOAuthor: 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.htmlAuthor: Ralf Tralow
Rating: not yet rated [comments and votes]
USB DotMatrix Display
Have fun with a 5x7 dot matrix display (video on website)! This controller circuit has an incredibly low component count.
http://tobiscorner.floery.net/projects/avr/misc-avr/usb-dotmatrix-display/143Author: 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.htmlAuthor: 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://wzab.cba.pl/STARE/MIDI/pedal/index.htmlAuthor: 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_enAuthor: 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://people.ece.cornell.edu/land/...s/s2010/ss868_jfe5/ss868_jfe5/index.htmlAuthor: 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://wzab.cba.pl/STARE/MIDI/perkusja/index.htmlAuthor: 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://morecatlab.akiba.coocan.jp/morecat_lab/Monaka-e.htmlAuthor: Yoshitaka Kuwata
Rating: not yet rated [comments and votes]
MOCO/MICO - USB to MIDI Converter
A simple and tiny USB to MIDI converter. It's so small that it fits into the MIDI connector!
http://morecatlab.akiba.coocan.jp/morecat_lab/MOCO-e.htmlAuthor: Yoshitaka Kuwata
Rating: [comments and votes]
PPM2USB - RC Remote Control as Joystick
This device converts the PPM signal of a radio remote control transmitter to USB joystick controls so that you can fly your simulator with the real remote control. It's very similar to Oleg Semyonov's version, but requires less exotic prerequisites.
http://thomaspfeifer.net/ppm2usb_adapter_en.htmAuthor: Thomas Pfeifer
Rating: [comments and votes]
Mr Spoony - Two-Servo Coffee Stirrer Robot
A smartphone's accelerometers generate the control signal which is sent over WiFi to a PC, which controls two servos of this robobot via USB.
http://pengu.student.utwente.nl/wordpress/?p=13Author: Michiel van der Coelen
Rating: not yet rated [comments and votes]
UKI - USB Key Injector
If you know what a keyboard injector is: This is the Pro-Model. A keyboard injector presents itself to the computer as a keyboard. You can imagine the rest.
http://www.nopsecurity.net/UKI1.htmAuthor: NOP Security
Rating: [comments and votes]
vusbtiny - ISP Programmer
An AVR ISP programmer stripped down to the bare minimum. An 8 pin AVR, no crystal and a couple of passive components.
http://www.simpleavr.com/avr/vusbtinyAuthor: Chris Chung
Rating: not yet rated [comments and votes]
LED Flower
Cool looking flowers with LED light effects, which can be controlled via USB. The site has detailed instructions and offers nice looking PCBs.
http://cccgoe.de/wiki/LED_FlowerAuthor: Johannes Agricola
Rating: not yet rated [comments and votes]
Speed Fan Regulator
A fan speed regulator for up to 3 fans. It has a temperature sensor uses the fan's RPM feedback pin. The actual regulation algorithm is done on the host CPU.
http://www.12mhz.com/projects/38/53-sfr-eng.htmlAuthor: sinopteek
Rating: not yet rated [comments and votes]
USB Funk - Radio Controlled Power Switch
Ever wanted to switch the power for some devices via USB? This device controls commercial 433 MHz remote control power outlets via USB, saving the wiring paths between your computer and the controlled outlets.
http://www.maltepoeggel.de/?site=usbfunkAuthor: Malte Pöggel
Rating: not yet rated [comments and votes]
CCD Spectrometer
This is a low cost, but high quality optical spectrometer. It can be used to measure the spectral distribution of light sources such as LEDs, or for physical analytics to measure absorption spectra.
http://fzu.cz/~dominecf/electronics/usb-spect/usb_spectrometer_dominec.pdf
Author: Filip Dominec
Rating: [comments and votes]
tinyFanduino
Another fan speed regulator for up to 2 fans. Web site and documentation are in Japanese.
http://www.wa.commufa.jp/~fanduino/index.html
Author: Tomonari Sugiyama
Rating: not yet rated [comments and votes]
Burgerking Lamp
This project shows what happens when a passionate hobbyist gets a cheap toy with an LED. It also demonstrates that V-USB projects don't require a PCB :-)
http://www.adlerweb.info/blog/2011/...cking-usb-anschluss-fur-burgerking-lampeAuthor: Florian Knodt
Rating: not yet rated [comments and votes]
Indictron - Monitor Continuous Integration Status
This is basically a controller which can switch 16 LEDs arranged in a 4 x 4 array. It comes with a plugin for Cruise Control .Net, a Continuous Integration Server, so that it can visualize the build status for up to four software projects.
http://bytecruft.blogspot.co.at/2011/04/build-system-status-monitor.htmlAuthor: Pedantite
Rating: not yet rated [comments and votes]
FIGnition - Simple 8 Bit Computer with Video
This simple Open Source 8 bit DIY computer with composite video output uses v-usb for firmware upgrades via the USBasp boot loader. The project is featured by the BBC and kits are available for sale.
http://www.fignition.co.uk/Author: Julian Skidmore
Rating: [comments and votes]
Red Feline Stompbox - USB Guitar Pedal
This is basically a one-key keyboard with a programmable state machine which allows it to offer reasonable semantic richness with only one key.
http://redfelineninja.org.uk/software/rfstompbox.htmlAuthor: Daniel Thompson
Rating: not yet rated [comments and votes]
USB Joystick Adapter
An adapter which connects two 9-pin digital joysticks as USB HID devices.
http://www.hexagons.de/index.php/USB_JoystickadapterAuthor: Andreas Paul
Rating: not yet rated [comments and votes]
Web-Controlled Rover with WebCam
This rover can be controlled via a web interface while you can see the world from the rover's perspective through a web cam. It uses v-usb to connect the motor drivers to the main computer.
http://www.homofaciens.de/technics-robots-rover-construction_en_navion.htmAuthor: Norbert Heinz
Rating: not yet rated [comments and votes]
uart2kbd - Virtual Keyboard
This is a USB keyboard without keys. Instead of pressing keys, you send it commands over a serial (UART) interface.
https://sourceforge.net/projects/uart2kbd/Author: Sunjun Kim
Rating: not yet rated [comments and votes]
Stand Alone Temperature/Voltage Logger
Wnat to know how precise your fridge holds its temperature? Just drop this tiny device into it and read out the temperature curve any time later.
http://www.insidegadgets.com/projects/standalone-temperaturevoltage-logger/Author: Alex
Rating: not yet rated [comments and votes]
Vacuum Fluorescent Display Driver
Many people like these old-style green glowing vacuum fluourescent displays. They are often available for a good price as surplus items. This circuit gives them new life!
https://github.com/ceemos/vfd-fv651gAuthor: Marcel Schneider
Rating: not yet rated [comments and votes]
Umlaut Keyboard
Some operating systems make it hard to enter Umlaut characters when a US keyboard is connected. This keyboard amends any keyboard by just the umlaut keys.
http://alpharesearch.de/?page_id=53Author: Markus Schulz
Rating: not yet rated [comments and votes]
Boxster - USB Gamepad
Boxster is a DIY HID-compliant USB gamepad. It supports up to 18 buttons and is fully plug-and-play - no drivers needed.
http://www.fulhack.org/boxster/index.htmlAuthor: Olof Holmgren
Rating: [comments and votes]
Magnetometer Mouse
This is an absolute pointing device based on a HMC5883L magnetometer. It works similar to a compass. Control the mouse pointer by moving the sensor in the air, pointing at the desired position.
https://github.com/denilsonsa/atmega8-magnetometer-usb-mouseAuthor: Denilson Figueiredo de Sá
Rating: not yet rated [comments and votes]
LC Meter
This is a computer controlled measurement instrument which can measure inductance and capacitance, frequency and voltage and it can also synthesize frequencies.
http://vusb.wikidot.com/project:lc-meter-usb
Author: Balogh Barnabás
Rating: [comments and votes]
Retro Adapter
This is yet another adapter for retro-style gamepads. It supports NES, SNES, SEGA Master System, SEGA Mega Drive/Genesis 3-button controller, SEGA Mega Drive/Genesis 6-button controller and Suncom TAC-2.
http://www.fulhack.org/retrodapter/index.htmlAuthor: Olof Holmgren
Rating: not yet rated [comments and votes]
phi-T Control
This is a foot controller for digital guitar effect software. It implements the USB MIDI class and is therefore directly recognized as MIDI device without any additional drivers.
http://philaudio.wordpress.com/projects/phi-t/phi-t-control/Author: Philipp Bulling
Rating: not yet rated [comments and votes]
Little Wire
This little gadget can be programmed to perform various tasks ranging from an AVR programmer, PWM/servo controller, ADC, I2C interface, SPI interface, UART interface to a 1-wire interface.
http://littlewire.cc/Author: Ihsan Kehribar
Rating: not yet rated [comments and votes]
ZX81 USB Keyboard
This looks like a Sinclair ZX81, but it is a real USB keyboard, just with the look and feel of a ZX81!
http://tynemouthsoftware.blogspot.co.at/2012/02/arduino-based-zx81-usb-keyboard.htmlAuthor: Dave Curran
Rating: not yet rated [comments and votes]
SPÖKA Night Light
IKEA's SPÖKA resembles a little glowing ghost. This project puts the ghost under USB control.
http://wejp.k.vu/hacks/usb_controlled_spoka_night_lightAuthor: Johannes Heimansberg
Rating: not yet rated [comments and votes]
USB IR Remote Receiver
A multi-protocol receiver for infrared remote controls.
https://www.mikrocontroller.net/articles/USB_IR_Remote_ReceiverAuthor: Portisch
Rating: not yet rated [comments and votes]
Case LED - CPU Usage Meter
Yes, this is an article about case modding. But it's not just about cool light effects, the light displays the current CPU load of the computer.
http://cuznersoft.com/wordpress/?p=164Author: Kevin Cuzner
Rating: not yet rated [comments and votes]
USB GPIO
In the old days, when computers had parallel ports, it was easy to interface prototype hardware with a computer. This project offers an alternative: General purpose I/O pins controlled via USB.
http://www.jenrathbun.com/Electronics/?page_id=759Author: Tom Struzik
Rating: not yet rated [comments and votes]
USB NES Controller Adapter
Playing NES games on an emulator is half the fun if you don't have the original controller. This adapter converts the NES controller into a USB joystick.
http://www.bidouille.org/elec/usbnesadapterAuthor: Victorien Villard
Rating: not yet rated [comments and votes]
USB Volume Control
You're playing music on your computer and somebody wants to talk to you or a phone call comes in. In order to reduce the volume, you must first get around the screen locker, find the audio player application, ... Not anymore, with this gadget!
http://obruboff.ru/usb-volume-control/Author: Обрубов Виталий
Rating: not yet rated [comments and votes]
RC-5 Remote
This is a USB keyboard controlled by an IR remote control. The firmware understands RC-5 (Philips) remote control codes.
http://www.marwedels.de/malte/usbir/Author: Malte Marwedel
Rating: [comments and votes]
Password Generator
You fear that people can watch you type your password? Or you always forget it? This device is a virtual keyboard which types your password automatically each time it's plugged in.
http://codeandlife.com/2012/03/03/diy-usb-password-generator/Author: Joonas Pihlajamaa
Rating: not yet rated [comments and votes]
AVRMIDI
This simple MIDI to USB converter is part of a bigger project, the lad-drum: an electronic drum kit based on AVRs.
http://code.google.com/p/lad-drum/Author: Adrian Gin
Rating: [comments and votes]
LED Cube
27 LEDs, arranged in a cube 3x3x3, each of them controllable via USB. This is a beginner's project, as it is intended to introduce to soldering at the hobby level.
http://cccgoe.de/wiki/LED_Cube/enAuthor: Johannes Agricola
Rating: not yet rated [comments and votes]
BlinkStick
This Open Source mini kit takes the hardware to the bare minimum! A bright RGB LED can be controlled by any host: Linux, Mac, Raspberry Pi or even Windows. Ideal for beginners!
http://http://www.blinkstick.com/
Author: Agile Innovative Ltd
Rating: not yet rated [comments and votes]
Programming Pen
This programmer is also a keyboard: It has a single key to initiate programming while contact pins are pressed down to the PCB.
http://www.anthonyvh.com/2013/04/24/programming-pen-usb-interface/Author: Anthony Van Herrewege
Rating: not yet rated [comments and votes]
FlyStick
The FlyStick is mostly a passive device: It reflects IR light back to a camera which can then determine the position and rotation of the stick. A microcontroller with V-USB handles two joystick keys on the stick.
http://www-user.tu-chemnitz.de/~heha/mb-iwp/FlyStick/#2
Author: Henrik Haftmann
Rating: not yet rated [comments and votes]
SHT11 - Temperature and Humidity Sensor
This circuit connects an SHT11 temperature and humidity sensor chip via USB. The firmware provides excessive HID self-description and implements proper power management.
http://www-user.tu-chemnitz.de/~heha/bastelecke/Rund%20um%20den%20PC/SHT11/
Author: Henrik Haftmann
Rating: not yet rated [comments and votes]
tinyUSBboard - Arduino Compatible AVR Board
An Arduino compatible prototyping board, so simple that it can easily be built on breadboard! It is not only easy to build, but also cheap due to the tiny bill of materials.
http://matrixstorm.com/avr/tinyusbboard/Author: Stephan B.
Rating: [comments and votes]
HiCu
An AVR development board with 62 digital I/O pins, 16 inputs for just 22$, based on the ATMega640!
http://www.workinprogress.ca/projects/hicu/Author: Patrick Sébastien
Rating: not yet rated [comments and votes]
CVpal - USB for Analog Synthesizers
This DIY kit controls analog synthesizers via USB MIDI from your computer, iPad or iPhone. It offers two CV and two gate outputs.
http://mutable-instruments.net/modules/cvpalAuthor: Olivier Gillet
Rating: not yet rated [comments and votes]
Party Pushbutton
Technically, this is a mouse with one button and no x/y controls. But the application as a party photo service makes it so useful!
http://www.anthonyvh.com/2013/09/25/party-pushbutton/Author: Anthony Van Herrewege
Rating: not yet rated [comments and votes]
Tiny AVR JTAG Programmer
A small and inexpensive programmer for all AVRs that supports JTAG programming. Compatible with AVRDUDE programming software.
http://www.embedded-creations.com/projects/tiny-avr-jtag-programmer/Author: Louis Beaudoin
Rating: not yet rated