Skip to content

raphnet/wusbmote

Repository files navigation

Wiimote accessory to USB adapter firmware

A firmware to usb Wiimote accessories (Classic controller, Nunchuk, etc) an a computer with an USB port.

Project homepage

Schematic and additional information are available on the project homepage:

English: Wiimote accessory to USB adapter French: Adaptateur pour accessoires wiimote à USB

Supported micro-controller(s)

Currently supported micro-controller(s):

  • Atmega8
  • Atmega168

Adding support for other micro-controllers should be easy, as long as the target has enough IO pins, enough memory (flash and SRAM) and is supported by V-USB.

Built with

License

This project is licensed under the terms of the GNU General Public License, version 2.

Acknowledgments

  • Thank you to Objective development, author of V-USB for a wonderful software-only USB device implementation.