Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Data after ACK to data write received #8

Open
youssefnamil opened this issue Mar 22, 2019 · 2 comments
Open

No Data after ACK to data write received #8

youssefnamil opened this issue Mar 22, 2019 · 2 comments

Comments

@youssefnamil
Copy link

youssefnamil commented Mar 22, 2019

I follow the first step to connect my Raspberry PI with Smart Scale and after running wiiboard_test.py i get just the ACK to data write received with no Average weight number, i don't know the reason for that. Can someone help me ?

@jrbail01
Copy link
Contributor

Assuming you made no code changes, the likely culprit is a bad Wii Balance Board. Do you have another Wii Balance Board to try?

@wmcelderry
Copy link

Hi, I know this it pretty old now, but I experienced the same issue using the wiiboard_test.py app (not tried another as I'm intending to hack it slightly and want as simple app as the basis). It turns out the cause for me was batteries - which was very unexpected!

I debugged through the following route using the wiiboard_test.py app:

  1. Confirm if packets were arriving from the wiiboard (they were)
  2. Undersand why mass wasn't generating a reading (raw readings were below the calibration point for 0 kgs)
  3. Confirm calibration was working correctly (confirmed valid data from wiiboard)
  4. investigate raw values from wiiboard (ALL were zero).
  5. Guess it could be batts unable to provide adequate voltage for some internal voltage reference and replace batteries - success!

I provide these details to show that the board was communicating with the bluetooth, but was refusing to take a reading.
I intend to modify wiiboard_test.py to confirm 'low battery/invalid reading' when a packet of all zeros is delivered - I'll submit a pull request if I get around to it - otherwise change your batteries if you see this problem, and mention here if it fixes the issue!

@jrbail01 Thanks for all the hard work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants