Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JSnowden33/ClassicPlus
Wii Classic Controller and Nunchuk emulator.
https://github.com/JSnowden33/ClassicPlus
Last synced: 3 months ago
JSON representation
Wii Classic Controller and Nunchuk emulator.
- Host: GitHub
- URL: https://github.com/JSnowden33/ClassicPlus
- Owner: JSnowden33
- License: gpl-3.0
- Created: 2018-07-05T21:22:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T17:53:48.000Z (over 5 years ago)
- Last Synced: 2023-10-20T06:27:08.098Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 343 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-portablizing - Classic+ - Wii Classic Controller and Nunchuk emulator (Hardware / Nintendo)
README
# Classic+
Classic+ is a hardware emulator that replaces the Wii Classic Controller and Nunchuk.![Classic+](https://i.imgur.com/NcnILJN.jpg)
### Usage
Classic+ normally operates as a Classic Controller. Nunchuk mode can be enabled at any time by connecting the MD pin to GND. The device can be temporarily disabled by connecting the EN pin to GND. The SDA, SCL, and DET pins should be connected to a Wii Remote expansion port. Unofficial Wii Remotes may not be supported.The Wii Remote IR camera can be emulated using the right joystick only in Nunchuk mode. This feature is only supported on non-TR Wii Remotes. The real IR camera must be removed from the Wii Remote before using IR camera emulation. Sensitivity adjustment is available in the homebrew app.
Soldering the accelerometer IC is optional. Without it, Nunchuk mode will report neutral values.
Classic+ works with Wii Remotes and SNES Classic. NES Classic support is untested.
PCBs can be ordered here: https://oshpark.com/shared_projects/poSQyyw2
### Updating
Place `update.hex` from the Firmware folder on the root of an SD card or USB storage device. Run the Wii homebrew app with a Classic+ board connected to a Wii Remote and select "Update Classic+". Note that the update process can take up to 10 minutes.### Safe Mode
Safe mode can be enabled by holding the X and Y buttons when the Classic+ powers on. Safe mode only supports updating through the homebrew app. Buttons, joysticks, and calibration will not work.
### Programming
Flash the pre-compiled `firmware.hex` using MPLAB IPE with a PICkit 3.### Compiling
Make a project in MPLAB X IDE for PIC16F18876 with the XC8 compiler. The Bootloader and Main Program must be compiled as separate projects and flashed onto the same device using the code offset and Preserve Program Memory features or by manually combining the compiled .hex files.