HX711-multi
HX711-multi copied to clipboard
Deletes redundant namespace declaration
I had to do the same to get it to compile in arduino
Same here to get it to compile in Arduino
I use your library multi. Works perfect but.. Serial data runs fast. However after tare() and then about fourty data cycles later it slows down very. After reconecting its oke again. Any idea why?
Works fine with up to 4 load cells, but looks like this library has some problem with 5 and more load cells. The output data jumps to the max value randomly for no reason. Anyone ever tried this library with 5 and more load cells yet? does it work for you?
Works fine with up to 4 load cells, but looks like this library has some problem with 5 and more load cells. The output data jumps to the max value randomly for no reason. Anyone ever tried this library with 5 and more load cells yet? does it work for you?
Only tried with 4 load cells. But did get some spurious readings. Mostly solved it with a median filter. I have my own fork of this library, where I added a function to return the offset after taring. I handled conversion from raw value to calibrated values in my own program.