TDS Meter Sensor With Arduino DFROBOT
by Gauravkumar5 in Circuits > Arduino
4902 Views, 5 Favorites, 0 Comments
TDS Meter Sensor With Arduino DFROBOT

TDS (Total Dissolved Solids) indicates how many milligrams of soluble solids are dissolved in one liter of water. In general, the higher the TDS value, the more soluble solids are dissolved in water, and the less clean the water is. Therefore, the TDS value can be used as one reference point for reflecting the cleanliness of water.
In this project, we will interface Gravity Analog TDS Sensor with Arduino Microcontroller and read the value in a 16×2 LCD Display (with i2c module)
For More :- https://techeonics.com/turbidity-sensor/
Website :- https://techeonics.com/
Github :- https://github.com/gauravk5/Techeonics-Arduino-Cod...
Supplies
Materials
Following are the components required for making this project.
*TDS METER:- https://amzn.to/3thcVQ5
*LCD With I2C Module:- https://amzn.to/3thcVQ5
*ArduinoUNO:- https://amzn.to/3thcVQ5
*TDS Meter Sensor:- https://amzn.to/3thcVQ5
Connect TDS Sensor With Arduino
.png)
VCC = 5V
GND = GND
A = A1
Connect LCD With Arduino
.png)
VCC = 5V
GND = GND
SDA = A4
SCL = A5
CODE
VIDEO
