Skip to content

marthjod/wiipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Build xwiimote

  • dependencies: ref
    • swig
    • autoconf
    • libtool
    • python-dev
  • the pre-compiled package found in the Debian Jessie repo is too old (ref)
  • ./configure --prefix=/usr or append LD_LIBRARY_PATH later on (ref)
./autogen.sh
make
sudo make install

Connect Wii Remote as Bluetooth device

$ bluetoothctl
[bluetooth]# power on
[bluetooth]# agent on
[bluetooth]# default-agent 
[bluetooth]# scan on
[bluetooth]# pair <MAC>
[bluetooth]# connect <MAC>
...
Connection successful

Use xwiimote Python binding

# optional
# export LD_LIBRARY_PATH=/usr/local/lib
python test.py [--debug]

About

Wiimote hacking using xwiimote Python binding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages