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

Balance Board: zero point calibration #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lshachar
Copy link

@lshachar lshachar commented Oct 2, 2020

Added a way to calibrate the zero point on the wii balance board. (get off the board, click the 'zero weight' button, and all the weights reset to 0.)
Modification to the wiimote library, and also added a button to the wiimoTest program.

I have implemented this by subtraction based on the user weight in KG ( note the 3 different ways I thought about for implementation, in issue #8 ). I'm still unsure if this is the best way to implement this, but it's definitely better than no calibration at all!

…erall weight is the simple addition of all the sensor values (not the average of all the 4 sensor values, as it was before)
@lshachar
Copy link
Author

lshachar commented Nov 9, 2020

Silly me, This pull request accidently already contains #7 .
I can separate them, but It doesn't look Brian is going to take a Peek (:smirk:) at my work...
(also, #7 is just a few changes)

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

Successfully merging this pull request may close these issues.

1 participant