<?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: How To Use A Photoresistor With Raspberry PI Pico	</title>
	<atom:link href="https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Thu, 13 Jun 2024 19:34:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: julian		</title>
		<link>https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/#comment-23127</link>

		<dc:creator><![CDATA[julian]]></dc:creator>
		<pubDate>Fri, 05 Jan 2024 17:55:57 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=4782#comment-23127</guid>

					<description><![CDATA[hi,
usually, LDR have a high resistance in dark and low when full light.
May not it be better to connect the LDR to the GND instead of the VCC,
and in the program, just print   100-round(light/65535*100) to cope with the expected behavior?
The 10k resistor would always protect the GPIO.
btw, this is how i see it mounted everywhere.
thanks for your articles, it helps a lot.]]></description>
			<content:encoded><![CDATA[<p>hi,<br />
usually, LDR have a high resistance in dark and low when full light.<br />
May not it be better to connect the LDR to the GND instead of the VCC,<br />
and in the program, just print   100-round(light/65535*100) to cope with the expected behavior?<br />
The 10k resistor would always protect the GPIO.<br />
btw, this is how i see it mounted everywhere.<br />
thanks for your articles, it helps a lot.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/#comment-20934</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Mon, 01 May 2023 04:03:18 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=4782#comment-20934</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/#comment-20933&quot;&gt;Alex&lt;/a&gt;.

No, they are all the same. You can choose the one more convenient for your cabling]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/#comment-20933">Alex</a>.</p>
<p>No, they are all the same. You can choose the one more convenient for your cabling</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex		</title>
		<link>https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/#comment-20933</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 01 May 2023 01:43:43 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=4782#comment-20933</guid>

					<description><![CDATA[Is there any reason to choose GND pin 38, and not any of the others ? 28 or 23 (or the other side ? 3,8,13,18)]]></description>
			<content:encoded><![CDATA[<p>Is there any reason to choose GND pin 38, and not any of the others ? 28 or 23 (or the other side ? 3,8,13,18)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ammy		</title>
		<link>https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/#comment-5229</link>

		<dc:creator><![CDATA[Ammy]]></dc:creator>
		<pubDate>Wed, 29 Sep 2021 11:02:17 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=4782#comment-5229</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/#comment-5189&quot;&gt;peppe8o&lt;/a&gt;.

So if there is higher current then the gpio accept range. the current would try to escape from the easiest path which is through the resistor to the ground. am i right?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/#comment-5189">peppe8o</a>.</p>
<p>So if there is higher current then the gpio accept range. the current would try to escape from the easiest path which is through the resistor to the ground. am i right?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/#comment-5189</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Tue, 28 Sep 2021 12:48:50 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=4782#comment-5189</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/#comment-5188&quot;&gt;ammy&lt;/a&gt;.

Usually, high resistors can be used to avoid a direct spike of current coming to your GPIO port. In this case, photoresistor is itself a resistor, but when it has low resistance it can let pass quite all the current (it isn&#039;t a voltage risk, but a current risk)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/#comment-5188">ammy</a>.</p>
<p>Usually, high resistors can be used to avoid a direct spike of current coming to your GPIO port. In this case, photoresistor is itself a resistor, but when it has low resistance it can let pass quite all the current (it isn&#8217;t a voltage risk, but a current risk)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ammy		</title>
		<link>https://peppe8o.com/how-to-use-a-photoresistor-with-raspberry-pi-pico/#comment-5188</link>

		<dc:creator><![CDATA[ammy]]></dc:creator>
		<pubDate>Tue, 28 Sep 2021 12:20:22 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=4782#comment-5188</guid>

					<description><![CDATA[Why We Are Using 10K Ohm Resistor.
As We Are Passing 3.3v to the adc pin.
Which Is Also Looking For The Voltage Between 0 to 3.3v]]></description>
			<content:encoded><![CDATA[<p>Why We Are Using 10K Ohm Resistor.<br />
As We Are Passing 3.3v to the adc pin.<br />
Which Is Also Looking For The Voltage Between 0 to 3.3v</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
