Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random Values on the raspberry pi #50

Open
programmeddeath1 opened this issue Jan 7, 2023 · 3 comments
Open

Random Values on the raspberry pi #50

programmeddeath1 opened this issue Jan 7, 2023 · 3 comments

Comments

@programmeddeath1
Copy link

Im trying to implement this code with the Raspberry pi 4b, on python3. It is giving random values, I tried switching between MSB/LSB, I tried all combinations of the load cell wires to check if there is a difference between the supported formats of hx711 and the load cell that I have. I am not able to debug from the code because the binary values array function doesnt exist. Can you help me understand what mistakes I might be making.
hx711issue4
hx711issue3
hx711issue2
hx711issue1

From the sensor I have taken the red and black to E+ and E-, The green and white as A+ and A-.

Please help me im stuck on this for quite a while I need to figure out a solution for delivery as soon as possible. Any help would be appreciated!

@james-e-morris
Copy link

james-e-morris commented Jan 7, 2023

This isn't my repo, but you should first check all your wiring matches the GPIO pins you have set. You should have the clock/sck pin and GPIO input pin wired to the HX711, and then the 5v power and ground. Make sure you've configured your GPIO properly as well.

Over on my similar repo, I have a raw GPIO test you can use to see exactly how the GPIO is interacting with the hx711.

https://github.com/Morrious/hx711-multi/blob/prod/tests/raw_gpio.py

@programmeddeath1
Copy link
Author

programmeddeath1 commented Jan 7, 2023

Hey yes I have assigned data and sck to gpio 5 nd 6 as mentioned in the repo demo. I have checked the GPIO configuration is set as per the two tutorials mentioning this repu, not the connections towards the sensor side I am not sure if the pin connections to the given sensors and hx711 are proper. The sensor has 4 cables of red,white,black and green. I have attached the red and black to excitiation(E+,E-) and green and white to A+ and A-(tried both) I am still getting random values from the hx711. I tried with another weight sensor and still the resut is the same. Is it a fault with the code, is it sending data differentl to the rpi than what the code in the repo ismeant to handle?

Thank you for your code, Ill test and check the raw GPIO values from your code once and see if theres some pattern there.

@james-e-morris
Copy link

Here's a wiring diagram I have of the HX711s I use.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants