Hello to all of you,
I have a question about measuring multiple weights (outputs of load cells) with one HX711 and one arduino uno. Because the HX711 is build for measureing only one weight I want to use a shift register to "loop" through 8 load cells (4 full bridges). Is this possible? Is this how I can use a shift register (74HC595)?
This is how I think it could work:
The HX711 is connected to the arduino (as usual).
All 4 bridges (load cells) are connected to the HX711, without connecting the VCC (5V) from the HX711 to the bridges.
The shift register controls that only one bridge at a time gets the VCC (5V). My hope is now that all the other bridges which get no VCC give a signal of 0, so only the bridge supplied with VCC from the registers gives a signal to the XH711 which can be read by the arduino?
Do you think this is possible?
Thanks for any help or suggestions, I don't want to buy 3 more HX711 or 3 more arduinos =)
Greetings,
Mo