FAQ

Will this sensor be fine in a saltwater?

userHead JaneYu 2017-05-07 06:53:05 7 Views15 Replies

Will this sensor be fine in a saltwater?

2024-06-25 16:21:03

- Is the cable UV resistant and suitable for outdoor use?
- Can both the cable and the shrink tube withstand the temperature of 125C?

userHeadPic JaneYu
2024-03-28 13:25:22

hi, can you give me an answer about what is the coverage area of that sensor? badly needed

userHeadPic JaneYu
JaneYu wrote:

The coverage of this type of sensor is only in the vicinity of the sensor probe. The sensor can be regarded as an ideal point, and the sensor can only detect a point near the probe.

2024-03-28 13:32:36
1 Replies
2023-09-25 13:49:17

hi im using TDS sensor and temperature sensor from DFRobot, but I am confuse about the coding if I want to combine both sensor to my esp32 devkit:
1. What is the value of the compensation temperature?
2. What is the equation for the EC value?
Im using this equations:
dallasTemperature.requestTemperatures();
sensor::watertemp = dallasTemperature.getTempCByIndex(0);
float rawEc = analogRead(pin::tds_sensor) * device::aref / 4096.0; // read the analog value more stable by the median filtering algorithm, and convert to voltage value
float temperatureCoefficient = 1.0 + 0.02 * (sensor::watertemp - 25.0); // temperature compensation formula: fFinalResult(25^C) = fFinalResult(current)/(1.0+0.02*(fTP-25.0));
sensor::ec = (rawEc / (1 + (temperatureCoefficient) * sensor::ecCalibration); // temperature and calibration compensation
sensor::tdsReading = (133.42 * pow(sensor::ec, 3) - 255.86 * sensor::ec * sensor::ec + 857.39 * sensor::ec) * 0.5; //convert voltage value to tds value

may I know the temperature coefficient for the TDS sensor
Is this formula can be used for any environment?
Do you have any reference for this equations?
What is the meaning of 1.0 and 0.02 in the temperatureCoefficient equation?

userHeadPic JaneYu
2022-12-04 02:17:26

Is this sensor food safe for a temperature range between 32 and 95 F (0 and 35C) ?

userHeadPic JaneYu
JaneYu wrote:

Hi, The sensor can be used for food-related measurements in normal PH environments, and many of our customers use the sensor for domestic water measurement.

2023-01-03 13:58:24
1 Replies
2022-01-19 23:50:01

How can I connect a second pump? What extension is needed for a second pump?

userHeadPic JaneYu
2020-07-20 07:29:52

Will there be a problem using this probe in sludge that contains hydrogen sulphide, hydrogen gas, carbon dioxide and methane gas?

userHeadPic JaneYu
2019-09-27 01:45:50

Can I inmerse all the cable of the sensor, or I can only inmerse the metal head?

userHeadPic JaneYu
2019-01-07 15:32:15

It is hard to give a certain lifetime for this sensor. As long as the parts are not broken, you can use it for several years.

userHeadPic JaneYu
2018-05-09 18:18:32

Yes, you can use it for a long time, it is good for thermostatic controls, industrial systems, consumer products, thermometers, or any thermally sensitive system.

userHeadPic JaneYu
JaneYu wrote:

Woow that's great. Thank you. I need it to mesure the temperature of water permanently

2018-05-09 22:03:58
1 Replies
2017-07-14 09:55:30

The sensor tube is made of stainless steel, and the wires is enclosed by rubber. please refer to the PH range of these material

userHeadPic JaneYu
2017-04-21 11:54:15

May I know how many sensors do you need? If the quantity is large, we will consider it .

userHeadPic JaneYu