HX711-multi icon indicating copy to clipboard operation
HX711-multi copied to clipboard

Deletes redundant namespace declaration

Open leon0399 opened this issue 6 years ago • 5 comments

leon0399 avatar Sep 16 '18 12:09 leon0399

I had to do the same to get it to compile in arduino

sangvikh avatar Jan 24 '19 17:01 sangvikh

Same here to get it to compile in Arduino

sanfo3855 avatar May 14 '19 11:05 sanfo3855

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?

WillyCarote avatar Dec 06 '19 19:12 WillyCarote

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?

MR-Nejati avatar Feb 21 '21 12:02 MR-Nejati

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.

sangvikh avatar Feb 22 '21 08:02 sangvikh