WavePhoenix – Open-source implementation of the Nintendo WaveBird protocol

133 zdw 14 5/26/2025, 3:37:12 PM github.com ↗

Comments (14)

simlevesque · 2d ago
Available for preorders as premade devices here: https://www.laserbear.net/products/wavephoenix-replacement-w...
someperson · 2d ago
This is fantastic because there a large amount of WaveBirds controllers in existence which are missing their dongles.
iopapa · 2d ago
Finally some love for the best controller ever made. Name of the project is also great. Hope to see some usb version of the dongle hw that supports multiple controllers.
bilekas · 2d ago
Ooh this is fun actually will check this out. I have my Gamecube gathering dust somewhere, great excuse to bring it out.

I'm half joking, but the cynic in me worries that a company line Nintento will have some patents on something here and not appreciate the MIT licensing.

loopj · 2d ago
I have two things going for me here, 1) this was completely clean room reverse engineered, and 2) the patents have all expired!
IlikeKitties · 1d ago
Nintendo has two things going for them though:

1. They have Billions of Dollars 2. They don't give a fuck about suing smaller creators into oblivion.

I wish you all the best but seriously, fuck nintendo.

zorked · 2d ago
The WaveBird controller was released over 20 years ago, so a any patent protection it could have is gone.

Also, not a reason not to do things.

simlevesque · 2d ago
BlueRetro GameCube has been around for quite some time.

https://github.com/darthcloud/BlueRetro

kop316 · 2d ago
I thought about implementing something similar (I read through the reverse engineering docs).

All of the information was done through clean room reverse engineering (the reason it took so long for something like this is that Nintendo used a very wonky wireless protocol). As such, I don't see what they could sue for, as that is entirely legal (at least in the US).

roblabla · 2d ago
Well clean-room reverse engineering doesn't protect you from patent infringement - only for copyright related issues. I don't think that's a real concern for your project though, as patents only last for 20 years, so most if not all patents related to the WaveBird should have expired already.

Of course, I am not a lawyer :^).

kop316 · 1d ago
> Well clean-room reverse engineering doesn't protect you from patent infringement

That's fair! What is would offer is in going through the protocol, there's nothing that is patent-able (it's all bog standard wireless protocols).

haunter · 1d ago
I’ve just bought the Switch 2 GameCube controller and now I see this. Uncanny.
someperson · 2d ago
Is it theoretically possible for a driver to be written for the Wii to support dongleless play with the "Nintendont" homebrew app?

It would of course require driver modifications, and I don't know if the existing 2.4GHz radio is capable of this, but likely possible with custom firmware for the radio chip.

ThatPlayer · 17h ago
Probably not unless the radio supports the DSSS modulation. That's why they talk about looking for a chip that supports that.

In a similar way, older Bluetooth Classic chips generally cannot run Bluetooth Low Energy because of the different modulation in BLE (specifically DSSS again).