Тёмный

Interface Turbidity Sensor with Arduino / ESP | DIY Turbidity meter | Techeoics 

TECHEONICS
Подписаться 1,3 тыс.
Просмотров 15 тыс.
50% 1

In this project, we learn to make a DIY Turbidity Meter by interfacing Turbidity Sensor with Arduino or ESP . Turbidity is the measure of relative clarity of a liquid. It is an optical characteristic of water and is a measurement of the amount of light that is scattered by material in the water when a light is shined through the water sample.
Arduino Turbidity Sensor involving the monitoring of water turbidity in rivers, streams, lakes, water bodies, catchment and research sites, laboratories, tanks with liquids, and so on. Thus by interfacing this sensor with Arduino, we can make a Water Quality Monitoring System device. The water quality measurement also includes some other sensors like Ph Sensor for measuring the Ph value of Liquid and also the TDS Sensor for measuring total dissolved solute in water.
The Turbidity value is measured in terms of NTU which is called Nephelometric Turbidity Units. We will display the Arduino Turbidity Sensor value in the 16X2 LCD Display.
Source Code/Program: - techeonics.com...
Website :- techeonics.com/
Support us:- www.patreon.co...
Hope you like it.
SUBSCRIBE TO TECHEONICS
Interested in Tech!
Follow as on :-
Facebook ► / techeonics-2. .
Instagram ► / techeonics
Twitter ► / techeonics
Website ► techeonics.com/
Follow Me:-
Instagram ► / gauravk.5

Опубликовано:

 

