Wii remote acceleration plotting
by Carlos Pérez-Penichet | complexperiments.net


Xraters is a very simple application that plots the acceleration reading from a Wii remote to the screen in real time. It allows the user to save the data to the disk.

When I first started looking into ways of obtaining acceleration data from a Wii remote, I stumbled upon a Mac application that could plot the acceleration readings from the remote in real time. At the moment I thought it would be very nice if there were something similar for Linux but I could not find such an application.

I am using a Wiimote as part of a physics experiment and this application is a striped down version of the software I wrote to control the experiment. Xraters is written in Python taking advantage of the cwiid library, which stands for C Wii-remote driver and has a very convenient Python interface.

You can download Xraters here. Note that you will need to install the cwiid driver and possibly the Glade python bindings for the application to run. You will need to set the address of your particular Wii remote in the Preferences dialog before the application can correctly paired with your remote. You can use the lswm command, which is part of the cwiid distribution, to find out the address.

If you feel any curiosity about the code, it is available in GitHub.

Please write me an e-mail with comments if you try it. I would like to know hoy it works for other people.

Download

Last commits

Latest Publications

  1. TagAlong: Efficient Integration of Battery-free Sensor Tags in Standard Wireless Networks. In ACM/IEEE IPSN ’20.Details and Download
  2. A Fast Carrier Scheduling Algorithm for Battery-free Sensor Tags in Commodity Wireless Networks. In IEEE INFOCOM ’20.Details and Download
  3. Modelling Battery-free Communications for the Cooja Simulator. In ACM EWSN ’19.Details and Download
  4. Battery-free 802.15.4 Receiver. In ACM/IEEE IPSN ’18.Details and Download
  5. LoRea: A Backscatter Architecture That Achieves a Long Communication Range. In ACM SenSys ’17.Details and Download
Show more...

Other projects