Difference between revisions of "Classes/2010/VIS147A/offcuts"

From Robert-Depot
Jump to: navigation, search
(New page: === Week 8 - Motors, Coils, Inductors === * Reference: MedTech **http://www.swharden.com/blog/2009-08-14-diy-ecg-machine-on-the-cheap/ **artificial facial muscles - http://archfaci.ama-ass...)
 
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
*Homework 8:
 
*Homework 8:
 
*Lab 8:
 
*Lab 8:
 +
 +
 +
=== Sound/Tone Generation! For Sound People (optional) ===
 +
An analog output, different from the light dimmer.  To make a varying sound, you would want to change the frequency of the output signal, not the amplitude.
 +
* This is more like the light blinking from part one, where changing the input voltage will change the rate of the light.  But now you will do it with a Piezo, adjusting the time delay in microseconds.
 +
* If you like sound, try this: http://www.arduino.cc/en/Tutorial/PlayMelody, I have a piezo you can use.  (Or you can get one at RadioShack).
 +
* This example adjusts the frequency of the output (tone) not the magnitude.
 +
* the light fading above (<code>analogWrite()</code>) adjusts the brightness of the light (magnitude) with PWM.
 +
 +
== Sensor Homework ==
 +
NEW ASSIGNMENT:
 +
Acquire a sensor of some sort... not one of the ones from your kit.  Could be a pressure, temperature, VOC, range-finder, accelerometer (!!) ... there are lots of options.  Start with some of the links below.  If you need more ideas, look through the web.  Be sure to have your new sensor by next week!! We are going to use them in class, for Serial Communications.
 +
 +
Don't worry if you don't know how to make it work: if you are concerned whether your choice is viable, send me an e-mail with a link to your sensor of interest before you get it.
 +
 +
MORE SENSORS:
 +
* http://www.sparkfun.com/commerce/categories.php?c=23
 +
 +
===A Cornucopia of sensors===
 +
I gave some examples of sensors in the first part of today's lab.
 +
* http://www.acroname.com/robotics/parts/c_Sensors.html
 +
* Very good for interactive artworks!
 +
* What else looks interesting?
 +
** temperature
 +
** pressure
 +
** VOCs (Volatile Organic Compounds) [http://www.synkera.com/pdf/Synkera%20VOC%20Data%20Sheet.pdf] (see Natalie Jeremijenko's Feral Robotic Dogs: http://www.nyu.edu/projects/xdesign/feralrobots/)
 +
** Hall Effect sensor

Latest revision as of 07:50, 2 March 2010

Week 8 - Motors, Coils, Inductors


Sound/Tone Generation! For Sound People (optional)

An analog output, different from the light dimmer. To make a varying sound, you would want to change the frequency of the output signal, not the amplitude.

  • This is more like the light blinking from part one, where changing the input voltage will change the rate of the light. But now you will do it with a Piezo, adjusting the time delay in microseconds.
  • If you like sound, try this: http://www.arduino.cc/en/Tutorial/PlayMelody, I have a piezo you can use. (Or you can get one at RadioShack).
  • This example adjusts the frequency of the output (tone) not the magnitude.
  • the light fading above (analogWrite()) adjusts the brightness of the light (magnitude) with PWM.

Sensor Homework

NEW ASSIGNMENT: Acquire a sensor of some sort... not one of the ones from your kit. Could be a pressure, temperature, VOC, range-finder, accelerometer (!!) ... there are lots of options. Start with some of the links below. If you need more ideas, look through the web. Be sure to have your new sensor by next week!! We are going to use them in class, for Serial Communications.

Don't worry if you don't know how to make it work: if you are concerned whether your choice is viable, send me an e-mail with a link to your sensor of interest before you get it.

MORE SENSORS:

A Cornucopia of sensors

I gave some examples of sensors in the first part of today's lab.