<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Moisture detector circuit failures</title>
	<atom:link href="http://www.epanorama.net/blog/2023/08/14/moisture-detector-circuit-failures/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2023/08/14/moisture-detector-circuit-failures/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:57:21 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2023/08/14/moisture-detector-circuit-failures/comment-page-1/#comment-1812673</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 06 Sep 2023 13:04:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.epanorama.net/newepa/?p=194362#comment-1812673</guid>
		<description><![CDATA[https://hackaday.io/project/191963-completely-analog-houseplant-soil-moisture-sensor]]></description>
		<content:encoded><![CDATA[<p><a href="https://hackaday.io/project/191963-completely-analog-houseplant-soil-moisture-sensor" rel="nofollow">https://hackaday.io/project/191963-completely-analog-houseplant-soil-moisture-sensor</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2023/08/14/moisture-detector-circuit-failures/comment-page-1/#comment-1812495</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 04 Sep 2023 12:37:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.epanorama.net/newepa/?p=194362#comment-1812495</guid>
		<description><![CDATA[Why most Arduino Soil Moisture Sensors suck (incl. solution)
https://www.youtube.com/watch?v=m0mcCtcViTY

Unfortunately, most soil moisture sensors used in our Arduino, ESP8266, or ESP32 projects destroy themselves after a short while. We need a better solution.
Today we will test different sensors, and I will show you how they work and why most sensors from China destroy themselves. And, of course, we will find a solution to the problem.

 #207 Why most Arduino Soil Moisture Sensors suck (incl. solution) 
https://www.youtube.com/watch?v=udmJyncDvw0]]></description>
		<content:encoded><![CDATA[<p>Why most Arduino Soil Moisture Sensors suck (incl. solution)<br />
<a href="https://www.youtube.com/watch?v=m0mcCtcViTY" rel="nofollow">https://www.youtube.com/watch?v=m0mcCtcViTY</a></p>
<p>Unfortunately, most soil moisture sensors used in our Arduino, ESP8266, or ESP32 projects destroy themselves after a short while. We need a better solution.<br />
Today we will test different sensors, and I will show you how they work and why most sensors from China destroy themselves. And, of course, we will find a solution to the problem.</p>
<p> #207 Why most Arduino Soil Moisture Sensors suck (incl. solution)<br />
<a href="https://www.youtube.com/watch?v=udmJyncDvw0" rel="nofollow">https://www.youtube.com/watch?v=udmJyncDvw0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2023/08/14/moisture-detector-circuit-failures/comment-page-1/#comment-1812494</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 04 Sep 2023 12:36:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.epanorama.net/newepa/?p=194362#comment-1812494</guid>
		<description><![CDATA[SOIL MOISTURE SENSOR FOR PLANTS (V1.2 / V2.0) - Arduino tutorial #31
https://www.youtube.com/watch?v=pFQaFnqpOtQ

The capacitive soil moisture sensor allows you to measure the moistness of soil. The biggest advantage over a traditional moisture sensor is that the capacitive sensor doesn&#039;t corrode. In this tutorial I&#039;ll explain how you can read the soil moisture sensor and what the advantages are. Further you learn how to work with the map() function and how to calculate the soil moisture in percentage.

Many ask what the difference is between v1.2 and v2.0, this is what I found:
- The spelling of  the out pin: AOUT on v1.2 and AUOT on the v2.0
- The top of the PCB shows a tiny circle on v2.0


Capacitive Soil Moisture Sensors don&#039;t work correctly + Fix for v2.0 v1.2 Arduino ESP32 Raspberry Pi
https://www.youtube.com/watch?v=IGP38bz-K48

In this episode I talk about capacitive soil moisture sensors and why 82% of them dont work correctly. I analyze the 3 most common problems they have by design and show you how to fix them or how to find sensors that work right away.


You can jump to one of these sections: 
0:00 Introduction

0:39 Flaura - the smart, self-watering plant pot
1:20 Resistive sensors suck
2:03 Working principle
2:43 Learnings from 38 orders
3:47 Missing voltage regulator
5:11 Wrong timer chip
6:57 Missing resistor connection
9:39 Fixes
10:01 Ordering advices]]></description>
		<content:encoded><![CDATA[<p>SOIL MOISTURE SENSOR FOR PLANTS (V1.2 / V2.0) &#8211; Arduino tutorial #31<br />
<a href="https://www.youtube.com/watch?v=pFQaFnqpOtQ" rel="nofollow">https://www.youtube.com/watch?v=pFQaFnqpOtQ</a></p>
<p>The capacitive soil moisture sensor allows you to measure the moistness of soil. The biggest advantage over a traditional moisture sensor is that the capacitive sensor doesn&#8217;t corrode. In this tutorial I&#8217;ll explain how you can read the soil moisture sensor and what the advantages are. Further you learn how to work with the map() function and how to calculate the soil moisture in percentage.</p>
<p>Many ask what the difference is between v1.2 and v2.0, this is what I found:<br />
- The spelling of  the out pin: AOUT on v1.2 and AUOT on the v2.0<br />
- The top of the PCB shows a tiny circle on v2.0</p>
<p>Capacitive Soil Moisture Sensors don&#8217;t work correctly + Fix for v2.0 v1.2 Arduino ESP32 Raspberry Pi<br />
<a href="https://www.youtube.com/watch?v=IGP38bz-K48" rel="nofollow">https://www.youtube.com/watch?v=IGP38bz-K48</a></p>
<p>In this episode I talk about capacitive soil moisture sensors and why 82% of them dont work correctly. I analyze the 3 most common problems they have by design and show you how to fix them or how to find sensors that work right away.</p>
<p>You can jump to one of these sections:<br />
0:00 Introduction</p>
<p>0:39 Flaura &#8211; the smart, self-watering plant pot<br />
1:20 Resistive sensors suck<br />
2:03 Working principle<br />
2:43 Learnings from 38 orders<br />
3:47 Missing voltage regulator<br />
5:11 Wrong timer chip<br />
6:57 Missing resistor connection<br />
9:39 Fixes<br />
10:01 Ordering advices</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria</title>
		<link>https://www.epanorama.net/blog/2023/08/14/moisture-detector-circuit-failures/comment-page-1/#comment-1811918</link>
		<dc:creator><![CDATA[Maria]]></dc:creator>
		<pubDate>Mon, 28 Aug 2023 06:52:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.epanorama.net/newepa/?p=194362#comment-1811918</guid>
		<description><![CDATA[The cautionary note about the presence of DC current and its potential to corrode metals, leading to ineffective sensors or even harmful effects on plants, underscores your awareness of the practical implications of sensor design. Your suggestion of using carbon electrodes as an alternative to copper is thoughtful and shows consideration for the health of the plants.]]></description>
		<content:encoded><![CDATA[<p>The cautionary note about the presence of DC current and its potential to corrode metals, leading to ineffective sensors or even harmful effects on plants, underscores your awareness of the practical implications of sensor design. Your suggestion of using carbon electrodes as an alternative to copper is thoughtful and shows consideration for the health of the plants.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
