bogde / HX711

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

Verify my wiring (HX711 with four strain gauges) #246

Open JustApu opened 1 year ago

JustApu commented 1 year ago

LoadCellSchematic-1 LoadCellWiring-1

I'm trying to verify all my wiring is correct. Disconnected from the HX711, I'm getting

E- to A+ is 2kΩ E- to A- is 4kΩ E- to E+ is 6kΩ

Does that sound right?

Connected to the HX711, I'm getting a constant 8388607 regardless of weight applied to the platform.

(Side note: The "F" & "M" designations on the schematic are female & male Dupont connectors which join the various strain gauges together. My way of making it easier to have multiple test points and re-wire as necessary though, obviously, also potential failure points as well.)

TheGermanUSA commented 1 year ago

Yes, that is exactly how I have it set up and it works fine.

JustApu commented 1 year ago

Thanks, @TheGermanUSA - wondering what is wrong with my setup then.