ArduinoTroubleshooting

Dfrobot v1 turbidity sensor

userHead Trong.Tien 2023-05-05 11:32:46 489 Views1 Replies

what is the arduino code to convert voltage value to turbidity value on dfrobot v1 turbidity sensor?

2023-05-09 23: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.

 

userHeadPic Yeez_B