rabbit52068 / gr8w8upd8m8

Gr8W8Upd8M8 is a script to automatically read your weight from a Wii Balance Board. ⛺

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gr8W8Upd8M8

Code Shelter

A Wii balance board weight reporter

This script is based on wiiboard-simple, with some dependencies (like pygame) removed. I'm pretty sure it only works on Linux.

Requirements

To run gr8w8upd8m8, you need:

  • Linux.
  • The bluez-utils package (you might need to install also python-bluez).
  • Bluetooth.

Pairing the board

Thanks to Ryan Myers for the following:

Install bluez bluez-utils python-bluez, and run the included xwiibind.sh. Follow the prompts, and your balance board should be paired by the end of this. Notice that BlueZ 4.99 is required, BlueZ 5+ changes the DBus API in incompatible ways.

Usage

You can run it with:

./gr8w8upd8m8.py

It will prompt you to put the board in sync mode and it will search for and connect to it.

If you already know the address, you can just specify it:

./gr8w8upd8m8.py <board address>

That will skip the discovery process, and connect directly.

gr8w8upd8m8 uses the bluez-test-device utility of bluez-utils to disconnect the board at the end, which causes the board to shut off. Pairing it with the OS will allow you to use the front button to reconnect to it and run the script.

Calculating the final weight is done by calculating the mode of all the event data, rounded to one decimal digit.

Feel free to use processor.weight to do whatever you want with the calculated weight (I send it to a server for further pointless processing).

License

This software is made available under the Lesser GPL license.

Credits

This project is a mix of various scripts and samples. Thanks go to:

About

Gr8W8Upd8M8 is a script to automatically read your weight from a Wii Balance Board. ⛺


Languages

Language:Python 67.1%Language:Shell 32.9%