I am developing a project that requires eight load cells each capable of measuring an individual weight simultaneously (in practice). Currently, I have multiple load cells each connected to a HX711 amplifier (https://www.sparkfun.com/products/13879) which connects directly into an Arduino Mega.
I have three related questions all on the same project. Can I use the Qwiic MUX Breakout (TCA9548A) (https://www.sparkfun.com/products/14685) board to connect multiple, but individual load cells, thus reducing the number of digital pins being currently used? It is my understanding that the MUX breakout board is for connecting multiple load cells that communicate as one system. But I want to hang different weights to each load cell and be able to display the weights.
Another related query I have is regarding the Qwiic scale (NAU7802) (https://www.sparkfun.com/products/15242) which has been used on projects connecting load cells to the MUX breakout board. Is this better than the HX711 amplifier board or one in the same thing?
And lastly, if neither of the above is an option in my project can I use a load sensor combinator board (https://www.sparkfun.com/products/13878) to connect the multiple load cells, or will I have the same problem of only being able to read them all as one (similar to the four used in a bathroom scale).
Any other advice for connecting multiple but individually reading load cells would be greatly appreciated.
Thanks in advance. I hope I have provided enough information.