This commit is contained in:
2026-06-04 13:25:36 -04:00
parent 6452b5e8b6
commit 7031a3c393

View File

@@ -14,13 +14,10 @@ So when I looked at the circuit diagram, I wondered, "why are we measuring the v
The answer is because, as it turns out, if you take the measurement downstream of the photoresistor in this particular example, you will always read 0v. You will never see a change in the output voltage from the photoresistor. In order to see the impact of the photoresistor in the circuit, you need to measure upstream of the photoresistor. The answer is because, as it turns out, if you take the measurement downstream of the photoresistor in this particular example, you will always read 0v. You will never see a change in the output voltage from the photoresistor. In order to see the impact of the photoresistor in the circuit, you need to measure upstream of the photoresistor.
<center> <center><img alt="wot" width="320" src="wot.jpeg"/></center>
<img alt="wot" width="320" src="wot.jpeg"/>
<br/> <br/>
<i>The face of a man who realizes he has failed to grasp something fundamental</i> <center><i>The face of a man who realizes he has failed to grasp something fundamental</i></center>
<br/> <br/>
</center>
If you remember back to [tutorial 4 with Analog Digital Conversion](../04-adc/README.md#measuring-potentiometers), I talked about potentiometers, and how they are a `voltage divider`. If you remember back to [tutorial 4 with Analog Digital Conversion](../04-adc/README.md#measuring-potentiometers), I talked about potentiometers, and how they are a `voltage divider`.