You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,30 @@ Binaries for each configuration and PCB design are at the end of this page.
13
13
14
14
# Release notes
15
15
16
+
## v0.18
17
+
18
+
### Features
19
+
20
+
- Wii-classic controller now works with WaveShare RP2040-PiZero. [#64](https://github.com/fhoedemakers/pico-infonesPlus/issues/64)
21
+
22
+
For this to work you need a [Adafruit STEMMA QT / Qwiic JST SH 4-pin Cable with Premium Female Sockets](https://www.adafruit.com/product/4397), a [Adafruit Wii Nunchuck Breakout Adapter - Qwiic](https://www.adafruit.com/product/4836) and a [Wii-classic controller](https://www.amazon.com/s?k=wii-classic+controller)
Copy file name to clipboardExpand all lines: README.md
+30-4Lines changed: 30 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ You can use it with these RP2040/RP2350 boards and configurations:
52
52
53
53
-[Waveshare RP2040-PiZero Development Board](https://www.waveshare.com/rp2040-pizero.htm)
54
54
55
-
For use with a USB gamecontroller or up to two legacy NES controllers. (No soldering requirerd)
55
+
For use with a USB gamecontroller, up to two legacy NES controllers, or a WII classic controller. (No soldering requirerd)
56
56
57
57
You can 3d print your own NES-like case for for this board. This does require some soldering.
58
58
@@ -92,6 +92,7 @@ Depending on the hardware configuration, the emulator supports these gamecontrol
92
92
- BUFFALO BGC-FC801 connected to USB - not tested
93
93
- Legacy Controllers
94
94
- One or optional two original NES controllers.
95
+
- WII-classic controller.
95
96
96
97
When using Legacy Controllers, you can choose between:
97
98
* NES Controller. A second controller port and controller is optional and only needed if you want to play two player games using NES controllers. Two player games can also be played with a USB controller and a NES controller.
@@ -100,8 +101,9 @@ When using Legacy Controllers, you can choose between:
@@ -513,11 +515,27 @@ For two player games with two NES controllers you need an extra NES controller p
513
515
| NES LATCH | GPIO9 | GPIO11||
514
516
| NES Data | GPIO6 | GPIO12||
515
517
518
+

519
+
516
520
> [!NOTE]
517
521
> Contrary to other configurations where VCC is connected to 3Volt, VCC should be connected to a 5Volt pin. Otherwise the NES controller could possibly not work.
[DynaMight1124](https://github.com/DynaMight1124) designed a NES-like case you can 3d-print as an enclosure for this board. This enclosure is designed for 2 NES controller ports so you can play 1 or 2-player games. [Click here for the design](https://www.thingiverse.com/thing:6758682). Please contact the creator on his Thingiverse page if you have any questions about this case.
0 commit comments