Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/ClusterM/nes2wii.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a8056f7b6eaa0622c76be9e102f9a12a7d7720d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# NES2Wii

NES2Wii - NES/SNES/N64/SMD gamepad to Wii remote adapter

Features:

* You can play Wii virtual console games using original NES/SNES/N64/SMD gamepad!
* You can connect Wiimote to PC via bluetooth and use original NES/SNES/N64/SMD controllers with emulators

## Schematics

![Schematics](nes2wii.png)

Just ATMEGA16 (or any other ATMEGA, just recompile source code). And yes, you need 20MHz crystal for N64 support.

## Fuses
* Low fuse: 0xCF
* High fuse: 0xC9

## How to use with PC
1. Install [GlovePIE](https://sites.google.com/site/carlkenner/glovepie) and [PPJoy](https://www.google.ru/search?q=ppjoy+download)
2. Add virtual joystick using PPJoy
3. Load "classic_controller.pie" script into GlovePIE and start it
4. Connect Wiimote to PC using bluetooth

## Tested on

* ATMEGA16A, 20MHz crystal
* NES, SNES, N64 and SMD controllers

## Modes
There are three modes for NES/SNES/SMD controllers:
* Mode #1 - D-Pad works as left analog stick and D-Pad on classic controller at the same time
* Mode #2 - D-Pad works as left analog stick only
* Mode #3 - D-Pad works as D-Pad only

You can hold Start+A+B for a few seconds to change mode. Green led will blink 1/2/3 times indicating new mode.

## Known bugs/problems

* You you need to reconnect adapter after channel start or exit to Wii menu. Maybe separate device detect wire will fix this problem? Or I need to reinitialize device somehow? Dunno :(

## Author/contacts

**Alexey 'Cluster' Avdyukhin**

clusterrr@clusterrr.com

[https://github.com/ClusterM](https://github.com/ClusterM "https://github.com/ClusterM")

[http://clusterrr.com](http://clusterrr.com "http://clusterrr.com")