17 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@ratnaayu0000
@ratnaayu0000 11 месяцев назад
thank you very much for your video sir😊
@Muhammed-mx3fc
@Muhammed-mx3fc Год назад
Sir I am getting it is dirty on the lcd p without even touching the sensor plz find a solution
@rollyavecilla
@rollyavecilla Год назад
ESP32 has 3.3 voltage level ADC and you are using an algorithm for an ADC with a voltage level of 5 volts. That is very huge difference and ESP32 will not have the same reading not to mention the possibility of destroying the ADC pin.
@afankhan7732
@afankhan7732 5 месяцев назад
you are right, yes it works with 5V but is not accurate, and i think as i kept on using 5v all the time i might have destroyed by esp board. When i connected a new one and used 3v as supply, it even detected minor changes in turbidity that it was not happening before, although the range is less but it's fine. thanks!
@jollyrelatado9987
@jollyrelatado9987 3 месяца назад
I have a a question can you use LGZD sensor rather than MJKDZ sensor? in turbidity?
@stephencurry9422
@stephencurry9422 3 месяца назад
Hi sir may I ask if it can detect coliform bacteria too
@iyoayedavid6725
@iyoayedavid6725 Год назад
Hello. I have the exact same sensor. It keeps giving out the same sensor valu Around the 530 range, doesn't go lower. Which doesn't make sense
@reflex7908
@reflex7908 Год назад
Hey buddy I am having an issues could you plz give me your social media account
@cauesomenzi
@cauesomenzi Год назад
There are three exposed pads close to the output pin (middle pad). You need to solder a jumper across two of them. Refer to the 1-minute and 22-second mark in this video to view the soldered pins. This resolved the ramdon values issue. Good luck.
@etoukastephane3768
@etoukastephane3768 Год назад
Please sir can I have the proteus and Arduino Library for turbidity sensor.
@user-tt8fe7wx5m
@user-tt8fe7wx5m 7 месяцев назад
the turbidity obtained keep fluctuating from -5 to 100 even in clear water. what must i do?
@TECHEONICS
@TECHEONICS 7 месяцев назад
Here are some steps you can take to troubleshoot and address the issue: 1. Calibration: Ensure that the turbidity sensor is properly calibrated. Follow the manufacturer's guidelines or user manual for calibration instructions. Calibration helps the sensor provide accurate readings. 2. Clean the Sensor: Check if there is any debris or contamination on the sensor. Clean it gently using a soft brush or a lint-free cloth. Even in clear water, small particles might be present that can affect readings. 3. Check for Air Bubbles: Ensure there are no air bubbles trapped on or around the sensor. Bubbles can interfere with the sensor's ability to accurately measure turbidity. 4. Verify Sensor Placement: Confirm that the sensor is correctly positioned in the water. Ensure it is submerged adequately and not near any disturbances or sources of turbulence that could affect readings. 5. Power Supply Stability: Turbidity sensors can be sensitive to fluctuations in power supply. Make sure the power source is stable and not experiencing voltage variations. 6. Environmental Factors: Consider environmental conditions such as temperature, which can impact sensor performance. Ensure the sensor is within the specified temperature range for accurate readings. 7. Sensor Health: Check for any signs of damage or wear on the sensor. If the sensor is damaged, it may not provide reliable readings. 8. Interference from Other Sensors or Equipment: Ensure there is no interference from other sensors or electronic equipment that could be affecting the turbidity sensor. Techeonics www.techeonics.com
@lifeisbeautiful0401
@lifeisbeautiful0401 Год назад
can u provide the code without lcd displaying result in the computer
@Shelorygod
@Shelorygod Год назад
in essence the sensor is giving an analog value from 0-5V, which the Arduino translates as 0-1023. the example I gave translates the Arduino value of 0-1023 to voltage but you can do what ever you want with it. void loop() { // read the input on analog pin 0: int sensorValue = analogRead(A0); // Convert the analog reading (which goes from 0 - 1023) to a voltage (0 - 5V): float voltage = sensorValue * (5.0 / 1023.0); // print out the value you read: Serial.println(voltage); }
@AGISNAMAULANA-fi3lx
@AGISNAMAULANA-fi3lx Год назад
hello sir... i get a random value from sensor, is that error ?
@moch.rijalfatoni2570
@moch.rijalfatoni2570 Год назад
me too
@cauesomenzi
@cauesomenzi Год назад
There are three exposed pads close to the output pin (middle pad). You need to solder a jumper across two of them. Refer to the 1-minute and 22-second mark in this video to view the soldered pins. This resolved the ramdon values issue. Good luck.@@moch.rijalfatoni2570
@cauesomenzi
@cauesomenzi Год назад
There are three exposed pads close to the output pin (middle pad). You need to solder a jumper across two of them. Refer to the 1-minute and 22-second mark in this video to view the soldered pins. This resolved the ramdon values issue. Good luck.
@iyoayedavid6725
@iyoayedavid6725 Год назад
Meaning I can't map and can't do anything. Anything I can do about it
@TECHEONICS
@TECHEONICS Год назад
Try another sensor
@iyoayedavid6725
@iyoayedavid6725 Год назад
So, got another sensor. Same thing, keeps giving out the same value
@iyoayedavid6725
@iyoayedavid6725 Год назад
I did notice your module had green and Red LEDs on the side. Mine has but doesn't come on
@cauesomenzi
@cauesomenzi Год назад
There are three exposed pads close to the output pin (middle pad). You need to solder a jumper across two of them. Refer to the 1-minute and 22-second mark in this video to view the soldered pins. This resolved the ramdon values issue. Good luck.
@Wake-up-toreality
@Wake-up-toreality Год назад
Sir my turbudity sensor is not showing any values
@cauesomenzi
@cauesomenzi Год назад
There are three exposed pads close to the output pin (middle pad). You need to solder a jumper across two of them. Refer to the 1-minute and 22-second mark in this video to view the soldered pins. This resolved the ramdon values issue. Good luck.
@technicalsai1400
@technicalsai1400 4 месяца назад
​@@cauesomenzido you mean I should connect vcc and ground pin with one jumper wire
@cauesomenzi
@cauesomenzi 4 месяца назад
@@technicalsai1400 no, you need to solder a jumper between the pads exposed. Not to ground or vcc
@opiritetariah
@opiritetariah Год назад
My sensor isn’t working
@cauesomenzi
@cauesomenzi Год назад
There are three exposed pads close to the output pin (middle pad). You need to solder a jumper across two of them. Refer to the 1-minute and 22-second mark in this video to view the soldered pins. This resolved the ramdon values issue. Good luck.
@Muhammed-mx3fc
@Muhammed-mx3fc Год назад
@@cauesomenziI tried and soldered the two pads but still it is showing it’s dirty in the lcd
@Muhammed-mx3fc
@Muhammed-mx3fc Год назад
I could use someone’s help
@Wake-up-toreality
@Wake-up-toreality Год назад
What to do if code is not working
@TECHEONICS
@TECHEONICS Год назад
Drop as a mail with the problem and error code and screen shot . Will help you out thetecheonics@gmail.com.
@Wake-up-toreality
@Wake-up-toreality Год назад
I think sir sensor is not working
@Shelorygod
@Shelorygod Год назад
@@Wake-up-toreality how did you check if the sensor isn't working? did you check if the sensor changes voltage according to the water quality?
@cauesomenzi
@cauesomenzi Год назад
There are three exposed pads close to the output pin (middle pad). You need to solder a jumper across two of them. Refer to the 1-minute and 22-second mark in this video to view the soldered pins. This resolved the ramdon values issue. Good luck.
@cauesomenzi
@cauesomenzi Год назад
There are three exposed pads close to the output pin (middle pad). You need to solder a jumper across two of them. Refer to the 1-minute and 22-second mark in this video to view the soldered pins. This resolved the ramdon values issue. Good luck.
Далее
For my passenger princess ❤️ #tiktok #elsarca
00:24
ХИТРАЯ БАБУЛЯ #shorts
00:20
Просмотров 808 тыс.
How To Use a Turbidity Sensor
8:20
Просмотров 6 тыс.
I Made My Own Image Sensor! (And Digital Camera)
10:55
Interfacing Turbidity sensor with Arduino .
8:34
Просмотров 21 тыс.
For my passenger princess ❤️ #tiktok #elsarca
00:24