Shopping Cart

Your cart is empty.

Your cart is empty.

Wii IC2 Adapter - Wii Circuit Board Converter for Arduino EK1375 Compatible with Wii Nunchuck Controller,Wii Classic Controller,NES Mini Controllers(2*PCS)

Free shipping on orders over $29.99

$5.99

$ 2 .99 $2.99

In Stock

1.Color:2*pcs


About this item

  • Stable transmission: The board adapters use the latest data transmission technology to achieve high speed and stable data transmission.
  • Ideal for: Connecting the adapter to Raspberry Pi Pico and Wii Classic controllers and reading the controller's status with Circuit Python. The board stays firmly in place when the gamepad is in use, but it's easy to unplug the gamepad when necessary!
  • Compatibility: Compatible with Nintendo Wii Nunchuck Controllers, Wii Classic Controllers, NES Mini Controllers (Adafruit reads controller status)
  • Easy Insertion: The gold (3) color of the circuit board is inserted into the metal (3) color of the controller port to connect to the female DuPont cable.
  • Realize the communication between nunchuck and Ar-duino


Wii IC2 adapter


Kyle
Reviewed in the United States on January 22, 2025
This set of two Wii I2C adapters, along with the included Dupont wires, makes it incredibly easy to integrate Nintendo Wii controllers, including the Nunchuck and Classic Controller, with Arduino projects. The clear instructions and provided code examples simplify the setup process, and the compact size of the adapters makes them easy to incorporate into various project designs. A great solution for anyone looking to add the unique functionality of Wii controllers to their Arduino creations.
Robert
Reviewed in the United States on January 21, 2025
This is surely the easiest way way to give new life to tired Wiimotes as robotic controllers or other uses in hacker projects. It turns out that the Wiimotes are plain ole i2c devices-1 star for pricing. This is totally passive electronics. If you wanted to just solder the wires inside the controller that would be as functional, though harder to give the controllers back to the kiddies when done. $7.99 for a totally empty PCB when you can get a 160Mhz Pi WITH WIFI for $7 is pretty silly.2 PCS Wii IC2 Adapter + 8 pin Female to Female Dupont Wire - Wii Circuit Board Converter for Arduino EK1375 a - $7.99
dumgoat
Reviewed in the United States on April 14, 2025
These Wii I2C adapters from ohhnac are a great way to control projects using an old Wii nunchuck. They are easy to use and work well. You need to make sure you plug it in the correct way. It fits both ways but will only work in the orientation shown in the image.I utilize the wire.h library for I2C and nunchuck_funcs.h (by Tod E. Kurt) for the nunchuck functionality. This library has the necessary functions to initialize it as well as capturing data for the joystick, both buttons and controller itself in space.The values for the nunchuck range from around 70-182 in X and 65-173 in Y. For the joystick, the range is 22-220 in X and 48-232 in Y.Overall, I'm pleased with these and would recommend them.