Arduino Water Level Sensor Tutorial: Monitor Water Levels with Ease

  Рет қаралды 8,021

Arduino Intro

Arduino Intro

Күн бұрын

Пікірлер: 14
@toonsmits2485
@toonsmits2485 3 ай бұрын
Do you also have an arduino design for ultrasonic water sensors for larger bodies of water?
@arduinointrochannel
@arduinointrochannel 3 ай бұрын
I tried using an ultrasonic sensor before to measure water level. You can check this article for the code and circuit: www.arduinointro.com/articles/projects/using-the-hc-sr04-ultrasonic-sensor-to-detect-objects
@samuelbeausoleil
@samuelbeausoleil Ай бұрын
Thank you, this video was very helpful! Do you know if these sensors are safe for drinking water?
@arduinointrochannel
@arduinointrochannel Ай бұрын
Thanks! I wouldn't recommend it for drinking water, though. It would be better to use a non-contact sensor to detect water levels such as an ultrasonic sensor.
@althares0610
@althares0610 Ай бұрын
can you tell me how to connect the lcd to it?
@arduinointrochannel
@arduinointrochannel 29 күн бұрын
Sure, check out this article: www.arduinointro.com/articles/projects/complete-beginners-guide-to-using-a-water-level-sensor-with-arduino-and-i2c-lcd
@sakthi1510s
@sakthi1510s 3 ай бұрын
Can you please tell me how to connect the buzzer to it ? And accordingly what changes in the code has to be done ? Do Comment in detail please
@arduinointrochannel
@arduinointrochannel 3 ай бұрын
First, you need to add the buzzer to your circuit, you may find the circuit here: www.arduinointro.com/articles/projects/exploring-piezo-buzzer-integration-with-arduino-a-comprehensive-guide Next, you can try this code: // Define the pins #define PIEZO_PIN 3 int waterSensorPin = A0; // Water level sensor connected to analog pin A0 int ledPin = 13; // LED connected to digital pin 13 void setup() { // Initialize serial communication at 9600 bits per second Serial.begin(9600); // Initialize the LED pin as an output pinMode(ledPin, OUTPUT); // Set the piezo pin as an output pinMode(PIEZO_PIN, OUTPUT); } void loop() { // Read the input on analog pin 0 int sensorValue = analogRead(waterSensorPin); // Print out the value you read Serial.print("Water Level: "); Serial.println(sensorValue); // Check if the water level is above a threshold if (sensorValue > 300) { // Adjust the threshold as necessary digitalWrite(ledPin, HIGH); // Turn the LED on tone(PIEZO_PIN, 1000); } else { digitalWrite(ledPin, LOW); // Turn the LED off noTone(PIEZO_PIN); } // Wait for a second before taking the next reading delay(1000); } Hope this helps!
@dragonroyal9116
@dragonroyal9116 Ай бұрын
@@arduinointrochannel Your a good youtuber looking at comments and providing solutions
@arduinointrochannel
@arduinointrochannel Ай бұрын
@@dragonroyal9116 hey, thanks!
@AB-bo1dd
@AB-bo1dd 4 ай бұрын
Which app to use
@arduinointrochannel
@arduinointrochannel 4 ай бұрын
I'm using the Arduino IDE. You may download it here: www.arduino.cc/en/software
@mohammednazimuddin6951
@mohammednazimuddin6951 21 күн бұрын
Where is the code
@arduinointrochannel
@arduinointrochannel 20 күн бұрын
You can find the code here: www.arduinointro.com/articles/projects/how-to-use-a-water-level-sensor-with-arduino-a-step-by-step-guide
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
12 Best Arduino Projects for Beginners in 2024!
7:38
ToP Projects Compilation
Рет қаралды 208 М.
Wireless Water Level Indicator using LoRa and ESP32 | TTGO LoRa32
12:08
Electronic Clinic
Рет қаралды 68 М.
Get Started in Electronics #9 - Using the DHT11 Humidity & Temp Sensor
15:33
PCB prototyping, PCB making at home - WEGSTR
8:11
WEGSTR s.r.o.
Рет қаралды 990 М.
Ultrasonic Water Level Indicator using HC-SR04 & Arduino
10:32
talkingStuff Network
Рет қаралды 46 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН