bogde / HX711

An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales.
MIT License
876 stars 535 forks source link

What are possible values for scale.set_scale(2280.f); #254

Open Peter-Stuhr opened 1 year ago

Peter-Stuhr commented 1 year ago

I have not found any information about the meaning of "2280.f" Can anybody explain to me, what happens, if I modify this number? What are the alternatives? I need kg for my application.

Thanks.

amotl commented 1 year ago

Dear Peter,

in order to learn about the specific value of your load cell, you will need to put a known weight on it, and run through the procedure outlined in the README at ^1.

If you like to explore an interactive variant of that load cell adjustment procedure, on behalf of a ready-made program/sketch, you are welcome to have a look at ^2 from the Hiveeyes project.

With kind regards, Andreas.

/cc @ClemensGruber

Peter-Stuhr commented 1 year ago

Hallo Andreas, danke für die schnelle Info. Ich habe den Wert 2280.f gelassen und die Waage hat exakt mein Gewicht angezeigt. Ich weiß jetzt zwar immer noch nicht, wie genau dieser Wert zustande gekommen ist, aber er stimmt wohl.

Gruß Peter