<?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: ESP32 Turbidity Sensor	</title>
	<atom:link href="https://www.teachmemicro.com/esp32-turbidity-sensor/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.teachmemicro.com/esp32-turbidity-sensor/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=esp32-turbidity-sensor</link>
	<description>Microcontroller Tutorials and Resources</description>
	<lastBuildDate>Sun, 28 Jun 2026 01:09:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Roland Pelayo		</title>
		<link>https://www.teachmemicro.com/esp32-turbidity-sensor/#comment-90618</link>

		<dc:creator><![CDATA[Roland Pelayo]]></dc:creator>
		<pubDate>Wed, 08 Jul 2020 20:10:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.teachmemicro.com/?p=4336#comment-90618</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.teachmemicro.com/esp32-turbidity-sensor/#comment-90608&quot;&gt;Muhammad Abdullah&lt;/a&gt;.

Hi,

I suggest you measure the voltage on the OUT pin of the turbidity sensor on clear water and muddy water. Then determine the adc values using the formula on the article. Then, change this part of the code to the results of the formula: 

turbidity = map(val, 0, 2800, 5, 1);

Here, 2800 was my adc value at muddy water]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.teachmemicro.com/esp32-turbidity-sensor/#comment-90608">Muhammad Abdullah</a>.</p>
<p>Hi,</p>
<p>I suggest you measure the voltage on the OUT pin of the turbidity sensor on clear water and muddy water. Then determine the adc values using the formula on the article. Then, change this part of the code to the results of the formula: </p>
<p>turbidity = map(val, 0, 2800, 5, 1);</p>
<p>Here, 2800 was my adc value at muddy water</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Muhammad Abdullah		</title>
		<link>https://www.teachmemicro.com/esp32-turbidity-sensor/#comment-90608</link>

		<dc:creator><![CDATA[Muhammad Abdullah]]></dc:creator>
		<pubDate>Wed, 08 Jul 2020 13:20:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.teachmemicro.com/?p=4336#comment-90608</guid>

					<description><![CDATA[Hi, I  am having a problem with   turbidity readings , ,I did exactly like this tutorial, but in clean water i am getting 3.00  turbidity value and 5.00 for muddy water, 
i am not getting 1.00,2.00 for clean water,
how can i get 1.00 for clean water ?
Any Help  please
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi, I  am having a problem with   turbidity readings , ,I did exactly like this tutorial, but in clean water i am getting 3.00  turbidity value and 5.00 for muddy water,<br />
i am not getting 1.00,2.00 for clean water,<br />
how can i get 1.00 for clean water ?<br />
Any Help  please<br />
Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: www.teachmemicro.com @ 2026-07-09 04:57:24 by W3 Total Cache
-->