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

board is connected, but no weight received #19

Closed Esylias closed 6 years ago

Esylias commented 7 years ago

I have a problem with my connected wii board. i got no scale results after i got an successfull sync.

is it possible, that my bluetooth is not compatible, although he connect to board?

aibanhamano commented 7 years ago

Got the same issue. However, it did work once, and I was able to weigh myself multiple times (after re-syncing, though, it has not worked since). I also suspect my Blue Tooth dongle and have been trying different similar projects to try to confirm this (e.g. gr8w8upd8m8).

This was the cheapest dongle I saw on Amazon and would not mind buying another, if I just had confidence that whatever I bought would work (And, yes, I did review the list, but it is hard to tell what is supported in Linux and the couple that did explicitly mention Linux are not showing up on Amazon, so they must be super old or something.).

System info:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.5 LTS
Release:        14.04
Codename:       trusty

Bluetooth info: MIATONE Wireless Bluetooth CSR 4.0 USB Adapter Dongle for PC with Windows 10 8 7 Vista XP 32/64 Raspberry Pi Linux Black

$ hciconfig
hci0:   Type: BR/EDR  Bus: USB
        BD Address: 00:1A:7D:DA:71:13  ACL MTU: 310:10  SCO MTU: 64:8
        UP RUNNING PSCAN
        RX bytes:5687974 acl:283673 sco:0 events:1262 errors:0
        TX bytes:15547 acl:887 sco:0 commands:134 errors:0

$ hciconfig hci0 version
hci0:   Type: BR/EDR  Bus: USB
        BD Address: 00:1A:7D:DA:71:13  ACL MTU: 310:10  SCO MTU: 64:8
        HCI Version: 4.0 (0x6)  Revision: 0x22bb
        LMP Version: 4.0 (0x6)  Subversion: 0x22bb
        Manufacturer: Cambridge Silicon Radio (10)

$ dmesg | grep tooth
[   10.437572] Bluetooth: Core ver 2.17
[   10.437610] Bluetooth: HCI device and connection manager initialized
[   10.437616] Bluetooth: HCI socket layer initialized
[   10.437617] Bluetooth: L2CAP socket layer initialized
[   10.437620] Bluetooth: SCO socket layer initialized
[   10.447938] Bluetooth: RFCOMM TTY layer initialized
[   10.447946] Bluetooth: RFCOMM socket layer initialized
[   10.447949] Bluetooth: RFCOMM ver 1.11
[   10.457857] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.457859] Bluetooth: BNEP filters: protocol multicast
[   10.457866] Bluetooth: BNEP socket layer initialized
[800408.337472] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[800408.337481] Bluetooth: HIDP socket layer initialized
[800408.621367] input: Nintendo Wii Remote Balance Board as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:69/0005:057E:0306.0008/input/input18
[800504.795439] input: Nintendo Wii Remote Balance Board as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:69/0005:057E:0306.0009/input/input19
[800560.464509] input: Nintendo Wii Remote Balance Board as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:70/0005:057E:0306.000A/input/input20
[800787.754221] input: Nintendo Wii Remote Balance Board as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:70/0005:057E:0306.000B/input/input21
[801102.681061] input: Nintendo Wii Remote Balance Board as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:70/0005:057E:0306.000D/input/input22
[801278.159103] input: Nintendo Wii Remote Balance Board as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:70/0005:057E:0306.000E/input/input23
[802117.752627] input: Nintendo Wii Remote Balance Board as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:70/0005:057E:0306.000F/input/input24
[802363.607387] input: Nintendo Wii Remote Balance Board as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:70/0005:057E:0306.0010/input/input25
[802509.793398] input: Nintendo Wii Remote Balance Board as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:70/0005:057E:0306.0011/input/input26
[802703.866385] input: Nintendo Wii Remote Balance Board as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:70/0005:057E:0306.0012/input/input27
[802771.583459] input: Nintendo Wii Remote Balance Board as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:70/0005:057E:0306.0013/input/input28
aelveborn commented 7 years ago

I think gr8w8upd8m8 uses the same library as wii-scale. Though Im not sure what the problem is :/