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

前端 未结 2 852
谎友^
谎友^ 2020-12-11 07:30

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 fun

相关标签:
2条回答
  • 2020-12-11 08:12
    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.

    0 讨论(0)
  • 2020-12-11 08:25

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

    0 讨论(0)
提交回复
热议问题