* The following is a list of known AVR USB development boards, which recommend using LUFA for the USB stack. Some of these\r
* are open design, and all are available for purchase as completed development boards suitable for project development.\r
*\r
- * - Micropendous, an open design/source set of AVR USB development boards: http://micropendous.org/\r
+ * - AT90USB162 Breadboard PCB (Russian): http://microsin.ru/content/view/685/44/\r
* - Benito #7, a no-frills USB board: http://www.dorkbotpdx.org/wiki/benito\r
* - Bumble-B, yet another AT90USB162 development board: http://fletchtronics.net/bumble-b\r
- * - USB10 AKA "The Ferret", a AT90USB162 development board: http://www.soc-machines.com\r
- * - USBFoo, an AT90USB162 based development board: http://shop.kernelconcepts.de/product_info.php?products_id=102\r
+ * - JM-DB-U2, an ATMEGA32U2 development board: http://u2.mattair.net/index.html\r
+ * - Micropendous, an open design/source set of AVR USB development boards: http://micropendous.org/\r
+ * - Nanduino, a do-it-yourself AT90USB162 board: http://www.makestuff.eu/wordpress/?page_id=569\r
* - Teensy and Teensy++, two other AVR USB development boards: http://www.pjrc.com/teensy/index.html\r
+ * - U2DIL/U4DIL, a set of DIP layout USB AVR boards: http://www.reworld.eu/re/en/products/u2dil/\r
+ * - USB10 AKA "The Ferret", a AT90USB162 development board: http://www.soc-machines.com\r
* \r
* \section Sec_LUFAProjects Projects Using LUFA (Hobbyist)\r
*\r
* The following are known hobbyist projects using LUFA. Most are open source, and show off interesting ways that the LUFA library\r
* can be incorporated into many different applications.\r
*\r
+ * - Accelerometer Game Joystick: http://www.crictor.co.il/he/episodes/joystick/\r
+ * - Arcade Controller: http://fletchtronics.net/arcade-controller-made-petunia\r
+ * - AVR USB Modem, a 3G Wireless Modem host: http://code.google.com/p/avrusbmodem/\r
* - Bicycle POV: http://www.code.google.com/p/bicycleledpov/\r
* - CAMTRIG, a remote Camera Trigger device: http://code.astraw.com/projects/motmot/camtrig\r
- * - "Fingerlicking Wingdinger" (WARNING: Bad Language if no Javascript), a MIDI controller - http://noisybox.net/electronics/wingdinger/\r
+ * - CD Driver Emulator Dongle for ISO Files: http://cdemu.blogspot.com/\r
+ * - ClockTamer, a configurable clock generator: http://code.google.com/p/clock-tamer/\r
+ * - "Fingerlicking Wingdinger" (WARNING: Bad Language if no Javascript), a MIDI controller: http://noisybox.net/electronics/wingdinger/\r
* - Garmin GPS USB to NMEA standard serial sentence translator: http://github.com/nall/garmin-transmogrifier/tree/master\r
- * - Generic HID Device Creator : http://generichid.sourceforge.net/\r
- * - Mobo 4.3, some sort of Audio related device: http://sites.google.com/site/lofturj/mobo4_3\r
+ * - Generic HID Device Creator: http://generichid.sourceforge.net/\r
* - NES Controller USB modification: http://projects.peterpolidoro.net/video/NESUSB.htm\r
+ * - Linux Secure Storage Dongle: http://github.com/TomMD/teensy\r
* - MakeTV Episode Dispenser: http://www.youtube.com/watch?v=BkWUi18hl3g\r
+ * - Midimonster, a USB-to-MIDI gateway board: http://www.dorkbotpdx.org/wiki/midimonster\r
* - Opendous-JTAG, an open source JTAG device: http://code.google.com/p/opendous-jtag/\r
* - Openkubus, an open source hardware-based authentication dongle: http://code.google.com/p/openkubus/\r
* - Orbee, a USB connected RGB Orb for notifications: http://www.franksworkshop.com.au/Electronics/Orbee/Orbee.htm\r
+ * - Programmable XBOX controller: http://richard-burke.dyndns.org/wordpress/pan-galactic-gargantuan-gargle-brain-aka-xbox-360-usb-controller/\r
* - Reprap with LUFA, a LUFA powered 3D printer: http://code.google.com/p/at90usb1287-code-for-arduino-and-eclipse/\r
* - SEGA Megadrive/Genesis Development Cartridge: http://www.makestuff.eu/wordpress/?page_id=398\r
- * - SEGA Megadrive/Super Nintendo Cartridge Reader: http://www.snega2usb.com\r
* - Stripe Snoop, a Magnetic Card reader: http://www.ossguy.com/ss_usb/\r
* - USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001\r
* - Userial, a USB to Serial converter with SPI, I2C and other protocols: http://www.tty1.net/userial/\r
+ * - XUM1541, a Commodore 64 floppy drive to USB adapter: http://www.root.org/~nate/c64/xum1541/\r
* \r
* \section Sec_LUFACommercialProjects Projects Using LUFA (Commercial)\r
*\r
* solutions with no source code given.\r
*\r
* - ARPS Locator: http://la3t.hamradio.no/lab//?id=tracker_en\r
- * - BAP, A tiny LUFA based AVR Programmer: http://www.busware.de/tiki-index.php?page=BAP\r
* - Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/\r
- * - Lightweight CC110x USB dongle for 868MHz Protocols: http://busware.de/tiki-index.php?page=CUL\r
+ * - Penguino, an Arduino Board With On-Board LUFA Powered Debugger/Programmer: http://wiki.icy.com.au/PenguinoAVR\r
+ * - Many of Busware's Products: http://www.busware.de/\r
+ * - MIDIFighter, a USB-MIDI controller: http://www.midifighter.com/\r
+ * - Mobo 4.3, a USB controlled all band (160-10m) HF SDR transceiver: http://sites.google.com/site/lofturj/mobo4_3\r
+ * - Retrode, a USB Games Console Cartridge Reader: http://www.retrode.org\r
+ * - XMEGA Development Board, using LUFA as an On-Board Programmer: http://xmega.mattair.net/\r
+ *\r
+ * \section Sec_LUFAPublications Publications Mentioning LUFA\r
+ * - Elektor Magazine, "My First AVR-USB" by Antoine Authier (feature), January 2010 Issue\r
+ * - Elektor Magazine, "USB is Cool/Sucks" by Jerry Jacobs and Chris Vossen (minor mention), January 2010 Issue\r
+ * - Elektor Magazine, "20 x Open Source" by Jens Nickel, March 2010 Issue\r
*/
\ No newline at end of file