Questions tagged [nunchuck]

The Nunchuk is the first attachment Nintendo revealed for the Wii Remote. Its appearance when attached resembles the nunchaku, hence the name. It features an analog stick and two trigger buttons. It works in tandem with the main controller in many games. Like the Wii Remote, the Nunchuk also provides a three-axis accelerometer for motion-sensing and tilting. Source: https://en.wikipedia.org/wiki/Wii_Remote#Nunchuk

The Nunchuk (model number RVL-004) is the first attachment Nintendo revealed for the Wii Remote at the 2005 Tokyo Game Show. It connects to the Wii Remote via a cord that is about 3.5 to 4 feet (1 ~ 1.2 m) long. Its appearance when attached resembles the nunchaku, hence the name. It features an analog stick similar to the one found on the GameCube controller and two trigger buttons (a last-minute modification changed the two triggers to one trigger and a "C" button, as described below). It works in tandem with the main controller in many games. Like the Wii Remote, the Nunchuk also provides a three-axis accelerometer for motion-sensing and tilting, but without a speaker, a rumble function, or a pointer function. The Nunchuk's accelerometer is an STMicroelectronics LIS3L02AL.

One Nunchuk comes bundled with the Wii console. Additional Wii Remote units are sold separately without the Nunchuk. The two shoulder buttons, formerly named Z1 and Z2 respectively, had been reshaped and renamed since the Game Developers Conference. The circular top shoulder button, now called C, is much smaller than the lower rectangular shoulder button, now called Z.

The body of the Nunchuk measures 113 mm (4.4 in) long, 38 mm (1.5 in) wide, and 37 mm (1.5 in) thick. The connection port was also larger.

The Nunchuk can be connected to any microcontroller capable of I²C (e.g. Arduino's Atmel AVR), where the accelerometer, joystick and buttons data may be accessed. Todbot has created the Wiichuck, an adapter to facilitate connecting the Nunchuk to an Arduino board.

In 2008, wireless Nunchuks became available from one or more third party providers, eliminating the cord that links the Wii Remote with the Nunchuk.

Source: https://en.wikipedia.org/wiki/Wii_Remote#Nunchuk

3 questions
3
votes
2 answers

stopping servos

hey i have just about finished my code but im finding it dificult to get the last bit working. So far i have two codes one for taking wii nunchuck data sending through radio then another for picking that up and transfering to two servos. My question…
Alex Wagner
3
votes
2 answers

Trouble writting a code for "wii nunchuck controlling pan tilt servo system"

I have spent days searching for code on the net there is heaps of code for controlling servos for pan/tilt using a wii nunchuck and arduino. However I want to make it wireless, using: *2 arduino duemilanove boards *Wii nunchuck *2x servos *433MHZ…
Alex Wagner
3
votes
3 answers

Using a Wii Nunchuck for data collection

Anyone got a good tutorial on using and Arduino to capture the Wii Nunchuck accelerometer data?
mad_z
  • 5,050
  • 5
  • 45
  • 56