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

Test Scale Calibration #3

Open
DieDiren opened this issue May 20, 2019 · 2 comments
Open

Test Scale Calibration #3

DieDiren opened this issue May 20, 2019 · 2 comments

Comments

@DieDiren
Copy link
Collaborator

Different people (Didi, we at the uni) have had different problems (negative values, fluctuating values) with the scale. Further testing is needed ;)

@didilamken
Copy link

Meine Waage läuft jetzt ziemlich gut: nur +/- 0.1 kg bei 10 kg auch bei dem Temperaturunterschied von 34°C mittags und 20°C jetzt.
image

@amotl
Copy link

amotl commented Jun 26, 2019

Dear @DieDiren and @didilamken,

we mitigated different obscurities (at least we didn't understand them) with the vanilla hx711.py driver. One easy spot was that one single but important line at the end of the reading routine slipped through the critical section which protects the act from interrupts:

https://github.com/Hiverize/FiPy/blob/master/sensors/hx711.py#L50

We believe it might be better that way:

https://github.com/hiveeyes/hiveeyes-micropython-firmware/blob/master/lib/hx711.py#L102-L109

This could well be held accountable for any strange misreading you might have been getting.

With kind regards,
Andreas.

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