Does DF-Robot sell a compatible arduino to use with this scale?
Hi,
I connected weight sensor kit to my raspberry pi 4 by wiring GPIO PINs to sensor kit. Its not working as expected
1. lsmod | grep i2c does not show bcm_2708 (as per https://www.raspberrypi-spy.... Is my sensor kit faulty? I bought it brand new
2. i2cdetect -y 1 shows module connect 64 address
3. when I run example.py from https://github.com/dcrystal..., it simply gets stuck. After ctrl+c, I run i2cdetect again, then sensor kit does not appear at the address.
Can someone please guide me
thanks
Why use the setCalibration() function to set the calibration value to 2000, but use the getCalibration() function to check the current calibration value is not 2000.
The getCalibration() function can only obtain the calibration value of the "key-press calibration" or enableCal() function, but cannot obtain the calibration value set by the setCalibration() function
How to judge whether the automatic calibration is successful?
When the calibration is successful, the indicator above the calibration button will flash three times and go out. Otherwise, the calibration fails.
What should the weight of the calibration object be?
Take the middle value. For example, if the measurement range is about 0-600g, the weight of the calibration object is preferably 300g (other weights are also possible, the middle value is the ideal value).
Why use the setCalibration() function to set the calibration value to 2000
The getCalibration() function can only obtain the calibration value of the "key-press calibration" or enableCal() function, but cannot obtain the calibration value set by the setCalibration() function.