tatobari / hx711py

HX711 Python Library for Raspberry Pi.
Apache License 2.0
206 stars 154 forks source link

wiring 4 load sensors in a full wheatstone bridge config #28

Open sl2424 opened 4 years ago

sl2424 commented 4 years ago

Hello,

I am in the process of building a weight scale which consists of:

4 load cells connected in a full bridge config as shown in: https://i.stack.imgur.com/9vDyI.jpgHX711Raspberry Pi

I have not been able to find a code to run in my Rs Pi (python or C). Has anyone worked on this or know where I can find the code?

Note1) I am hoping to get the final values in kg or g, and do a little bit calibration for my system at the end.

Note2) I have found a C code which is written for a single bar load cell connected to HX711 - Rs Pi, and tried running it directly. I get 0 values initially without any load and the output does increase with increasing force applied, though the scale is way off (~100g output when I press on the scale hard).

greatly appreciated!

tatobari commented 4 months ago

@sl2424 Are you still interested on using this library and solving this issue?

I don't quite understand if you have a problem or not with the library.