Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible for an android device to read information from the wii controller and nunchuck?

Tags:

android

I am new to android development and have a few questions.

1: Can I make android devices read and use the information from the Wii controller and nunchuck? The functions I need from the Wii controller is movement (imagine a game where you slash in the air and similar movements happen in the game), the joystick on the nunchuk and buttons on both controllers.

2: If this is possible where can I learn to implement this in my application/game?

like image 959
Runar Avatar asked Feb 22 '23 04:02

Runar


2 Answers

Have a look at this open source project: http://code.google.com/p/android-bluez-ime/

like image 185
Ben Mordue Avatar answered Apr 09 '23 15:04

Ben Mordue


  1. Yes, the wii controllers are all bluetooth. You can pair your android device with any bluetooth device. There are actually apps already in existence that do this (android-wiimote) available.

  2. If you look through the source code of imame4all, they actually demonstrate this support.

In particular, this should start you off.

like image 34
Authman Apatira Avatar answered Apr 09 '23 13:04

Authman Apatira