Comments on: Guide for Soil Moisture Sensor YL-69 or HL-69 with Arduino https://randomnerdtutorials.com/guide-for-soil-moisture-sensor-yl-69-or-hl-69-with-the-arduino/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sat, 12 Oct 2024 17:02:52 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Rafael https://randomnerdtutorials.com/guide-for-soil-moisture-sensor-yl-69-or-hl-69-with-the-arduino/#comment-971235 Sat, 12 Oct 2024 17:02:52 +0000 http://randomnerdtutorials.com/?p=23847#comment-971235 In reply to Alton D Davis Jr.

Yes, there is a video which shows every single step: youtube.com/watch?v=T_tpKoNCVYw

]]>
By: Harini S https://randomnerdtutorials.com/guide-for-soil-moisture-sensor-yl-69-or-hl-69-with-the-arduino/#comment-886866 Mon, 29 Jan 2024 17:47:53 +0000 http://randomnerdtutorials.com/?p=23847#comment-886866 Hey , the operating range of the sensor is 3.3 V to 5V

i wanted to know if there will be any changes in the values if the input voltages differ

]]>
By: Alton D Davis Jr https://randomnerdtutorials.com/guide-for-soil-moisture-sensor-yl-69-or-hl-69-with-the-arduino/#comment-543991 Thu, 21 Jan 2021 18:44:44 +0000 http://randomnerdtutorials.com/?p=23847#comment-543991 In reply to Phil.

Phil, I am new to this.
Can we add 5Volt mini water pump?
When dry – it turns pump on UNTIL sensor detects water then it turns off water pump?

If so, is there a video to show EVERY STEP building it and how to add code to Arduino?
Also list of every item needed and website to order it?

I am DISABLED BUT CAN FOLLOW GOOD VIDEO OF EACH STEP.

OR I AM WILLING TO PAY SOMEONE TO SET UP SOME FOR MY NEEDS.
EMAIL: altonddavisjr(at)yahoo com.
Most Humble Appreciation
Alton

]]>
By: Juan M Jimenez https://randomnerdtutorials.com/guide-for-soil-moisture-sensor-yl-69-or-hl-69-with-the-arduino/#comment-364807 Mon, 06 May 2019 01:31:06 +0000 http://randomnerdtutorials.com/?p=23847#comment-364807 In reply to Sara Santos.

Thank you Sara.

I appreciate your kind help and advice

]]>
By: Sara Santos https://randomnerdtutorials.com/guide-for-soil-moisture-sensor-yl-69-or-hl-69-with-the-arduino/#comment-364747 Sun, 05 May 2019 08:50:56 +0000 http://randomnerdtutorials.com/?p=23847#comment-364747 In reply to Juan M Jimenez.

Hi.
You don’t need a library because this is an analog sensor.
So, you just need to read the data pin using the analogRead() function as shown in the code.
Regards,
Sara

]]>
By: Juan M Jimenez https://randomnerdtutorials.com/guide-for-soil-moisture-sensor-yl-69-or-hl-69-with-the-arduino/#comment-364721 Sun, 05 May 2019 00:00:43 +0000 http://randomnerdtutorials.com/?p=23847#comment-364721 Hi Sara,

I am a newbie on the Arduino stuff. I have seen that for other sensors you are required to upload a library; I did not see any link anywhere to a library for this sensor, is it not required for this one?

]]>
By: Sara Santos https://randomnerdtutorials.com/guide-for-soil-moisture-sensor-yl-69-or-hl-69-with-the-arduino/#comment-363821 Sun, 28 Apr 2019 13:06:14 +0000 http://randomnerdtutorials.com/?p=23847#comment-363821 In reply to Cyanoazimin.

Hi.
I haven’t tried it. Do you?

]]>
By: Cyanoazimin https://randomnerdtutorials.com/guide-for-soil-moisture-sensor-yl-69-or-hl-69-with-the-arduino/#comment-363791 Sun, 28 Apr 2019 07:39:14 +0000 http://randomnerdtutorials.com/?p=23847#comment-363791 As the analog output of the Soil Moisture Sensor YL-69 or HL-69 is directly connected to the probe and a 10k Ohm pull-up resistor (i.e. to Vcc, see e.g. medium.com/@chirag.parmar/know-your-sensor-yl38-soil-hygrometer-fceca860faac), it should be possible to replace the whole YL-69 or HL-69 by just a 10k resistor. Have you tried that? To avoid corrosion I intend to use stainless steel screws as electrodes.

]]>
By: Sara Santos https://randomnerdtutorials.com/guide-for-soil-moisture-sensor-yl-69-or-hl-69-with-the-arduino/#comment-362651 Thu, 18 Apr 2019 14:24:55 +0000 http://randomnerdtutorials.com/?p=23847#comment-362651 In reply to Terry Weymouth.

Hi Terry.
That module has a potentiometer that sets a threshold. The module will output a HIGH signal (1) if the readings are above the threshold set with the potentiometer. It will output 0 if the readings are below the threshold. However, you can’t “see” what is the threshold. You have to rotate the potentiometer and experiment with several types of soil humidity values to check the best threshold.
Alternatively, you can use the analog readings and set your own threshold value on the code.
I hope this helps.
Regards,
Sara

]]>
By: Sara Santos https://randomnerdtutorials.com/guide-for-soil-moisture-sensor-yl-69-or-hl-69-with-the-arduino/#comment-362302 Tue, 16 Apr 2019 15:00:34 +0000 http://randomnerdtutorials.com/?p=23847#comment-362302 In reply to Cony Lopez.

Hi.
Two measurements won’t give you an accurate calibration curve.
I would recommend that you take more measurements. However, the number of points will depend on the desired accuracy.
Regards,
Sara

]]>