<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ezra^3 - let&#039;s make things happen. &#187; Electronics</title>
	<atom:link href="http://ezraezraezra.com/?cat=111&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ezraezraezra.com</link>
	<description>lets make things happen.</description>
	<lastBuildDate>Sun, 17 Sep 2017 12:19:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>NxJ Revenue Indicator</title>
		<link>http://ezraezraezra.com/?p=1764</link>
		<comments>http://ezraezraezra.com/?p=1764#comments</comments>
		<pubDate>Mon, 30 Sep 2013 12:22:18 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Home Categories]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1764</guid>
		<description><![CDATA[The numbers get physical]]></description>
			<content:encoded><![CDATA[<p id="top" />Visual Monitoring (Part II)<br/><br />
<strong>Foreword:</strong><br />
On Friday the 13th (9/13/13) J.O. and I participated in the company-wide Next Jump Hackathon 2013. We decided that instead of focusing on a software-based project, we should do a hardware-based project. This is a technical follow-up on our original project post, which can be found <a href="http://ezraezraezra.com/?p=1136"><strong>here</strong></a><br/><br />
<strong>How It Works:</strong><br />
A cron job runs two Shell scripts (revenue and site status) every 20 minutes and minute, respectively.<br/><br />
The site status Shell script first cURLs an internal dashboard that contains the status of the Next Jump sites. The site is then piped into a stream editor (sed) to pick out the graphic name used for site status. This value is grep&#8217;ed to check it it contains a certain graphic. We finally run an snmpset call passing either an on/off integer value, depending on the boolean result of the grep call.<br/><br />
<code>GET_CURL=$(curl -ks <Internal NOC URL> | sed -n '/nettable/,/Production/p')<br />
echo $GET_CURL | grep -q 'light_green'<br />
if [[ $? == 0 ]] ;then<br />
        $SIREN_ON<br />
else $SIREN_OFF<br />
fi<br />
</code><br />
As for the revenue status Shell script, the script cURLs another internal dashboard that contains both goal and current revenue. The result is then run through a series of stream editor (sed) and pattern-directed scanning and processing language (awk) calls in order to pull both the goal and current values.<br/><br />
<code>GET_GOAL=$(curl -ks <Internal Dashboard URL> | sed -n '/totalRow/,/avgRevenue/p' | sed -n '/goalRevenue/,/avgRevenue/p' | awk 'BEGIN{ RS="K<\/td>"}{gsub(/.*>$ /,"")}1{print $RS;exit}' | sed -e 's/^.*">$ \( \)*//')</code><br/><br />
In order to visually tell when the revenue status script ran, and to give the project flair, we added a small Shell script inside the revenue status Shell script to blink the revenue lights (red, yellow, green) in a continuous daisy-chain pattern for two cycles.<br/><br />
<code>until [ $COUNTER -lt 0 ]; do<br />
        $RED_OFF<br />
        $YELLOW_OFF<br />
        $GREEN_OFF<br />
        $RED_ON<br />
        $YELLOW_ON<br />
        $GREEN_ON<br />
        let COUNTER-=1<br />
done</code><br/><br />
Once we return back to the revenue status script, an snmpset calls are made to turn off the revenue lights, followed by another snmpset call to turn on the socket that corresponds to the revenue standings.<br/><br />
<strong>Construction:</strong><br />
The visual monitoring body is composed of 3/4&#8243; x 10&#8243; solid oak board and is fastened with 1.5&#8243; corrosion proof deck fasteners. It houses a smart PVD devise and is wired to the lighting system via 110 volt grounded pig tails. Leviton Ceramic lighting fixtures with NxJ beer pint glasses contain the heat created by the CFL lights and add to the decor. V2 will consist of color, labeling, and branding the devise, as well as installing an audible alert for coronitas.<br/><br />
<strong>Bill of Materials:</strong><br />
(1) APC Switched Rack PVD<br />
(1) 110v Red light siren<br />
(3) Beer Pint Glasses<br />
(3) Feit Electric 13-Watt (60W) Twist CFL LightBulb (Red, Green, Yellow Bug)<br />
(1) Lava Lamp<br />
(3) Leviton Ceramic Keyless Lamp Holder<br />
(36) Drill Screws<br />
(1) Ethernet Cable<br />
(3) Lamp Cord Set<br/><br />
<strong>Resources:</strong><br />
MAN Pages<br />
Steve B. (Fellow NxJ enlightened in the art of Shell scripting)<br/><br />
<strong>Snapshots:</strong><br />

<a href='http://ezraezraezra.com/?attachment_id=1778' title='photo[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo1-150x150.jpg" class="attachment-thumbnail" alt="photo[1]" title="photo[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1779' title='photo_1[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_11-150x150.jpg" class="attachment-thumbnail" alt="photo_1[1]" title="photo_1[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1780' title='photo_2[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_21-150x150.jpg" class="attachment-thumbnail" alt="photo_2[1]" title="photo_2[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1781' title='photo_3[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_31-150x150.jpg" class="attachment-thumbnail" alt="photo_3[1]" title="photo_3[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1782' title='photo_4[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_41-150x150.jpg" class="attachment-thumbnail" alt="photo_4[1]" title="photo_4[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1783' title='photo_5[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_51-150x150.jpg" class="attachment-thumbnail" alt="photo_5[1]" title="photo_5[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1784' title='photo_6[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_61-150x150.jpg" class="attachment-thumbnail" alt="photo_6[1]" title="photo_6[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1785' title='photo_7[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_71-150x150.jpg" class="attachment-thumbnail" alt="photo_7[1]" title="photo_7[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1786' title='photo_8[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_81-e1380543578100-150x150.jpg" class="attachment-thumbnail" alt="photo_8[1]" title="photo_8[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1787' title='photo_9[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_91-e1380543565502-150x150.jpg" class="attachment-thumbnail" alt="photo_9[1]" title="photo_9[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1788' title='photo_10[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_101-e1380543554614-150x150.jpg" class="attachment-thumbnail" alt="photo_10[1]" title="photo_10[1]" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1789' title='photo_11[1]'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/photo_111-e1380543540714-150x150.jpg" class="attachment-thumbnail" alt="photo_11[1]" title="photo_11[1]" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1764</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Alerting</title>
		<link>http://ezraezraezra.com/?p=1743</link>
		<comments>http://ezraezraezra.com/?p=1743#comments</comments>
		<pubDate>Sat, 14 Sep 2013 16:48:33 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Home Categories]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1743</guid>
		<description><![CDATA[Physical status monitoring]]></description>
			<content:encoded><![CDATA[<p id="top" />NxJ &#8211; NxJ Hackathon 2013<br />
<strong>Name:</strong> Visual Alerting<br />
<strong>Platform:</strong> Web, Server, Electronics<br />
<strong>Author:</strong> J.O. &#038; Ezra Velazquez<br />
<strong>Release:</strong> September 14th, 2013<br />
<strong>Technology:</strong> Unix, Bash Shell, SNMP, Ethernet-Enabled power-strip, lightbulbs<br />
<strong>Source Code:</strong> Currently Unavailable<br />
<strong>Version:</strong> 1.0<br />
<br/><br />
<strong>About:</strong> A physical alert &#038; monitoring system that reports on site outrage, revenue progress for the week, and outbound mailing progress.<br />
<strong>Intent: </strong>To give key company metrics a physical attribute. While seeing a red light go off in a dashboard on a site means something is wrong, seeing a physical siren go off brings a real sense of urgency to the physical world since as humans we instinctually react to the physical and what is right in front of us.<br />
<strong>Personal Intent: </strong>To work on shell scripting, something I&#8217;ve been meaning to learn more about but never had a chance to fully pursue.<br />
<strong>Backstory: </strong>A week or so ago J.O. approached me about this crazy idea he had: instead of relying on different dashboards all throughout the internal system, how about having a device that could be displayed in a public space and display key monitoring statuses. I was intrigued and joined his team, mostly because it sounded like an awesome project and because I would doing &#8220;physical computing&#8221;.<br />
<strong>Process:</strong> We first figured out what exactly to display on the device. After scratching our heads, it made sense to display site outage with a red light siren. The revenue status for the week would be best displayed with a stop-light approach, with red being behind goal, yellow being near goal, and green exceeding goal. Finally, given that we have outbound emails going out for great periods of time, it made sense to use a lava lamp. As for the code to run it all, we decided to use an ethernet-neabled power-strip that was lying around that accepts SNMP calls, which can be easily triggered with a bash script running every minute or so on a cron job.<br />
<strong>Success:</strong> The actual physical device got built, and we where able to detect site outage &#038; revenue progress via scrapping the site. Even though we could have easily used credentials to run an SQL script to check revenue status, we believed that wouldn&#8217;t make it a real hack.<br />
<strong>Failures:</strong> While the mercury light got installed and be responsive, we ran out of time to write a shell script that would detect outgoing mail status.<br />
<strong>Tips: </strong>
<ul>
<li>Rely on the MAN pages. They will explain what all those crazy characters after the command mean.</li>
<li>Always wear protection when doing woodwork
<li>Piping will save you a great deal of time when you need to write a script quickly and don&#8217;t have time to clean it up</li>
<li>Try to work with people with different work backgrounds than you. You&#8217;ll learn a great deal, and have some bonding time in the process</li>
</ul>
<p><br/><br />
<strong>GALLERY:</strong><br />

<a href='http://ezraezraezra.com/?attachment_id=1752' title='visual_alerting_finished'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/visual_alerting_finished-150x150.jpg" class="attachment-thumbnail" alt="Finished product" title="visual_alerting_finished" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1753' title='ezra_velazquez_wiring'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2013/09/ezra_wiring-150x150.jpeg" class="attachment-thumbnail" alt="Ezra Velazquez wiring a lightbulb" title="ezra_velazquez_wiring" /></a>
<br />
Photo of me wiring a lightbulb stand by <a href="http://instagram.com/p/eNn6JeBfqL/" title="#praetoriansentry" target="_blank">@praetoriansentry</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1743</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rodney the Red Monster</title>
		<link>http://ezraezraezra.com/?p=1136</link>
		<comments>http://ezraezraezra.com/?p=1136#comments</comments>
		<pubDate>Tue, 14 Dec 2010 17:18:56 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Interactive Telecommunications]]></category>
		<category><![CDATA[Physical Computing]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[audio module]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[fur]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[itp]]></category>
		<category><![CDATA[moster]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[proximity]]></category>
		<category><![CDATA[red]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[Rodney]]></category>
		<category><![CDATA[sensor]]></category>
		<category><![CDATA[servo motor]]></category>
		<category><![CDATA[shy]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[telecommunications]]></category>
		<category><![CDATA[tip120]]></category>
		<category><![CDATA[velazquez]]></category>
		<category><![CDATA[yip]]></category>
		<category><![CDATA[yip yip]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1136</guid>
		<description><![CDATA[Meet Rodney. He's a little shy.]]></description>
			<content:encoded><![CDATA[<p id="top" /><strong>Rodney the Red Monster is a little shy of humans, the weirdest creatures in the known universe.</strong></p>
<p><strong>Background:</strong></p>
<p>In the depths of Southern New Jersey there lives the mythical <a href="http://en.wikipedia.org/wiki/Jersey_devil">Jersey Devil</a>, a monster so fierce and revered that no one dares travel to its swamps. I was ready to find the worst, and instead found Rodney.</p>
<p>This is his story.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/DATBiwh7jX8?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/DATBiwh7jX8?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong><br />
How It Works</strong>:</p>
<p>A proximity sensor, built onto the base of the robot, checks for objects within a predetermined range every 1 second. If an object enters the sensor&#8217;s range, the neck of the robot collapses into its body. This action is achieved by choreographing the movement of the base &amp; middle servos, which act as the robot&#8217;s neck joints. Once the object leaves the sensor&#8217;s range, the robot &#8220;pops&#8221; its head back out by powering the two neck servos.</p>
<p>The top servo motor, which is the smallest of the three, moves the eyes of the robot back and forth when the neck is fully elongated. The servo motor moves the eyes back to their original position when an object enters the sensor&#8217;s range.</p>
<p>The sound module plays audio clips while an object is outside the sensor&#8217;s range. When an object gets within range, the audio track stops.</p>
<p><strong>Testing</strong>:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/qpiy58k9AwQ?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/qpiy58k9AwQ?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong><br />
Construction</strong>:</p>
<ul>
<li>The skeleton of Red Red is made of (3) three scrap pieces of wood found at the ITP shop.</li>
<li>The neck is made of thin aluminum sheet strips.</li>
<li>The body cavity is made of (2) two oatmeal barrels.</li>
<li>The fur is made of &#8220;fancy&#8221; red yarn (that&#8217;s what the store calls it, I like it because it feels, well, furry).</li>
<li>The extremities is made of styrofoam and tube cleaners.</li>
</ul>
<p><strong>Notes</strong>:</p>
<ul>
<li>The LEDs are used as status lights.</li>
<li>Green LED lights up when the audio-module is playing files.</li>
<li>Red LED gets brighter as an object gets closer to the proximity sensor.</li>
<li>The potentiometer is used to set the signal strength from the audio module to the  LM386N chip.</li>
</ul>
<p><strong>List of parts (Bill of Materials)</strong>:</p>
<ul>
<li>(1) Arduino</li>
<li>(1) LM386</li>
<li>(1) Audio-Sound Moule &#8211; SOMO-14D</li>
<li>(1) Infrared Proximity Sensor Long Range &#8211; Sharp GP2Y0A02YK0F</li>
<li>(2) Servo &#8211; Large Full Roation</li>
<li>(1) Servo &#8211; Small</li>
<li>(3) TIP120</li>
<li>(1) LD33CV</li>
<li>(1) Speaker &#8211; 0.5W 8ohm</li>
<li>(2) 220 uF capacitor</li>
<li>(1) 100 uF capacitor</li>
<li>(1) 10 uF capacitor</li>
<li>(1) 1K resistor</li>
<li>(2) 470 ohm resistor</li>
<li>(2) 10 ohm resistor</li>
<li>(1) 10K potentiometer</li>
<li>(1) Red LED</li>
<li>(1) Green LED</li>
</ul>
<p><strong>Resources</strong>:</p>
<ul>
<li>ITP Physical Computing Tutorials</li>
<li><a href="http://www.sparkfun.com/datasheets/BreakoutBoards/SOMO-14D-DS-rev3.pdf" target="_blank">Audio-Sound Module Datasheet</a></li>
<li><a href="http://www.instructables.com/id/LM386-Audio-Amplifier/#step1" target="_blank">LM386 Audio Amplifier</a></li>
</ul>
<p><strong>Solutions</strong>:</p>
<ul>
<li><a href="http://ezraezraezra.com/code/Rodney_Code.pde">Arduino Code</a></li>
<li><a href="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/RedRed_13_bb.jpg">Breadboard Layout</a></li>
<li><a href="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/RedRed_13_schem.jpg">Schematic Diagram</a></li>
</ul>
<p><strong>Snapshots:</strong></p>
<p><strong>
<a href='http://ezraezraezra.com/?attachment_id=1202' title='198'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/198-150x150.jpg" class="attachment-thumbnail" alt="198" title="198" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1154' title='156'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/156-150x150.jpg" class="attachment-thumbnail" alt="156" title="156" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1155' title='157'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/157-150x150.jpg" class="attachment-thumbnail" alt="157" title="157" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1156' title='158'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/158-150x150.jpg" class="attachment-thumbnail" alt="158" title="158" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1157' title='159'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/159-150x150.jpg" class="attachment-thumbnail" alt="159" title="159" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1158' title='161'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/161-e1292453707586-150x150.jpg" class="attachment-thumbnail" alt="161" title="161" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1159' title='162'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/162-150x150.jpg" class="attachment-thumbnail" alt="162" title="162" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1160' title='163'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/163-e1292453743480-150x150.jpg" class="attachment-thumbnail" alt="163" title="163" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1161' title='164'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/164-150x150.jpg" class="attachment-thumbnail" alt="164" title="164" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1162' title='165'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/165-e1292453759177-150x150.jpg" class="attachment-thumbnail" alt="165" title="165" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1163' title='166'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/166-150x150.jpg" class="attachment-thumbnail" alt="166" title="166" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1164' title='167'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/167-150x150.jpg" class="attachment-thumbnail" alt="167" title="167" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1165' title='168'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/168-150x150.jpg" class="attachment-thumbnail" alt="168" title="168" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1166' title='169'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/169-150x150.jpg" class="attachment-thumbnail" alt="169" title="169" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1167' title='170'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/170-150x150.jpg" class="attachment-thumbnail" alt="170" title="170" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1168' title='171'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/171-150x150.jpg" class="attachment-thumbnail" alt="171" title="171" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1169' title='172'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/172-150x150.jpg" class="attachment-thumbnail" alt="172" title="172" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1170' title='173'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/173-150x150.jpg" class="attachment-thumbnail" alt="173" title="173" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1171' title='174'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/174-150x150.jpg" class="attachment-thumbnail" alt="174" title="174" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1172' title='175'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/175-150x150.jpg" class="attachment-thumbnail" alt="175" title="175" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1173' title='176'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/176-150x150.jpg" class="attachment-thumbnail" alt="176" title="176" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1174' title='177'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/177-150x150.jpg" class="attachment-thumbnail" alt="177" title="177" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1175' title='178'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/178-150x150.jpg" class="attachment-thumbnail" alt="178" title="178" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1176' title='179'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/179-150x150.jpg" class="attachment-thumbnail" alt="179" title="179" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1177' title='180'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/180-150x150.jpg" class="attachment-thumbnail" alt="180" title="180" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1178' title='181'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/181-150x150.jpg" class="attachment-thumbnail" alt="181" title="181" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1179' title='182'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/182-150x150.jpg" class="attachment-thumbnail" alt="182" title="182" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1180' title='183'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/183-150x150.jpg" class="attachment-thumbnail" alt="183" title="183" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1181' title='184'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/184-150x150.jpg" class="attachment-thumbnail" alt="184" title="184" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1182' title='185'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/185-150x150.jpg" class="attachment-thumbnail" alt="185" title="185" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1183' title='186'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/186-150x150.jpg" class="attachment-thumbnail" alt="186" title="186" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1184' title='187'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/187-150x150.jpg" class="attachment-thumbnail" alt="187" title="187" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1185' title='188'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/188-150x150.jpg" class="attachment-thumbnail" alt="188" title="188" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1186' title='189'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/189-150x150.jpg" class="attachment-thumbnail" alt="189" title="189" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1187' title='190'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/190-150x150.jpg" class="attachment-thumbnail" alt="190" title="190" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1188' title='191'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/191-150x150.jpg" class="attachment-thumbnail" alt="191" title="191" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1189' title='192'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/192-150x150.jpg" class="attachment-thumbnail" alt="192" title="192" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1190' title='193'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/193-150x150.jpg" class="attachment-thumbnail" alt="193" title="193" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1191' title='194'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/194-150x150.jpg" class="attachment-thumbnail" alt="194" title="194" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1192' title='195'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/195-150x150.jpg" class="attachment-thumbnail" alt="195" title="195" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1193' title='196'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/196-150x150.jpg" class="attachment-thumbnail" alt="196" title="196" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1194' title='197'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/197-150x150.jpg" class="attachment-thumbnail" alt="197" title="197" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1198' title='RedRed_13_schem'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/RedRed_13_schem-150x150.jpg" class="attachment-thumbnail" alt="RedRed_13_schem" title="RedRed_13_schem" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1197' title='RedRed_13_bb'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/12/RedRed_13_bb-150x150.jpg" class="attachment-thumbnail" alt="RedRed_13_bb" title="RedRed_13_bb" /></a>
</p>
<p></strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> Easter Egg</strong>:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/tPp8F4Rmi4Y?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/tPp8F4Rmi4Y?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1136</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Media Controller &#8211; IPC</title>
		<link>http://ezraezraezra.com/?p=1051</link>
		<comments>http://ezraezraezra.com/?p=1051#comments</comments>
		<pubDate>Tue, 16 Nov 2010 00:11:34 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Interactive Telecommunications]]></category>
		<category><![CDATA[Physical Computing]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[feet]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[itp]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[midi]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[multiplexer]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[pad]]></category>
		<category><![CDATA[physical]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[velazquez]]></category>
		<category><![CDATA[xbee]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1051</guid>
		<description><![CDATA[Get your feet moving.]]></description>
			<content:encoded><![CDATA[<p id="top" />Phase 3 of 3 for Media Controller Project. Having a deadline glomming over us, the group shifted into high gear.</p>
<p>Ladies and gentlemen, my group&#8217;s media controller project.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/lg4kUIR8_I4?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/lg4kUIR8_I4?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>In a nutshell, MousePed is a giant mouse pad music controller for your feet. Step on one of the 15 pads hidden underneath the mouse pad, change the volume of individual tracks.</p>
<p>Equipment for this project is as follows:</p>
<ul>
<li>(1) Arduino</li>
<li>(1) CD74HC4067</li>
<li>(15) 100-ohm resistors</li>
<li>(15) home-made pressure sensors</li>
<li>(1) XBee Wireless Shield</li>
<li>(1) XBee Explorer Dongle</li>
<li>(2) XBee 1mW Chip Antennas</li>
</ul>
<p>A few notes of ome of the equipment:</p>
<ul>
<li>CD74HC4067 chip &#8211; Arduino decides which of the 16 available channels to listen to by using a 4 level truth-table.</li>
<li>XBee Wireless System &#8211; Both XBee Antennas talk to each other using the handshake method. This method makes sure that the buffer will not overflow by only sending data when requested.</li>
</ul>
<p>References used are from CD74HC4067 datasheet, <a href="http://tronixstuff.wordpress.com/2010/08/06/moving-forward-with-arduino-–-chapter-14-xbee-introduction/">Tronixstuff</a> (XBee shield),  and ITP Tutorials (XBee modules).</p>
<p>Solutions:</p>
<ul>
<li><a href="http://ezraezraezra.com/class/ipc/code/multiplexerHandshake_B_MC.pde">Arduino Code</a></li>
<li><a href="http://ezraezraezra.com/class/ipc/code/handshakeP_MC.pde">Processing Code</a></li>
<li><a href="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/Media_Controller_7_bb.jpg">Breadboard Layout</a></li>
<li><a href="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/Media_Controller_7_schem.jpg">Schematic Diagram</a></li>
<li><a href="http://ezraezraezra.com/MousePed/">Project Page!</a></li>
</ul>

<a href='http://ezraezraezra.com/?attachment_id=1055' title='118'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/118-150x150.jpg" class="attachment-thumbnail" alt="118" title="118" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1056' title='119'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/119-150x150.jpg" class="attachment-thumbnail" alt="119" title="119" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1057' title='120'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/120-150x150.jpg" class="attachment-thumbnail" alt="120" title="120" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1058' title='121'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/121-150x150.jpg" class="attachment-thumbnail" alt="121" title="121" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1059' title='122'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/122-150x150.jpg" class="attachment-thumbnail" alt="122" title="122" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1060' title='123'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/123-150x150.jpg" class="attachment-thumbnail" alt="123" title="123" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1061' title='124'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/124-150x150.jpg" class="attachment-thumbnail" alt="124" title="124" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1062' title='125'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/125-150x150.jpg" class="attachment-thumbnail" alt="125" title="125" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1063' title='126'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/126-150x150.jpg" class="attachment-thumbnail" alt="126" title="126" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1064' title='127'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/127-150x150.jpg" class="attachment-thumbnail" alt="127" title="127" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1065' title='128'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/128-150x150.jpg" class="attachment-thumbnail" alt="128" title="128" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1066' title='129'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/129-150x150.jpg" class="attachment-thumbnail" alt="129" title="129" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1067' title='130'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/130-150x150.jpg" class="attachment-thumbnail" alt="130" title="130" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1068' title='131'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/131-150x150.jpg" class="attachment-thumbnail" alt="131" title="131" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1069' title='132'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/132-150x150.jpg" class="attachment-thumbnail" alt="132" title="132" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1070' title='133'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/133-150x150.jpg" class="attachment-thumbnail" alt="133" title="133" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1071' title='134'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/134-150x150.jpg" class="attachment-thumbnail" alt="134" title="134" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1073' title='Media_Controller_7_bb'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/Media_Controller_7_bb-150x150.jpg" class="attachment-thumbnail" alt="Media_Controller_7_bb" title="Media_Controller_7_bb" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1074' title='Media_Controller_7_schem'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/Media_Controller_7_schem-150x150.jpg" class="attachment-thumbnail" alt="Media_Controller_7_schem" title="Media_Controller_7_schem" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1076' title='135'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/135-150x150.jpg" class="attachment-thumbnail" alt="135" title="135" /></a>

]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1051</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intrusion Alarm Revisited</title>
		<link>http://ezraezraezra.com/?p=1015</link>
		<comments>http://ezraezraezra.com/?p=1015#comments</comments>
		<pubDate>Thu, 11 Nov 2010 02:08:47 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Make Electronics]]></category>
		<category><![CDATA[alarm]]></category>
		<category><![CDATA[blown]]></category>
		<category><![CDATA[broil]]></category>
		<category><![CDATA[diode]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[do it yourself]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[explosion]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[intrusion]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[relay]]></category>
		<category><![CDATA[revisited]]></category>
		<category><![CDATA[velazquez]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1015</guid>
		<description><![CDATA[Tripping the security alarm.]]></description>
			<content:encoded><![CDATA[<p id="top" />This post is a response to an exercise in the book &#8220;Make: Electronics&#8221;.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Xsn_yknqnFc?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/Xsn_yknqnFc?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>In this exercise, the focus in on creating an alarm that once it is set off, it latches onto that setting. When the alarm is set &#8220;on&#8221;, power goes through the switch (a jumper cable in this experiment)  to GND instead to base of the transistor. Once the alarm is set &#8220;off&#8221;, buy opening the switch (or removing the jumper cable that went to GND), power is applied to the base of the transistor, which activates the relay and powers the signal of the alarm: a green LED.</p>
<p>A signal diode is used in this experiment. This piece of hardware blocks &#8220;bad voltage&#8221; from flowing back up the wire. For this experiment, power from the relay has the potential to flow back up to the emitter and base of the transistor and to the switch. The only reason it has this potential is because the NO leg of the relay is not connected to GND. If it was, a diode would not be needed.</p>
<p>If you take a look at the pictures, you&#8217;ll notice that there is an exploded LED. Originally the LED in this experiment, which was red, didn&#8217;t have a 2K2 resistor to GND. When the circuit was plugged to PWR, 12volts raced to the LED, which caused it to explode and create quite some noise. This was a friendly reminder to make sure all components are given the proper amount of power.</p>

<a href='http://ezraezraezra.com/?attachment_id=1016' title='105'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/105-150x150.jpg" class="attachment-thumbnail" alt="105" title="105" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1017' title='106'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/106-150x150.jpg" class="attachment-thumbnail" alt="106" title="106" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1018' title='107'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/107-150x150.jpg" class="attachment-thumbnail" alt="107" title="107" /></a>

]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1015</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Pulsing Glow</title>
		<link>http://ezraezraezra.com/?p=1004</link>
		<comments>http://ezraezraezra.com/?p=1004#comments</comments>
		<pubDate>Tue, 09 Nov 2010 20:28:00 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Make Electronics]]></category>
		<category><![CDATA[beat]]></category>
		<category><![CDATA[capacitor]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[do it yourself]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[glow]]></category>
		<category><![CDATA[heart]]></category>
		<category><![CDATA[heartbeat]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[pulsing]]></category>
		<category><![CDATA[velazquez]]></category>
		<category><![CDATA[yourself]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1004</guid>
		<description><![CDATA[Making it more organic.]]></description>
			<content:encoded><![CDATA[<p id="top" />This post is a response to an exercise in the book &#8220;Make: Electronics&#8221;.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MmPzO-gGhIM?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/MmPzO-gGhIM?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>In this exercise, the focus was on creating as oscillator that gradually flashed an LED. In previous examples, flashing LEDs seemed very robust; they where either fully on or off. With the assistance of various capacitors and resistors, a LED can be made to gradually flash, which makes it have a more &#8220;organic&#8221; feel.</p>
<p>In the wiring of this experiment, two capacitors where used: a 100uf on the anode of the PUT transistor and a 220uf on the cathode of the transistor. The values of the resistors on the gate and anode of the transistor where greater than on the cathode. This allowed the LED to slowly discharged energy sent from transistor&#8217;s cathode. By having higher value of resistors on the anode compared to the resistor on the gate, it increased the time it took the capacitor to charge before the &#8220;gate was open&#8221; to the cathode.</p>
<p>It can also be noted that I manage to &#8220;squeeze&#8221; all the components onto a small section of the breadboard. If this experiment where to be put on preforated board for a project, it would be best to take the last amount of space.</p>

<a href='http://ezraezraezra.com/?attachment_id=1005' title='101'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/101-150x150.jpg" class="attachment-thumbnail" alt="101" title="101" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1006' title='102'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/102-150x150.jpg" class="attachment-thumbnail" alt="102" title="102" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1007' title='103'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/103-150x150.jpg" class="attachment-thumbnail" alt="103" title="103" /></a>
<a href='http://ezraezraezra.com/?attachment_id=1008' title='104'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/11/104-150x150.jpg" class="attachment-thumbnail" alt="104" title="104" /></a>

]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1004</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Broil an LED</title>
		<link>http://ezraezraezra.com/?p=1002</link>
		<comments>http://ezraezraezra.com/?p=1002#comments</comments>
		<pubDate>Mon, 08 Nov 2010 20:23:05 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Make Electronics]]></category>
		<category><![CDATA[broil]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[velazquez]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=1002</guid>
		<description><![CDATA[A bring one, he was.]]></description>
			<content:encoded><![CDATA[<p id="top" /><!-- p.p1 {margin: 0.0px 0.0px 18.0px 0.0px; line-height: 18.0px; font: 12.0px Arial; color: #555555} p.p2 {margin: 0.0px 0.0px 18.0px 0.0px; text-indent: 36.0px; line-height: 18.0px; font: 12.0px Arial; color: #555555} span.s1 {color: #2e466a} -->This post is a response to an exercise in the book “Make: Electronics”.</p>
<p>In this exercise, an LED is broiled. The purpose is to explain that if the wrong soldering iron is used, electronic components can be damaged. A good way to prevent damage is by using heat-sinks when soldering components together.</p>
<p>Since I have destroyed couple of LEDs in a previous project. (<a href="http://ezraezraezra.com/?p=641">Stupid Pet Trick</a>), I decided to waive the experiment, but still read the experiment’s background, tools, and theory sections.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=1002</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joining Two Wires Together</title>
		<link>http://ezraezraezra.com/?p=977</link>
		<comments>http://ezraezraezra.com/?p=977#comments</comments>
		<pubDate>Sat, 06 Nov 2010 03:45:59 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Make Electronics]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[solder]]></category>
		<category><![CDATA[together]]></category>
		<category><![CDATA[two]]></category>
		<category><![CDATA[velazquez]]></category>
		<category><![CDATA[wires]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=977</guid>
		<description><![CDATA[It's about connections.]]></description>
			<content:encoded><![CDATA[<p id="top" />This post is a response to an exercise in the book &#8220;Make: Electronics&#8221;.</p>
<p>In this exercise, two wires are soldered together. A proper solder is made by first heating up both wires with the soldering iron, and while the soldering iron is touching both wires, the solder is pushed onto all three surfaces.</p>
<p>Since I have been soldering in previous and current projects (<a href="http://ezraezraezra.com/?p=641">Stupid Pet Trick</a>, <a href="http://ezraezraezra.com/?p=927">Media Controller Phase 1</a>), I decided to waive the experiment, but still read the experiment&#8217;s background, tools, and theory sections.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=977</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Modular Project</title>
		<link>http://ezraezraezra.com/?p=954</link>
		<comments>http://ezraezraezra.com/?p=954#comments</comments>
		<pubDate>Thu, 04 Nov 2010 20:21:44 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Make Electronics]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[modular]]></category>
		<category><![CDATA[programmable]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[put]]></category>
		<category><![CDATA[transistors]]></category>
		<category><![CDATA[unijuntion]]></category>
		<category><![CDATA[velazquez]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=954</guid>
		<description><![CDATA[PUT and Oscillator fun.]]></description>
			<content:encoded><![CDATA[<p id="top" />This post is a response to an exercise in the book &#8220;Make: Electronics&#8221;.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/mEs8Qr4ixqw?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/mEs8Qr4ixqw?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>In this exercise, the focus in on learning how to use Programmable Unijunction Transistors, also known as PUTs. With the &#8216;belly&#8217; of the transistor facing your right, the top leg is the anode, the middle is the gate, and the bottom is the cathode.</p>
<p>What makes PUTs different from the previous transistors in earlier projects is that the anode must be &#8216;more positive&#8217; than the gate in order for the power to go to the cathode. Say, if the gate had a 2k2 resistor and the anode a 50K resistor, no power will travel to the cathode. No power is traveling because the gate has &#8216;more power&#8217; than the anode. The gate is blocking energy from travelling to the cathode.</p>
<p>By adding capacitors in parallel to the anode, enough &#8216;power&#8217; can be collected that the anode will eventually be &#8216;more positive&#8217; than the gate, which causes the capacitors to discharge and send power to the cathode. The cathode is connected to an LED, which lights up until the power level in the anode drops below the power level of the gate.In theory, this process acts like a timer which flashes an LED. Keeping the capacitor the same, the LED can be made to flash faster by decreasing the resistance in the anode or increasing the resistance in the gate.</p>

<a href='http://ezraezraezra.com/?attachment_id=956' title='95'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/10/95-150x150.jpg" class="attachment-thumbnail" alt="95" title="95" /></a>
<a href='http://ezraezraezra.com/?attachment_id=957' title='96'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/10/96-150x150.jpg" class="attachment-thumbnail" alt="96" title="96" /></a>
<a href='http://ezraezraezra.com/?attachment_id=958' title='97'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/10/97-150x150.jpg" class="attachment-thumbnail" alt="97" title="97" /></a>

]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=954</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transistor Switching</title>
		<link>http://ezraezraezra.com/?p=901</link>
		<comments>http://ezraezraezra.com/?p=901#comments</comments>
		<pubDate>Tue, 02 Nov 2010 05:49:55 +0000</pubDate>
		<dc:creator>ezraezra</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Home Categories]]></category>
		<category><![CDATA[Make Electronics]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[ezra]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[switching]]></category>
		<category><![CDATA[transistor]]></category>
		<category><![CDATA[velazquez]]></category>
		<category><![CDATA[yourself]]></category>

		<guid isPermaLink="false">http://ezraezraezra.com/?p=901</guid>
		<description><![CDATA[The little amplifier that could.]]></description>
			<content:encoded><![CDATA[<p id="top" />This post is a response to an exercise in the book &#8220;Make: Electronics&#8221;</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/p0vUY5-egkM?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/p0vUY5-egkM?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>In this exercise, a transistor (type NPN) is used to amplify power to an LED. On the transistor itself, its &#8220;collector&#8221; is connected to PWR, &#8220;base&#8221; to a momentary pushbutton (type SPST), and its &#8220;emitter&#8221; to an LED.</p>
<p>In a nutshell, the &#8220;collector&#8221; provides a steady source of PWR. The &#8220;emitter&#8221; can only send power out when the &#8220;base&#8221; is given power. When the pushbutton is pressed, it allows power to go to the &#8220;base&#8221;, which causes power to amplify and be sent out via the &#8220;emitter&#8221;. The transistor acts as an amplifying switch.</p>
<p>If it was a a type PNP transistor, the &#8220;collector&#8221; would be connected to GND, the &#8220;emitter&#8221; to PWR, and the &#8220;base&#8221; to GND. In order to have power go from the emitter to the collector, the base must have negative voltage.</p>

<a href='http://ezraezraezra.com/?attachment_id=902' title='81'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/10/81-150x150.jpg" class="attachment-thumbnail" alt="81" title="81" /></a>
<a href='http://ezraezraezra.com/?attachment_id=903' title='82'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/10/82-150x150.jpg" class="attachment-thumbnail" alt="82" title="82" /></a>
<a href='http://ezraezraezra.com/?attachment_id=904' title='83'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/10/83-150x150.jpg" class="attachment-thumbnail" alt="83" title="83" /></a>
<a href='http://ezraezraezra.com/?attachment_id=905' title='84'><img width="150" height="150" src="http://ezraezraezra.com/itp/wp-content/uploads/2010/10/84-150x150.jpg" class="attachment-thumbnail" alt="84" title="84" /></a>

]]></content:encoded>
			<wfw:commentRss>http://ezraezraezra.com/?feed=rss2&#038;p=901</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
