Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LUFAPoweredProjects.txt 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. /** \file
  2. *
  3. * This file contains special DoxyGen information for the generation of the main page and other special
  4. * documentation pages. It is not a project source file.
  5. */
  6. /** \page Page_LUFAPoweredProjects User Projects Powered by LUFA
  7. *
  8. * LUFA is currently in use all around the world, in many applications both commercial and non-commercial. Below is a
  9. * list of known public LUFA powered projects, which all use the LUFA library in some way. Feel free to visit each project's
  10. * home page for more information on each project.
  11. *
  12. * If you have a project that you would like to add to this list, please contact me via the details on the main page of this
  13. * documentation.
  14. *
  15. * \section Sec_BoardsUsingLUFA AVR-USB Development Boards Using LUFA
  16. *
  17. * The following is a list of known AVR USB development boards, which recommend using LUFA for the USB stack. Some of these
  18. * are open design, and all are available for purchase as completed development boards suitable for project development.
  19. *
  20. * \li AVR-USB-162, a USBKEY-like development board for the AT90USB162: http://olimex.com/dev/avr-usb-162.html
  21. * \li Benito #7, a no-frills USB board: http://www.dorkbotpdx.org/wiki/benito
  22. * \li Duce, the sucessor to the Benito #7: http://dorkbotpdx.org/wiki/duce
  23. * \li JM-DB-U2, an ATMEGA32U2 development board: http://u2.mattair.net/index.html
  24. * \li Micropendous, an open design/source set of AVR USB development boards: http://micropendous.org/
  25. * \li Microsin AVR-USB162 breakout board, a DIY AT90USB162 development board: http://microsin.ru/content/view/685/44/
  26. * \li Minimus USB, a board specially designed for PSGroove: http://www.minimususb.com/
  27. * \li Nanduino, a do-it-yourself AT90USB162 board: http://www.makestuff.eu/wordpress/?page_id=569
  28. * \li Sparkfun ATMEGA8U2 breakout board: http://www.sparkfun.com/products/10277
  29. * \li Teensy and Teensy++, two other AVR USB development boards: http://www.pjrc.com/teensy/index.html
  30. * \li U2DIL/U4DIL, a set of DIP layout USB AVR boards: http://www.reworld.eu/re/en/products/u2dil/
  31. * \li USB2AX, a tiny USB to serial converter board: http://paranoidstudio.assembla.com/wiki/show/paranoidstudio/USB2AX
  32. * \li USBFOO 2, AT90USB162 based development board: http://shop.kernelconcepts.de/product_info.php?products_id=102
  33. *
  34. * \section Sec_LUFAProjects Projects Using LUFA (Hobbyist)
  35. *
  36. * The following are known hobbyist projects using LUFA. Most are open source, and show off interesting ways that the LUFA library
  37. * can be incorporated into many different applications.
  38. *
  39. * \li Accelerometer Game Joystick: http://www.crictor.co.il/he/episodes/joystick/
  40. * \li Arcade Controller: http://fletchtronics.net/arcade-controller-made-petunia
  41. * \li Arcade Joystick: http://jamie.lentin.co.uk/embedded/arcade-joystick/
  42. * \li AttoBasic AVR BASIC interpreter: http://www.cappels.org/dproj/AttoBasic2_1/AttoBasic_2.1_with_USB_and_Arduino_support.html
  43. * \li AVR USB Modem, a 3G Wireless Modem host: http://code.google.com/p/avrusbmodem/
  44. * \li Bicycle POV: http://www.code.google.com/p/bicycleledpov/
  45. * \li Bluetooth Explorerbot: http://code.google.com/p/bluetooth-explorerbot/
  46. * \li Bus Ninja, an AVR clone of the popular BusPirate project: http://blog.hodgepig.org/busninja/
  47. * \li CAMTRIG, a remote Camera Trigger device: http://code.astraw.com/projects/motmot/camtrig
  48. * \li CD Driver Emulator Dongle for ISO Files: http://cdemu.blogspot.com/
  49. * \li ClockTamer, a configurable clock generator: http://code.google.com/p/clock-tamer/
  50. * \li Collection of alternative Arduino Uno firmwares: http://hunt.net.nz/users/darran/
  51. * \li Computer controlled LED matrix (Russian): http://we.easyelectronics.ru/AVR/nebolshoy-primer-s-lufa-hidapi.html
  52. * \li CULFW, a 868MHz RF packet encoder/decoder: http://www.koeniglich.de/culfw/culfw.html
  53. * \li Dashkey, a custom PC keyboard controller: http://geekhack.org/showwiki.php?title=Island:19096
  54. * \li DIY PS3 controller emulator: https://code.google.com/p/diyps3controller/
  55. * \li EMuSer, a USB-RS422 adapter for E-Mu samplers: http://www.emxp.net/EMuSer.htm
  56. * \li Estick JTAG, an ARM JTAG debugger: http://code.google.com/p/estick-jtag/
  57. * \li "Fingerlicking Wingdinger" (WARNING: Bad language if no Javascript), a MIDI controller: http://noisybox.net/electronics/wingdinger/
  58. * \li Flyatar, a real-time fly tracking system: https://github.com/peterpolidoro/Flyatar
  59. * \li FootJoy, a 22 button, 6-axis josystick with keyboard and mouse modes: https://bitbucket.org/sirbrialliance/foot-joy/
  60. * \li Gamecube controller to USB adapter: https://www.facebook.com/media/set/?set=a.10150202447076304.310536.688776303&l=df53851c50
  61. * \li Garmin GPS USB to NMEA standard serial sentence translator: http://github.com/nall/garmin-transmogrifier/tree/master
  62. * \li Generic HID Device Creator: http://generichid.sourceforge.net/
  63. * \li Generic HID Open Source Framework: http://www.waitingforfriday.com/index.php/USB_Generic_HID_Open_Source_Framework_for_Atmel_AVR_and_Windows
  64. * \li Ghetto Drum, a MIDI drum controller: http://noisybox.net/art/gdrum/
  65. * \li GPS enabled lap timer for vehicles: http://www.assembla.com/code/ironlung/subversion/nodes/trunk/LapTimer
  66. * \li Hardware Volume Control: https://github.com/davidk/hw-volume-control
  67. * \li Hiduino, a USB-MIDI replacement firmware for the Arduino Uno: http://code.google.com/p/hiduino/
  68. * \li Ikea RGB LED USB modification: http://slashhome.se/p/projects/id/ikea_dioder_usb/#project
  69. * \li IR Remote to Keyboard decoder: http://netzhansa.blogspot.com/2010/04/our-living-room-hi-fi-setup-needs-mp3.html
  70. * \li Jukebox panic button: http://thinkl33t.co.uk/the-panic-button
  71. * \li LED Panel controller: http://projects.peterpolidoro.net/caltech/panelscontroller/panelscontroller.htm
  72. * \li Linux Secure Storage Dongle: http://github.com/TomMD/teensy
  73. * \li LUFA powered DDR dance mat (French): http://logicien-parfait.fr/dokuwiki/doku.php?id=projet:ddr_repair
  74. * \li MakeTV Episode Dispenser: http://www.youtube.com/watch?v=BkWUi18hl3g
  75. * \li MidiMonster, a USB-to-MIDI gateway board: http://www.dorkbotpdx.org/wiki/midimonster
  76. * \li MIDI Theremin: http://baldwisdom.com/usb-midi-controller-theremin-style-on-arduino-uno/
  77. * \li MIDI interface hack of a toy Guitar: http://blog.x37v.info/2011/06/26/toy-guitar-hacked-midi-conroller
  78. * \li MiniBloq, a graphical Ardunio programming environment : http://minibloq.org/
  79. * \li MiXley, a port of the Teacup 3D printer firmware for the USB AVRs: http://codaset.com/michielh/mixley
  80. * \li Mobo 4.3, a USB controlled all band (160-10m) HF SDR transceiver: http://sites.google.com/site/lofturj/mobo4_3
  81. * \li Moco, a native Arduino Uno MIDI replacement firmware: http://web.mac.com/kuwatay/morecat_lab./MocoLUFA.html
  82. * \li Motherboard BIOS flasher: http://www.coreboot.org/InSystemFlasher
  83. * \li Multi-button Joystick (French): http://logicien-parfait.fr/dokuwiki/doku.php?id=projet:joystick
  84. * \li Music Playing Alarm Clock (Tutorial): http://www.instructables.com/id/Music-Playing-Alarm-Clock/
  85. * \li Nehebkau, Laptop Controlled Keyboard and Mouse: http://www.frank-zhao.com/cache/nehebkau.php
  86. * \li NeroJTAG, a JTAG dongle: https://github.com/makestuff/neroJtag
  87. * \li NES Controller USB modification: http://projects.peterpolidoro.net/video/NESUSB.htm
  88. * \li Nikon wireless camera remote control (Norwegian): http://hekta.org/~hpe1119/
  89. * \li Opendous-JTAG, an open source ARM JTAG debugger: http://code.google.com/p/opendous-jtag/
  90. * \li Openkubus, an open source hardware-based authentication dongle: http://code.google.com/p/openkubus/
  91. * \li Orbee, a USB connected RGB Orb for notifications: http://www.franksworkshop.com.au/Electronics/Orbee/Orbee.htm
  92. * \li PPM signal generator over USB: https://github.com/G33KatWork/USBPPM
  93. * \li Programmable keyboard controller: http://41j.com/blog/2011/10/a-programmable-keyboard-controller/
  94. * \li Programmable XBOX controller: http://richard-burke.dyndns.org/wordpress/pan-galactic-gargantuan-gargle-brain-aka-xbox-360-usb-controller/
  95. * \li PSGroove, a Playstation 3 Homebrew dongle: http://github.com/psgroove
  96. * \li PS/2 to USB adapter: https://github.com/makestuff/p2ukbd
  97. * \li Reprap with LUFA, a LUFA powered 3D printer: http://code.google.com/p/at90usb1287-code-for-arduino-and-eclipse/
  98. * \li RFPirate, a RF experimentation platform: https://github.com/ebuller/RF-Pirate
  99. * \li RF Transciever using the MRF49XA: http://alternet.us.com/?page_id=1494
  100. * \li SD Card reader: http://elasticsheep.com/2010/04/teensy2-usb-mass-storage-with-an-sd-card/
  101. * \li SDR1, a Software Defined Radio firmware: https://code.google.com/p/sdr-mk1/
  102. * \li SEGA Megadrive/Genesis Development Cartridge: http://www.makestuff.eu/wordpress/?page_id=398
  103. * \li Serial Line bus analyser: http://www.pjrc.com/teensy/projects/SerialAnalyzer.html
  104. * \li SNES custom FLASH ROM: http://electrifiedfoolingmachine.co/?page_id=633
  105. * \li Smartcard Detective: https://code.google.com/p/smartcarddetective/
  106. * \li SmartportVHD Apple II Mass Storage adapter: http://pcedric3.free.fr/SmartportVHD/
  107. * \li Single LED Matrix Display: http://guysoft.wordpress.com/2009/10/08/bumble-b/
  108. * \li Simple USB LED Controller: https://github.com/scottbez1/sulc
  109. * \li Stripe Snoop, a Magnetic Card reader: http://www.ossguy.com/ss_usb/
  110. * \li Stylophone, with USB MIDI connectivity: http://www.waitingforfriday.com/index.php/Stylophone_Studio_5
  111. * \li Teensy SD Card .WAV file player: http://elasticsheep.com/2010/04/teensy2-usb-wav-player-part-1/
  112. * \li Touchscreen Input Device: http://capnstech.blogspot.com/2010/07/touchscreen-update.html
  113. * \li UDFS, a BBC Micro USB disk filing system: https://github.com/makestuff/udfs
  114. * \li Universal USB AVR Module: http://usbavr.bplaced.net/
  115. * \li USB2AX, a USB to Dynamixel network adapter: http://paranoidstudio.assembla.com/wiki/show/paranoidstudio/USB2AX
  116. * \li USB Infrared Receiver/Transmitter: http://vaton4.web2001.cz/
  117. * \li USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001
  118. * \li USB MIDI to DMX controller: http://github.com/hanshuebner/miDiMX
  119. * \li USB powered Geiger Counter: http://uhrheber.wordpress.com/2011/04/28/a-usb-powered-geiger-counter-for-the-z2-and-other-computers/
  120. * \li Userial, a USB to Serial converter with SPI, I2C and other protocols: http://www.tty1.net/userial/
  121. * \li Wireless MIDI Guitar system: http://www.ise.pw.edu.pl/~wzab/wireless_guitar_system/
  122. * \li Xnormidi, a C MIDI library: http://x37v.info/projects/xnormidi
  123. * \li XUM1541, a Commodore 64 floppy drive to USB adapter: http://www.root.org/~nate/c64/xum1541/
  124. * \li Zeus, a touch screen computer for music manipulation: http://www.benbengler.com/developments_zeus.html
  125. *
  126. * \section Sec_LUFACommercialProjects Projects Using LUFA (Commercial)
  127. *
  128. * The following is a list of known commercial products using LUFA. Some of these are open source, although many are "black-box"
  129. * solutions with no source code given. Those companies which have purchased a Commercial License to LUFA (see \ref Page_LicenseInfo)
  130. * are not listed here unless specifically requested.
  131. *
  132. * \li Arduino Uno, the official Arduino board: http://www.arduino.cc
  133. * \li ARPS Locator: http://la3t.hamradio.no/lab//?id=tracker_en
  134. * \li AsTeRICS assistive technologies project, HID actuator: http://www.asterics.eu
  135. * \li Ceberus, a MadCatz Xbox 360 arcade stick modifier: http://www.phreakmods.com/products/cerberus
  136. * \li CFFA3000, a CompactFlash interface for the Apple II: http://www.dreher.net/CFforAppleII
  137. * \li Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/
  138. * \li FinchRobot, a robot designed for educational use: http://www.finchrobot.com/
  139. * \li HummingBird Kit, a robotics learning platform: http://www.hummingbirdkit.com/
  140. * \li Penguino, an Arduino Board With On-Board LUFA Powered Debugger/Programmer: http://wiki.icy.com.au/PenguinoAVR
  141. * \li PIR-1, an IR control interface for consumer electronics: http://www.promixis.com/pir-1.php
  142. * \li PIR-4, a USB Connected 4 port IR transmitter: http://promixis.com/pir-4.php
  143. * \li KeyGlove, an alternative input system: http://www.keyglove.net/
  144. * \li Many of Busware's Products: http://www.busware.de/
  145. * \li MIDIFighter, a USB-MIDI controller: http://www.midifighter.com/
  146. * \li Norduino, a wireless Arduino: http://norduino.robomotic.com/norduino-is-now-usb-hid/
  147. * \li Olimex AVR-ISP-MK2, an AVRISP-MKII Clone AVR Programmer: https://www.olimex.com/dev/avr-isp-mk2.html
  148. * \li Retrode, a USB Games Console Cartridge Reader: http://www.retrode.org
  149. * \li RFI21.1EU UHF RFID reader: http://www.metra.cz/rfid/uhf-rfid-ctecky/rfi21-1eu-uhf-rfid-ctecka.htm
  150. * \li SmartCardDetective, a Smart Card analysis tool: http://www.smartcarddetective.com/
  151. * \li USBTINY-MKII, an AVRISP-MKII Clone AVR Programmer: http://tom-itx.dyndns.org:81/~webpage/boards/USBTiny_Mkii/USBTiny_Mkii_index.php
  152. * \li UDS18B20 USB Temperature sensor: http://toughlog.org/uds18b20/
  153. * \li VMeter, a USB MIDI touch strip controller: http://www.vmeter.net/
  154. * \li XMEGA Development Board, using LUFA as an On-Board Programmer: http://xmega.mattair.net/
  155. * \li Zeptoprog, a multifunction AVR programmer: http://www.mattairtech.com/index.php/featured/zeptoprog.html
  156. *
  157. * \section Sec_LUFAPublications Publications Mentioning LUFA
  158. * The following are published magazines which have either mentioned or featured the LUFA library.
  159. *
  160. * \li Elektor Magazine, "My First AVR-USB" by Antoine Authier (feature), January 2010 Issue
  161. * \li Elektor Magazine, "USB is Cool/Sucks" by Jerry Jacobs and Chris Vossen (minor mention), January 2010 Issue
  162. * \li Elektor Magazine, "20 x Open Source" by Jens Nickel, March 2010 Issue
  163. * \li Circuit Cellar Magazine, "Advanced USB Design Debugging" by Collin O'Flynn, August 2010 Issue
  164. *
  165. * \section Sec_LUFANotableMentions Other Notable Mentions of LUFA
  166. * The following are non-magazine but notable mentions of the LUFA library.
  167. *
  168. * \li Adafruit "Ask an Engineer", 7th November 2010
  169. * \li Arduino 2010 Keynote speech
  170. * \li The Amp Hour podcast blog #11
  171. * \li Blackhat 2011 conference, "Exploiting USB Devices with Arduino"
  172. *
  173. * \section Sec_PortsAndForks Non-Official LUFA Ports and Forks
  174. * The following are unofficial forks of the LUFA codebase, which implement different features such as support for
  175. * additional architectures.
  176. *
  177. * \li NXP's official "nxpusblib" LUFA fork, for LPC devices: http://www.lpcware.com/content/project/nxpusblib
  178. * \li Kevin Mehall's LUFA port to the NXP LPC13xx: https://github.com/kevinmehall/LUFA-LPC13xx
  179. *
  180. */