Changes

Week 3 Lab

15 bytes added, 21:06, 20 April 2009
photoresistor
Take the photoresistor from your 147A kit, which has a resistance between 140k - 800 depending on your lighting conditions.
*QQ2.1: With the same R2 resistor (10k) from above, replacing R1 with the photoresistor, what range of voltages (and corresponding data values) would you expect to see at your A_IN pin?
*QQ2.2: The important part of this sketch is the line where the microprocessor reads the analog input:<code> val = analogRead(potPin);</code> Looking at the Arduino help for that function (<code>analogRead()</code>), what do you think the value <code>val</code> will be for those highest and lowest voltages at your A_IN pin?
*QQ2.3: How can you verify your guess for the previous question? Come up with a plausible method, and try it out. Anything goes! (even using functions next weeks material, like Sketchbook->Communication->Graph) If you have a good idea, share it with the class....
* QQ2.4: How could you make this more sensitive? There are least three ways to try... think in terms of the physical enclosure around the sensor, the hardware setup (a voltage divider), and the software (look at File->Sketchbook->Analog->Calibration..., specifically the <code>map()</code> function)* QQ2.5: Does changing the code make this more sensitive?
=== FYI other sensors ===
9
edits