hello!
I was looking for something similar but I didn't found anything. I'm doing my scales using two and four load cells. With one hx711 everything is quite ok, maybe results are not perfect but still ok.
The problem is when I try to connect two or more HX711 to my arduino UNO- I've tried with analog pins, shared analog pin, data pins... and I think the biggest problem is to fit code to more amplifiers.
I put code for two load cells and two HX711 and scheme in here.
Code is download from Github and little modified for take two measurements and give me mean one.
I'm new in this world so please forgive me I'm just looking for some help
Ok, I see some strange things in your code, but I don't know if they could be causing a problem.
If your read your original post again, you will see that you did not truly explain what the problem is. You did not describe what happens when the script runs, why that is wrong, and what you expected to happen.
Thank you for your attention! and sorry I see this mess now When I was writting first post this code was giving me only one measurement so does't work at all, that was the biggest problem but now (I don't know it's because I add "hx711-mulit.h" library or I just move something) my questions:
My values depends a lot on point where I put weight. I have glass-square like in the bathroom scale and in the middle if I move my weight a little, my measurement changes about 5kgs (weight is 20kg) Is this possible to set something in code to fix that?
When weight is 20kg my value in one point is quite accurate and varies between 19.8-20.4 k and for now it's ok but How can I get more accurate measurements to weigh light things (max 1kg?) How to reduce fluctuation?