tatobari / hx711py

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

I am getting zero values (all ways) continuously irrespective of the load #38

Open DATTUSAM opened 3 years ago

DATTUSAM commented 3 years ago

Hello, I am getting zero values so I followed the comment

I am using GPIO pin5 & 6 (GPIO5 for DT & GPIO 6 CLK)

Tried changing power source to both with VCC 5V and 3.3V

Tried with Different set_reference_units

still I getting zero values.

Please help me I am really determined to do it.

aggounix commented 3 years ago

Hello, did you fix this problem, I am getting the same one I am using four 50kg load cell

jpadams commented 3 years ago

same

tatobari commented 3 years ago

I've tested the library and it seems to be working just fine.

It's most important that you submit a schema of how you've wired the loadcells to the HX711. The 50kg loadcells everyone uses, the square ones, don't have an embedded wheatstone bridge and therefore must be connected in a wheatstone bridge layout. Posting your schema will help me help you debug your issue.

Greenbauer commented 2 years ago

had the same issue. changing the mode from BCM to BOARD fixed it for me.

KaitoCross commented 1 year ago

I have the same issue, but I'm using a 20kg load cell (beam type). CLK on Pin 20, DT on 21. Chip & load cell are working as intended on my Arduino, but is giving me zeros on the Raspberry