<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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>AT1F</title>
	<atom:link href="http://at1f.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://at1f.com</link>
	<description></description>
	<pubDate>Wed, 19 Oct 2011 01:56:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lab 5 : Serial Out using an Arduino</title>
		<link>http://at1f.com/physical-computing/lab-5-serial-out-using-an-arduino/</link>
		<comments>http://at1f.com/physical-computing/lab-5-serial-out-using-an-arduino/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 01:56:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Physical Computing]]></category>

		<guid isPermaLink="false">http://at1f.com/?p=1025</guid>
		<description><![CDATA[Goal : Send data from a single sensor to a program on a personal computer.
Serial monitor results using Serial.write() in Arduino :

ASCII representation of the byte using CoolTerm :

Hexadecimal representation using CoolTerm :

Graph of sensor values in processing :

]]></description>
			<content:encoded><![CDATA[<p><strong>Goal :</strong> Send data from a single sensor to a program on a personal computer.</p>
<p>Serial monitor results using Serial.write() in Arduino :<br />
<img src="http://at1f.com/wp-content/uploads/2011/10/picture-31.png" alt="picture-31" title="picture-31" width="555" height="331" class="aligncenter size-full wp-image-1026" /></p>
<p>ASCII representation of the byte using CoolTerm :<br />
<img src="http://at1f.com/wp-content/uploads/2011/10/picture-41-600x487.png" alt="picture-41" title="picture-41" width="600" height="487" class="aligncenter size-medium wp-image-1027" /></p>
<p>Hexadecimal representation using CoolTerm :<br />
<img src="http://at1f.com/wp-content/uploads/2011/10/picture-52-600x488.png" alt="picture-52" title="picture-52" width="600" height="488" class="aligncenter size-medium wp-image-1028" /></p>
<p>Graph of sensor values in processing :<br />
<img src="http://at1f.com/wp-content/uploads/2011/10/picture-11-600x467.png" alt="picture-11" title="picture-11" width="600" height="467" class="aligncenter size-medium wp-image-1029" /></p>
]]></content:encoded>
			<wfw:commentRss>http://at1f.com/physical-computing/lab-5-serial-out-using-an-arduino/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lab 4 : Servo Motor Control with an Arduino</title>
		<link>http://at1f.com/physical-computing/lab-4-servo-motor-control-with-an-arduino/</link>
		<comments>http://at1f.com/physical-computing/lab-4-servo-motor-control-with-an-arduino/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 01:17:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Physical Computing]]></category>

		<guid isPermaLink="false">http://at1f.com/?p=1021</guid>
		<description><![CDATA[GOAL : control a servomotor&#8217;s position using the value returned from an analog sensor.


]]></description>
			<content:encoded><![CDATA[<p><strong>GOAL :</strong> control a servomotor&#8217;s position using the value returned from an analog sensor.</p>
<p><img src="http://at1f.com/wp-content/uploads/2011/10/img_0558.jpg" alt="img_0558" title="img_0558" width="600" height="450" class="aligncenter size-full wp-image-1022" /></p>
<p><center><object width="601" height="338"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=30768600&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=30768600&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="601" height="338"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://at1f.com/physical-computing/lab-4-servo-motor-control-with-an-arduino/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stupid Pet Trick : Make It Rain Machine</title>
		<link>http://at1f.com/physical-computing/stupid-pet-trick-make-it-rain-machine/</link>
		<comments>http://at1f.com/physical-computing/stupid-pet-trick-make-it-rain-machine/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 00:53:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Physical Computing]]></category>

		<guid isPermaLink="false">http://at1f.com/?p=1003</guid>
		<description><![CDATA[What I ended up doing for my Stupid Pet Trick was completely different from my initial idea.
From the 2 ideas that I had I started on the camera idea and actually got it up and running. How it worked ; a motion sensor triggered a camera to take a photo. I was pretty happy that [...]]]></description>
			<content:encoded><![CDATA[<p>What I ended up doing for my Stupid Pet Trick was completely different from my <a href="http://at1f.com/physical-computing/stupid-pet-trick-sketch/" >initial idea</a>.</p>
<p>From the 2 ideas that I had I started on the camera idea and actually got it up and running. How it worked ; a motion sensor triggered a camera to take a photo. I was pretty happy that I got it to work since I took a camera a part and replaced the shutter release with my own button that was connected to the Arduino and a motion detector but I wasn&#8217;t happy with the project as a whole. It wasn&#8217;t fun and everyone around me in the shop seemed to be having a lot of fun with their Pet Trick. I sat around sulking and it hit me! I wanted to create a Make-It-Rain machine. For those of you not familiar with what Make-It-Rain means, it is a term often used in Hip Hop music to describe the act of throwing money around in a lavish display of wealth.</p>
<p>Here is what I&#8217;m talking about :<br />
<object width="640" height="480"><param name="movie" value="http://www.youtube.com/v/9_asu7n6QUc?version=3&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9_asu7n6QUc?version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="640" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>#FeelMeh? Ok good.</p>
<p>The idea was to create a platform where cash could be placed and a DC motor with a custom propellor would swipe each bill of the platform 1 by 1. A potentiometer would control the speed of rain making. </p>
<p>Step 1 was to get the circuit to work before I started constructing the box that held the cash, motor and arduino. </p>
<p><img src="http://at1f.com/wp-content/uploads/2011/10/img_0424.jpg" alt="img_0424" title="img_0424" width="600" height="450" class="aligncenter size-full wp-image-1005" /><br />
<img src="http://at1f.com/wp-content/uploads/2011/10/img_0425.jpg" alt="img_0425" title="img_0425" width="600" height="450" class="aligncenter size-full wp-image-1006" /><br />
<img src="http://at1f.com/wp-content/uploads/2011/10/img_0428.jpg" alt="img_0428" title="img_0428" width="600" height="450" class="aligncenter size-full wp-image-1007" /></p>
<p>Now came the fun part, constructing the device. I bought a bunch of wood from Pearl Paint and started putting it together :</p>
<p><img src="http://at1f.com/wp-content/uploads/2011/10/img_0429.jpg" alt="img_0429" title="img_0429" width="600" height="450" class="aligncenter size-full wp-image-1008" /><br />
<img src="http://at1f.com/wp-content/uploads/2011/10/img_0431.jpg" alt="img_0431" title="img_0431" width="600" height="450" class="aligncenter size-full wp-image-1009" /><br />
<img src="http://at1f.com/wp-content/uploads/2011/10/img_0432.jpg" alt="img_0432" title="img_0432" width="600" height="450" class="aligncenter size-full wp-image-1010" /><br />
<img src="http://at1f.com/wp-content/uploads/2011/10/img_0433.jpg" alt="img_0433" title="img_0433" width="600" height="450" class="aligncenter size-full wp-image-1011" /></p>
<p>That part was easy. Constructing the propeller was the real challenge as it needed to take into account the height of the cashed stacked and have enough flexibility and friction to swipe each bill off individually. </p>
<p>I tried a fixable piece of cardboard that I attached rubber strips at the end of. </p>
<p><img src="http://at1f.com/wp-content/uploads/2011/10/img_0434.jpg" alt="img_0434" title="img_0434" width="600" height="450" class="aligncenter size-full wp-image-1012" /></p>
<p>A few tests proved that this method worked however it didnt do too well with a higher stack of cash. I replaced it with a much more flexible plastic propeller that I had cut at the ends to make it easier to spin on a higher stack. This proved more effective for a higher stack but did not do well when there were only a few bills left. </p>
<p><img src="http://at1f.com/wp-content/uploads/2011/10/img_0442.jpg" alt="img_0442" title="img_0442" width="600" height="450" class="aligncenter size-full wp-image-1013" /></p>
<p>I decided to finished the rest of the case and come back to this problem. </p>
<p><img src="http://at1f.com/wp-content/uploads/2011/10/img_0441.jpg" alt="img_0441" title="img_0441" width="600" height="450" class="aligncenter size-full wp-image-1014" /></p>
<p>In the end after trying a few different materials it became clear that the problem wasn&#8217;t the propellor but the motor. It did not have enough torque to spin while the stack was high. I decided to finish the project as is and work on a second version of it down the line. This is what the finished product looked like.</p>
<p><img src="http://at1f.com/wp-content/uploads/2011/10/img_0539.jpg" alt="img_0539" title="img_0539" width="600" height="450" class="aligncenter size-full wp-image-1015" /><br />
<img src="http://at1f.com/wp-content/uploads/2011/10/img_0551.jpg" alt="img_0551" title="img_0551" width="600" height="450" class="aligncenter size-full wp-image-1016" /><br />
<img src="http://at1f.com/wp-content/uploads/2011/10/img_0554.jpg" alt="img_0554" title="img_0554" width="600" height="450" class="aligncenter size-full wp-image-1017" /><br />
<img src="http://at1f.com/wp-content/uploads/2011/10/img_0556.jpg" alt="img_0556" title="img_0556" width="600" height="450" class="aligncenter size-full wp-image-1018" /></p>
<p>Shirt video of the Make-It-Rain Machine in action : </p>
<p><center><object width="601" height="338"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=30767795&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=30767795&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="601" height="338"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://at1f.com/physical-computing/stupid-pet-trick-make-it-rain-machine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ICM : Lab 4</title>
		<link>http://at1f.com/intro-to-computational-media/icm-lab-4/</link>
		<comments>http://at1f.com/intro-to-computational-media/icm-lab-4/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 02:09:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Intro to Computational Media]]></category>

		<guid isPermaLink="false">http://at1f.com/?p=997</guid>
		<description><![CDATA[This week we were introduced to Objects and Functions. This helps us move away from repetitive &#38; tedious coding, simplifying the programming of your sketch. We were assigned to take a previous assignment and reorganize the code using functions and objects. Click here from Lab 4.
Preview:

]]></description>
			<content:encoded><![CDATA[<p>This week we were introduced to Objects and Functions. This helps us move away from repetitive &amp; tedious coding, simplifying the programming of your sketch. We were assigned to take a previous assignment and reorganize the code using functions and objects. <a href="http://at1f.com/ICM/lab4/" >Click here from Lab 4.</a></p>
<p>Preview:</p>
<p><img class="aligncenter size-full wp-image-998" title="picture-51" src="http://at1f.com/wp-content/uploads/2011/10/picture-51.png" alt="picture-51" width="507" height="509" /></p>
]]></content:encoded>
			<wfw:commentRss>http://at1f.com/intro-to-computational-media/icm-lab-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ICM : Lab 3</title>
		<link>http://at1f.com/intro-to-computational-media/icm-lab-3/</link>
		<comments>http://at1f.com/intro-to-computational-media/icm-lab-3/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 02:00:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Intro to Computational Media]]></category>

		<guid isPermaLink="false">http://at1f.com/?p=994</guid>
		<description><![CDATA[This week things got a bit more interesting, after learning the basics of sketching and animating, we have now transitioned into creating interactive pieces using Processing. I decided to take my sketch from Lab 1 and strip down the turtle giving the use the ability to dress it by clicking on the buttons below. Each button represents [...]]]></description>
			<content:encoded><![CDATA[<p>This week things got a bit more interesting, after learning the basics of sketching and animating, we have now transitioned into creating interactive pieces using Processing. I decided to take my sketch from <a href="http://at1f.com/intro-to-computational-media/icm-lab-1/" >Lab 1</a> and strip down the turtle giving the use the ability to dress it by clicking on the buttons below. Each button represents one of the 4 TMNT&#8217;s (Raphael/Red, Michelangelo/Orange, Leonardo/Blue, Donatello/Purple). In addition to pressing the buttons the user also has the option to dress the turtle by pressing the first letter of each turtles name. <a href="http://at1f.com/ICM/lab3/" >Click here to view Lab 3.</a></p>
<p>Preview:</p>
<p><img class="aligncenter size-full wp-image-995" title="picture-5" src="http://at1f.com/wp-content/uploads/2011/10/picture-5.png" alt="picture-5" width="507" height="509" /></p>
]]></content:encoded>
			<wfw:commentRss>http://at1f.com/intro-to-computational-media/icm-lab-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ICM : Lab 2</title>
		<link>http://at1f.com/intro-to-computational-media/icm-lab-2/</link>
		<comments>http://at1f.com/intro-to-computational-media/icm-lab-2/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 01:52:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Intro to Computational Media]]></category>

		<guid isPermaLink="false">http://at1f.com/?p=991</guid>
		<description><![CDATA[This week we transitions from static to animated sketches in Processing and learned mousepress/keypress commands. Link to Lab 2.
Preview:

]]></description>
			<content:encoded><![CDATA[<p>This week we transitions from static to animated sketches in Processing and learned mousepress/keypress commands. <a href="http://at1f.com/ICM/lab2/" >Link to Lab 2.</a></p>
<p>Preview:</p>
<p><img class="aligncenter size-full wp-image-992" title="picture-4" src="http://at1f.com/wp-content/uploads/2011/10/picture-4.png" alt="picture-4" width="550" height="481" /></p>
]]></content:encoded>
			<wfw:commentRss>http://at1f.com/intro-to-computational-media/icm-lab-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ICM : Lab 1</title>
		<link>http://at1f.com/intro-to-computational-media/icm-lab-1/</link>
		<comments>http://at1f.com/intro-to-computational-media/icm-lab-1/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 01:47:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Intro to Computational Media]]></category>

		<guid isPermaLink="false">http://at1f.com/?p=987</guid>
		<description><![CDATA[For our first ICM assignment we were asked to create a screen drawing using processing. I decided to keep it simple since I had little-to-no experience with programing in Processing. You can view Lab 1 here. 
Preview:

]]></description>
			<content:encoded><![CDATA[<p>For our first ICM assignment we were asked to create a screen drawing using processing. I decided to keep it simple since I had little-to-no experience with programing in Processing. <a href="http://at1f.com/ICM/lab1/" >You can view Lab 1 here. </a></p>
<p>Preview:<br />
<img class="aligncenter size-full wp-image-988" title="picture-3" src="http://at1f.com/wp-content/uploads/2011/10/picture-3.png" alt="picture-3" width="507" height="508" /></p>
]]></content:encoded>
			<wfw:commentRss>http://at1f.com/intro-to-computational-media/icm-lab-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lab 2 : Short Film Story Board</title>
		<link>http://at1f.com/video-and-sound/lab-2-short-film-story-board/</link>
		<comments>http://at1f.com/video-and-sound/lab-2-short-film-story-board/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 05:26:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video and Sound]]></category>

		<guid isPermaLink="false">http://at1f.com/?p=954</guid>
		<description><![CDATA[



]]></description>
			<content:encoded><![CDATA[<p><img src="http://at1f.com/wp-content/uploads/2011/09/sb-600x468.jpg" alt="sb" title="sb" width="600" height="468" class="aligncenter size-medium wp-image-961" /></p>
<p><img src="http://at1f.com/wp-content/uploads/2011/09/sb2-600x540.jpg" alt="sb2" title="sb2" width="600" height="540" class="aligncenter size-medium wp-image-985" /></p>
<p><img src="http://at1f.com/wp-content/uploads/2011/09/sb3-438x560.jpg" alt="sb3" title="sb3" width="438" height="560" class="aligncenter size-medium wp-image-983" /></p>
<p><img src="http://at1f.com/wp-content/uploads/2011/09/sb4-600x512.jpg" alt="sb4" title="sb4" width="600" height="512" class="aligncenter size-medium wp-image-963" /></p>
]]></content:encoded>
			<wfw:commentRss>http://at1f.com/video-and-sound/lab-2-short-film-story-board/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stupid-Pet-Trick Sketch</title>
		<link>http://at1f.com/physical-computing/stupid-pet-trick-sketch/</link>
		<comments>http://at1f.com/physical-computing/stupid-pet-trick-sketch/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 05:23:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Physical Computing]]></category>

		<guid isPermaLink="false">http://at1f.com/?p=950</guid>
		<description><![CDATA[I have 2 ideas for my stupid pet trick. 
1. CAMERA TRIGGERED BY SENSOR IN HAT
I would like to create a device that takes a photograph using a digital camera after a physical interaction triggers it. I would like the camera to be triggers once someone puts on a specific hat, with a sensor in [...]]]></description>
			<content:encoded><![CDATA[<p>I have 2 ideas for my stupid pet trick. </p>
<p>1. CAMERA TRIGGERED BY SENSOR IN HAT<br />
I would like to create a device that takes a photograph using a digital camera after a physical interaction triggers it. I would like the camera to be triggers once someone puts on a specific hat, with a sensor in it, and sits in front of it. </p>
<p>I can do this externally using servos or I can open it up and replace the shutter button with the trigger connected to the sensor. </p>
<p>2. MONEY JAR<br />
The goal would be to create a money jar that can calculate the amount of money in coins that is put into and and outputs that amount. The jar will have one level in the middle of the jar that will have a weight sensor on it and will calculate the amount inputted based on the weight. Only one coin at a time can be inserted and a lever will release the coin to the bottom, before inserting the next. </p>
<p><img src="http://at1f.com/wp-content/uploads/2011/09/spt-364x560.jpg" alt="spt" title="spt" width="364" height="560" class="aligncenter size-medium wp-image-959" /></p>
]]></content:encoded>
			<wfw:commentRss>http://at1f.com/physical-computing/stupid-pet-trick-sketch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lab 3 : Electronics</title>
		<link>http://at1f.com/physical-computing/lab-3-electronics/</link>
		<comments>http://at1f.com/physical-computing/lab-3-electronics/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 05:00:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Physical Computing]]></category>

		<guid isPermaLink="false">http://at1f.com/?p=936</guid>
		<description><![CDATA[Goal : Practicing basic electronic principles by trying them in action. Measuring  voltage, amperage, and resistance using a multimeter.


STEP 6 : Building a basic LED circuit using an external power source and a voltage regulator. The voltage regulator converted the 12V input from the power source to 5V transmitted to the circuit.
VOLTAGE CALCULATION USING METER : 
Power [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Goal</strong> : Practicing<span> basic electronic principles by trying them in action. </span>Measuring <span> voltage, amperage, and resistance using a multimeter.</span></p>
<p><span><img class="aligncenter size-medium wp-image-937" title="picture-3" src="http://at1f.com/wp-content/uploads/2011/09/picture-3-600x448.png" alt="picture-3" width="600" height="448" /></span></p>
<p><span><img class="aligncenter size-medium wp-image-938" title="picture-41" src="http://at1f.com/wp-content/uploads/2011/09/picture-41-600x450.png" alt="picture-41" width="600" height="450" /></span></p>
<p><strong>STEP 6</strong> : Building a basic LED circuit using an external power source and a voltage regulator. The voltage regulator converted the 12V input from the power source to 5V transmitted to the circuit.</p>
<p><em>VOLTAGE CALCULATION USING METER : </em></p>
<p>Power to ground  : 4.96v</p>
<ul>
<li><em>Voltage across the switch : .03v</em></li>
<li><em> Voltage across the LED : 1.59v</em></li>
<li><em>Voltage across the resistor : 3.34v</em></li>
<li><em>Total Voltage : 4.96v</em></li>
</ul>
<p><img class="aligncenter size-medium wp-image-939" title="picture-5" src="http://at1f.com/wp-content/uploads/2011/09/picture-5-600x448.png" alt="picture-5" width="600" height="448" /></p>
<p><img class="aligncenter size-medium wp-image-940" title="picture-6" src="http://at1f.com/wp-content/uploads/2011/09/picture-6-600x446.png" alt="picture-6" width="600" height="446" /></p>
<p><object width="601" height="338"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=29706274&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=29706274&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="601" height="338"></embed></object></p>
<p>STEP 7 : Components in Series : Building a basic 2 LED circuit in a series using an external power source and a voltage regulator.</p>
<p><em>VOLTAGE CALCULATION USING METER : </em></p>
<p>Power to ground  : 4.96v</p>
<ul>
<li><em>Voltage across resistor : .1.79v</em></li>
<li><em> Voltage across LED 1 : 1.59v</em></li>
<li><em>Voltage across LED 2 : 1.57v</em></li>
<li><em>Total Voltage : 4.95v</em></li>
</ul>
<p><img class="aligncenter size-medium wp-image-945" title="picture-8" src="http://at1f.com/wp-content/uploads/2011/09/picture-8-600x447.png" alt="picture-8" width="600" height="447" /></p>
<p><img class="aligncenter size-medium wp-image-946" title="picture-9" src="http://at1f.com/wp-content/uploads/2011/09/picture-9-600x446.png" alt="picture-9" width="600" height="446" /></p>
<p><object width="601" height="338"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=29706936&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=29706936&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="601" height="338"></embed></object></p>
<p>STEP 8 : Components in Series : 3 LEDs in parallel; measuring amperage.</p>
<p>Voltage across each LED : 1.55v. Was not able to measure amperage.</p>
<p><img src="http://at1f.com/wp-content/uploads/2011/09/picture-101-600x451.png" alt="picture-101" title="picture-101" width="600" height="451" class="aligncenter size-medium wp-image-947" /></p>
<p>STEP 9 : Generating a Variable Voltage with a Potentiometer</p>
<ul>
<li><em>Voltage at center point of potentiometer : .1.52v</em></li>
<li><em> Voltage across the LED : 1.58v</em></li>
</ul>
<p><img src="http://at1f.com/wp-content/uploads/2011/09/picture-111-600x444.png" alt="picture-111" title="picture-111" width="600" height="444" class="aligncenter size-medium wp-image-948" /></p>
<p><object width="601" height="338"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=29707103&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=29707103&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="601" height="338"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://at1f.com/physical-computing/lab-3-electronics/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

