olkal

Results 8 comments of olkal

Hi To do what you want you have to first set the tare offset with no load on the scale then get this value using function `getTareOffset();`, then store this...

Hi! 1) calibrationValue is included like this: `setCalFactor(calibrationValue);` (see example file). 2) The library does not use units, the output value is in whatever unit you used for the known...

No, I don't think so. The only thing is that saving the calibration value to EEPROM is not supported for the Nordic chip, so you must put the value in...

Hi, sorry for the delayed response. There is no limit to the amount of tare offset. I don't know the reason for the issue you have, but perhaps the functions...

Hi dennyakbar! They are totaly different functions and can both be used. The output is calculated like this (simplified): `outputdata = (data - tareoffset) / calfactor`

Hi NAN is short for "not a number" and means that the value is not a valid printable number. Similar reported issues have turned out to be incorrect wiring from...

Hi I can't see anything wrong in the pictures. I can't see how you conneted the HX711's VCC and GND, but I assume that they go to the Arduino 5V...

Many thanks, I will correct this in the next release.