- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 3 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 3 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 7 months ago
- Building a 3D Digital Clock with ArduinoPosted 12 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 1 year ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
PiChuck: Wii Nunchuk Built-in Raspberry Pi Joystick Controller
The Wii Nunchuk controller is the notorious official Nintendo Wii controller with two buttons, a joystick, and an accelerometer, which makes it pretty versatile. Thingiverse Keycaps wanted to take advantage of the Joystick’s motion capabilities for a unique application, and so they stuffed a Raspberry Pi Zero W inside one.
The Pi Zero is small, but it’s not that small. The challenge was fitting all of the required hardware inside of the controller. The trick is that the case of the nunchuk has been extended. So, Keycaps just kept the top cover and 3D-printed the bottom half of the enclosure to contain the hardware.
The original nunchuk PCB remains more or less untouched, with just a couple of wires connected to the Pi’s GPIO ports so it can read the button and stick states over I2C. That hardware includes the original controller’s PCB and buttons, as well as a Raspberry Pi Zero W, a LiPo battery, and Adafruit Powerboost LiPo battery management board, and a mini HDMI to HDMI adapter board.
There is already existing software that lets the Raspberry Pi recognize the signals from the Wii Joystick controller, so Keycaps just had to install that in order to start using the controller with their program.