Now I get that Project that far that I get below information from tension load sensor. It is same how much I put load to the sensor results are the same:
Assuming that this is the software that you’re using,
Is your clock pin 31?
Is your data pin 30?
If you can’t change which pins you’re using, are you comfortable changing your pin constants in the software and recompiling?
Are your supplying at least 2.7V but no more than 5V to the pin marked VCC on the HX711?
Is the pin marked GND on the HX711 sharing the same ground as your power supply?
Most importantly of all, the one thing that we can not and will not be able to provide assistance without, and quite possibly the reason why you’ve been ignored until now: Would you please provide a circuit diagram or a picture of your project?
Please paste the constant definitions for your pins from the file hx711.c
They’re lines that start with “#define” and should look like the following:
#define CLOCK_PIN 31
#define DATA_PIN 30
(Also, for anyone else following the conversation, the munged link that the user provided, obviously from another forum post where they’re getting help, is http://hivetool.org/w/index.php?title=I … X711_to_Pi )
Looking at the datasheet, your load cell’s wiring is different from the normal wiring colors for load cells.
-Signal is white.
+Signal is green.
Both the Sparkfun hookup guide and the hivetool.org tutorial that you linked to above expect +Signal to be white and -Signal to be green. Try swapping those.
how i need start that hx711 program? Should I use double click method with that hx711 file or should I use terminal Window and use command sudo ./hx711? or what?
Not 100% sure on this being an absolute requirement, but I work with a lot of instrumentation (load cells, analog inputs on industrial systems) and I ALWAYS use an amplifier to boost the millivolt signals from the load cell to something useable on the device receiving the signal. It’s not even an option.
have a look at this thread.
also, Google “Load Cell Raspberry Pi” for more threads where people are trying to do what you are also trying…
I already changed HX711 and raspberry Pi to the other if those are damaged but same result. Only what i dont have yet change is that load cell sensor. Is there some possible that Pi3 is not working to this combination and I should use Pi2?
Now I get data from load cell sensor, but I dont know where Raspberry write it. Raspberry Pi processor running about 25% and when I measured from HX711 pins singal+ and signal- I get little voltages (approx from 0.00 to 2.3 mV) depends how tight I can get load cell screws.
Can somebody tell me where I find load cell datas?