Hey there
I am working around with HX711 ADC and a 5kg load cell
Anyone here can suggest a coding trick to compensate drifting in the reading values?
Actually the slope is ok, but the offset is not stable, also I don't know the difference between these two:
scale.set_offset();
scale.get_offset();
what these two actually do and shall I use them in the void loop() function?
Also that would be really helpful to suggest me a code for averaging readings beside what the library pre-used,
Thanks