aelveborn / Wii-Scale

Turns your Wii Balance Board into a scale and presents your weight on a responsive website. Runs Linux and works on your Raspberry Pi.
http://aelveborn.github.io/Wii-Scale/
GNU General Public License v2.0
116 stars 27 forks source link

never pairs #1

Closed paulsayed closed 6 years ago

paulsayed commented 9 years ago

I install all but left in this message: Listening on localhost:8080

aelveborn commented 9 years ago

Then the webserver should be running. Browse to http://localhost:8080 from that machine and you should see the interface. Then press the red button under the battery hatch to sync your Wii-Balanceboard.

paulsayed commented 9 years ago

I do all that, but still fails to pair. I'm working on Raspberry Pi, is why it does not work? captura

aelveborn commented 9 years ago

Hi again, the problem could be that your usb bluetooth dongle is not supported by the Wii Balance Board, see compatibility here http://wiibrew.org/wiki/List_of_Working_Bluetooth_Devices or the drivers for your usb blutooth dongle is not compatible with your raspberry pi.

aelveborn commented 9 years ago

So it seems that raspbian has a faulty version on python pygame by default. The unit tests for pygame would not run successfully. I have removed the dependency of pygame so the last version of Wii-Scale should be able to run on raspberry pi now.

aelveborn commented 6 years ago

Closing issue.