DJHero-Lucio icon indicating copy to clipboard operation
DJHero-Lucio copied to clipboard

Code and CAD files for the DJ Hero Lucio controller

DJ Hero Lucio

This project allows a user to play the character of Lucio in Overwatch using an Arduino and a DJ Hero turntable for the Nintendo Wii.

For more information, check out the blog post on PartsNotIncluded.com.

Dependencies

The DJ Hero Lucio program uses my NintendoExtensionCtrl library (0.7.4) to handle communication to the DJ Hero controller itself.

This program was compiled using version 1.8.8 of the Arduino IDE. If using an Arduino board such as the Leonardo or Pro Micro, the program is dependent on the Arduino Keyboard, Mouse, and Wire libraries which are installed with the IDE. If using a Teensy microcontroller, the program was built using Teensyduino 1.45 which you can download here, and also requires the i2c_t3 library version 10.1.

I've linked to the specific releases that I used to compile this code. Note that other versions may not be compatible.

License

This project is licensed under the terms of the GNU General Public License, either version 3 of the License, or (at your option) any later version.