Dfrobot v1 turbidity sensor
what is the arduino code to convert voltage value to turbidity value on dfrobot v1 turbidity sensor?
2023-05-10 07:50:01
If you are asking the SEN0189, you could take a look at the wiki for the product.
wikipage: https://wiki.dfrobot.com/Turbidity_sensor_SKU__SEN0189
The formula is at the bottom of the wikipage:
y=-1120.4x^2+5742.3x-4352.9
y is representing the turbidity value, which unit is JTU
x is representing the voltage, which unit is Volt.
Yeez_B