Here is the code
void setup(){
Serial.begin(9600);
}
void loop(){
Serial.print("Water level Sensor Value:");
Serial.println(analogRead(A5));
delay(100);
}
I've got a problem and i have no idea on how to convert the datas shown on the serial monitor of the arduino into ppt.
Application: Monitoring the salinity level of the water.
Thank You and Godbless
attached here with the photo of of the sensor