Problem regarding DFRobot 426-DFRO300-H is a Gravity Series Analog Sensor/Meter (K=10)

userHead Andy.Lim 2024-06-01 23:14:22 89 Views1 Replies

 


Hello! I am trying to configure an analog EC sensor with a Raspberry Pi using the Gravity: I2C ADS1115
16-Bit ADC Module and the library found at the DFRobot GitHub repository
https://github.com/DFRobot/DFRobot_ADS1115/tree/
master/python/raspberrypi. However, the EC readings from the probe do not match the expected 12.88ms/cm solution, and I am seeking assistance to resolve this issue! Currently the reading shows a relatively constant EC=1.50 mS/cm instead of the expected 12.88ms/cm. Is there an alternative library for the raspberry pi Aswell?

2024-06-01 23:40:27

You can try using the Adafruit_ADS1x15 library instead.

userHeadPic lia.ifat