Start Date: Wednesday, September 21, 2011
Due Date: Tuesday, September 27, 2011 at 11:59PM
Will be here later.
You should have already completed your color mixer and come up with some way to control the LEDs with 2 or 3 pots.
In the past lab, we explored potentiometers (or “pot” for short) which are analog sensors that measure rotation. In this week’s lab, we’ll be exploring two other analog sensors. The first sensor measures light brightness and is called a photocell (or a “phot” for short. Okay, that was a lie). The second sensor measures force and is called Force Sensitive Resistor (or “FSR” for short). Thus far, the pot, phot, and FSR sensors convert some physical action into an electrical characteristic, namely resistance.
Beginning with the circuit you built last week, try replacing the pots with photocells (You should have two in your kit). Note: you will need to add a 10K resistor (brown,black, yellow) to the circuit as shown in the diagram below. Try the classic "LED_fade" or "LED_blink" with the photocell. Try photocell with what you have built for this week's homework.
Replace the photocells in your current circuit with the FSRs (distributed in class). This should simply involve swapping out the photocells with the FSRs (still using the 10K resistors). Again, try the classic "LED_fade" or "LED_blink" with the photocell. Try photocell with what you have built for this week's homework.
In this section, we begin exploring Processing
1. Download and install Processing if you have not done so yet (www.processing.org)
2. Load “File ‐> Examples ‐> Topics ->Motion ‐> Bounce”
3. Press “Run”
Congrats! You just made a java applet.
Influence a Processing program running on your computer with the input from your Arduino board example code:
https://courses.ischool.berkeley.edu/i262/f11/sites/default/files/BouncingBallPaint+(Processing).txt
Try it with pot, photocell, and FSR.
Create an interesting visualization on your computer that could be influenced by the input from the sensors you have (pot, photocell, FSR, or combination of them). You can use Processing (or any other language you like) in writing the program. Report on your results in the lab submission.
Create a mechanical construction for your FSR that distributes or focuses physical force that is applied. Think about everyday objects (toothpaste tube, entrance mat, paintbrush, pipette, etc.) and how you measure the pressure or force applied to them
Click here to post your assignment.