Difference between revisions of "Wiimote"

From ArmadeusWiki
Jump to: navigation, search
(creation)
 
m (Installation)
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
 
* if not already available, install ''uinput'' driver
 
* if not already available, install ''uinput'' driver
 
<pre class="host">
 
<pre class="host">
$ make linux26-menuconfig
+
$ make linux-menuconfig
 
</pre>
 
</pre>
 
<pre class="config">
 
<pre class="config">
Line 13: Line 13:
 
</pre>
 
</pre>
 
<pre class="host">
 
<pre class="host">
$ make linux26 && make
+
$ make linux && make
 
</pre>
 
</pre>
 
* add cwiid package to Buildroot:
 
* add cwiid package to Buildroot:
Line 56: Line 56:
 
==Links==
 
==Links==
 
* https://help.ubuntu.com/community/CWiiD or http://doc.ubuntu-fr.org/wiimote (french)
 
* https://help.ubuntu.com/community/CWiiD or http://doc.ubuntu-fr.org/wiimote (french)
 +
 +
[[Category:UserInput]]
 +
[[Category:Bluetooth]]

Latest revision as of 18:11, 4 September 2013

It is possible to control your APF board with a Wiimote through a Bluetooth interface.

Installation

  • if not already available, install uinput driver
$ make linux-menuconfig
Device Drivers  --->
    Input device support  --->
        [*]   Miscellaneous devices  --->
            <M>   User level driver support
$ make linux && make
  • add cwiid package to Buildroot:
$ make menuconfig
Package Selection for the target  --->
    Hardware handling / blockdevices and filesystem maintenance  --->
        [*]   cwiid
$ make
  • reflash your rootfs

Usage

# modprobe uinput
  • search for your wiimote:
# lswm
Put Wiimotes in discoverable mode now (press 1+2)...
00:18:00:10:20:8C
  • use it:
# wminput
input: Nintendo Wiimote as /devices/virtual/input/input2
Put Wiimote in discoverable mode now (press 1+2)...
Bluetooth: L2CAP ver 2.11
Bluetooth: L2CAP socket layer initialized
Ready.
# wmdemo

Links