<?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>The Electronics Hobbyist &#187; resistor</title>
	<atom:link href="http://www.theelectronicshobbyist.com/blog/tag/resistor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theelectronicshobbyist.com/blog</link>
	<description>A Passion for Curiosity and Play</description>
	<lastBuildDate>Fri, 20 Jan 2012 14:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pull Up Resistors</title>
		<link>http://www.theelectronicshobbyist.com/blog/pull-up-resistors/</link>
		<comments>http://www.theelectronicshobbyist.com/blog/pull-up-resistors/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 05:00:37 +0000</pubDate>
		<dc:creator>Natalia</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[circuit]]></category>
		<category><![CDATA[pull up resistor]]></category>
		<category><![CDATA[resistor]]></category>
		<category><![CDATA[schematic]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=361</guid>
		<description><![CDATA[If you&#8217;ve read Getting Started with Arduino (click on link to read my review of the book) you must have noticed that the circuit on page 43 uses a 10K Ohm resistor in series with the pushbutton. (If you haven&#8217;t read it yet, the example in the schematic on the right is similar to the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2010/09/pullup.jpg"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-medium wp-image-362" title="pullup" src="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2010/09/pullup-185x300.jpg" alt="Pull up resistors" width="250" /></a>If you&#8217;ve read <a href="http://www.theelectronicshobbyist.com/book/arduino-book.shtml" target="_blank">Getting Started with Arduino</a> (click on link to read my review of the book) you must have noticed that the circuit on page 43 uses a 10K Ohm resistor in series with the pushbutton. (If you haven&#8217;t read it yet, the example in the schematic on the right is similar to the setup featured on the book).</p>
<p>Consider a microcontroller with a digital input pin connected to a switch. When the switch is closed, the pin is connected to GND. When the switch is open, the signal is not connected to anything and is left at an unknown state. The signal is in this case said to be &#8220;floating&#8221;. This is pictured in circuit (1).</p>
<p>To remedy this problem we pull the signal up to VCC, as shown in circuit (2). Now when the switch is open the signal is connected directly to VCC and is at a known state. But notice that when the switch is closed, VCC and GND are connected, creating a short.<br />
<span id="more-361"></span><br />
To prevent the short we place a resistor between the input pin and VCC, as shown in circuit (3). This resistor is called a &#8220;pull up&#8221; resistor.</p>
<p>Pull down resistors work almost in the same way, except the circuit is connected so that when the switch is closed the input pin is connected to VCC, and when switch is open the pin is connected to GND using a &#8220;pull down&#8221; resistor, as shown in circuit (4).</p>
<p>A common value for pull up resistors is 10K Ohm. Higher resistance may be necessary for circuits that sink greater currents. We can use Ohm&#8217;s Law to determine the appropriate value for the resistor.</p>
<p>You might also enjoy:<ol>
<li><a href='http://www.theelectronicshobbyist.com/blog/basic-hobby-electronics-vocabulary-part-3-of-4-i-r/' rel='bookmark' title='Basic Hobby Electronics Vocabulary Part 3 of 4 (I-R)'>Basic Hobby Electronics Vocabulary Part 3 of 4 (I-R)</a></li>
<li><a href='http://www.theelectronicshobbyist.com/blog/arduino-led-control-using-dip-switch-schematic/' rel='bookmark' title='Arduino LED Control Using DIP Switch: Schematic | Part 2'>Arduino LED Control Using DIP Switch: Schematic | Part 2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.theelectronicshobbyist.com/blog/pull-up-resistors/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Arduino RGB LED Control for the Spinning Night Light &#124; Part 4</title>
		<link>http://www.theelectronicshobbyist.com/blog/arduino-rgb-led-control-spinning-night-light/</link>
		<comments>http://www.theelectronicshobbyist.com/blog/arduino-rgb-led-control-spinning-night-light/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 05:00:43 +0000</pubDate>
		<dc:creator>Natalia</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[Ohm's Law]]></category>
		<category><![CDATA[resistor]]></category>
		<category><![CDATA[RGB LED]]></category>
		<category><![CDATA[sketch]]></category>

		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=334</guid>
		<description><![CDATA[When looking at the parts list for the Arduino RGB LED spinning night light you must have noticed that current limiting resistors of different values were used for the Red and the Green/Blue pins of the RGB LED. That is due to them having different forward voltage ratings. You can find complete specs for the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When looking at the <a href="http://www.theelectronicshobbyist.com/blog/2010/07/arduino-rgb-led-spinning-night-light/" target="_blank">parts list for the Arduino RGB LED spinning night light</a> you must have noticed that current limiting resistors of different values were used for the Red and the Green/Blue pins of the <a href="http://www.cutedigi.com/product_info.php?ref=3&amp;products_id=4212&amp;affiliate_banner_id=1" target="_blank">RGB LED</a>. That is due to them having different forward voltage ratings. You can find complete specs for the LED in the datasheet (when buying an electronic component you will have the option to download its datasheet, or the relevant information will be provided by the vendor).</p>
<p>We use <a href="http://en.wikipedia.org/wiki/Ohm's_law" target="_blank">Ohm&#8217;s Law</a> to calculate current limiting resistor values:<br />
<span id="more-334"></span><br />
Forward voltage ratings:</p>
<blockquote><p>RED: 2.1V<br />
GREEN: 3.3V<br />
BLUE: 3.3V</p></blockquote>
<p>Current:</p>
<blockquote><p>I = 20mA</p></blockquote>
<p>Supply voltage:</p>
<blockquote><p>V = 5V</p></blockquote>
<p>Ohm&#8217;s Law:</p>
<blockquote><p>I = V/R =&gt; R = V/I</p></blockquote>
<p>So for Red:</p>
<blockquote><p>(5 &#8211; 2.1)/0.02 =&gt; R = 145 Ohm</p></blockquote>
<p>For Green/Blue:</p>
<blockquote><p>(5 &#8211; 3.3)/0.02 =&gt; R = 85 Ohm</p></blockquote>
<p><a href="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2010/07/fade.jpg"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="size-medium wp-image-343 alignright" title="fade" src="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2010/07/fade-254x300.jpg" alt="color fading for the RGB LED night light" width="254" height="300" /></a>As for the <a href="http://www.theelectronicshobbyist.com/blog/goto/uno" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.theelectronicshobbyist.com/blog/goto/uno';return true;" onmouseout="self.status=''">Arduino</a> sketch, I chose to have the lamp fade between two colors, aqua (#00FFFF) and magenta (#FF00FF). For that I kept the Blue value at 255 and varied the Green and Red values between 0-255 to achieve the desired colors, as shown in the diagram:<br />
(You can pick your favorite colors, cycle through the entire spectrum, or go psychedelic and show random colors with random delays)</p>
<pre>// fade from aqua to magenta
  for (int i = 0; i < 256; i++) {
    analogWrite(RED, 255-i);
    analogWrite(GREEN, i);
    analogWrite(BLUE, 0);
    delay(50);
  }

  // fade from magenta to aqua
  for (int i = 0; i < 256; i++) {
    analogWrite(RED, i);
    analogWrite(GREEN, 255-i);
    analogWrite(BLUE, 0);
    delay(50);
  }
</pre>
<p>Here's the <a href="http://www.theelectronicshobbyist.com/blog/2010/07/arduino-rgb-led-spinning-night-light/">full sketch for the night light</a>.</p>
<p>You might also enjoy:<ol>
<li><a href='http://www.theelectronicshobbyist.com/blog/arduino-rgb-led-spinning-night-light/' rel='bookmark' title='Arduino RGB LED Spinning Night Light | Part 1'>Arduino RGB LED Spinning Night Light | Part 1</a></li>
<li><a href='http://www.theelectronicshobbyist.com/blog/arduino-motor-control-spinning-night-light/' rel='bookmark' title='Arduino Motor Control for the Spinning Night Light | Part 3'>Arduino Motor Control for the Spinning Night Light | Part 3</a></li>
<li><a href='http://www.theelectronicshobbyist.com/blog/arduino-rgb-led-spinning-night-light-assembly/' rel='bookmark' title='Arduino RGB LED Spinning Night Light: Assembly | Part 2'>Arduino RGB LED Spinning Night Light: Assembly | Part 2</a></li>
<li><a href='http://www.theelectronicshobbyist.com/blog/arduino-led-control-using-dip-switch/' rel='bookmark' title='Arduino LED Control Using DIP Switch | Part 1'>Arduino LED Control Using DIP Switch | Part 1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.theelectronicshobbyist.com/blog/arduino-rgb-led-control-spinning-night-light/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My TGIMBOEJ Exchange</title>
		<link>http://www.theelectronicshobbyist.com/blog/my-tgimboej-exchange/</link>
		<comments>http://www.theelectronicshobbyist.com/blog/my-tgimboej-exchange/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 13:11:41 +0000</pubDate>
		<dc:creator>Natalia</dc:creator>
				<category><![CDATA[Workbench]]></category>
		<category><![CDATA[capacitor]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[electronics junk]]></category>
		<category><![CDATA[resistor]]></category>
		<category><![CDATA[TGIMBOEJ]]></category>

		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=111</guid>
		<description><![CDATA[TGIMBOEJ, The Great Internet Migratory Box Of Electronics Junk is a progressive lending repository of electronic components. An open collaborative project, TGIMBOEJ can be seen as a cross between P2P file sharing and a flea market, an internet meme in physical form. It arrives full of wonderful (and possibly useless) components, but you will surely [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2010/05/100_2765.jpg"><img class="alignleft size-thumbnail wp-image-112" style="margin: 0px 10px 5px 0;;  float: left; padding: 4px; margin: 0 7px 2px 0;" title="100_2765" src="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2010/05/100_2765-150x150.jpg" alt="TGIMBOEJ" width="150" /></a><a href="http://tgimboej.org/Main_Page" target="_blank">TGIMBOEJ</a>, The Great Internet Migratory Box Of Electronics Junk is a progressive lending repository of electronic components. An open collaborative project, <a href="http://tgimboej.org/Main_Page" target="_blank">TGIMBOEJ</a> can be seen as a cross between P2P file sharing and a flea market, an internet meme in physical form. It arrives full of wonderful (and possibly useless) components, but you will surely find some treasures to keep. You will be inspired to look through your own stuff and find more &#8220;electronic junk&#8221; that can be donated to the box before it is passed on again. And on and on and on. There are several incarnations of <a href="http://tgimboej.org/Main_Page" target="_blank">TGIMBOEJ</a> being passed around the US and some parts of the world.<br />
<span id="more-111"></span><br />
<a href="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2010/05/100_2767.jpg"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-thumbnail wp-image-113" title="100_2767" src="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2010/05/100_2767-150x150.jpg" alt="TGIMBOEJ" width="150" /></a>What I took from the box:</p>
<ul>
<li>Straight thru-hole connector headers</li>
<li>Alligator clips</li>
<li>Assorted capacitors</li>
<li>Assorted resistors</li>
<li>A hobby <a href="http://www.theelectronicshobbyist.com/blog/goto/motor" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.theelectronicshobbyist.com/blog/goto/motor';return true;" onmouseout="self.status=''">motor</a></li>
<li>A LED flashlight</li>
</ul>
<p>What I added to the box:</p>
<ul>
<li>A surface mount accelerometer</li>
<li>Right-angle thru-hole connector headers</li>
<li>Assorted capacitors</li>
<li>Assorted adapters</li>
<li>A multi-card reader</li>
<li>Assorted wires</li>
<li>Several unidentified components from previous orders containing wrong items that were not worth exchanging</li>
</ul>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.theelectronicshobbyist.com/blog/my-tgimboej-exchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Hobby Electronics Vocabulary Part 3 of 4 (I-R)</title>
		<link>http://www.theelectronicshobbyist.com/blog/basic-hobby-electronics-vocabulary-part-3-of-4-i-r/</link>
		<comments>http://www.theelectronicshobbyist.com/blog/basic-hobby-electronics-vocabulary-part-3-of-4-i-r/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 15:00:00 +0000</pubDate>
		<dc:creator>Natalia</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[electronics hobby]]></category>
		<category><![CDATA[resistor]]></category>
		<category><![CDATA[vocabulary]]></category>

		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=14</guid>
		<description><![CDATA[Insulator: A material that has high electrical resistance and is therefore a poor conductor of electricity. Integrated Circuit (IC): A type of digital circuit in which transistors, diodes, resistors and capacitors are constructed on a semiconductor base. Light Emitting Diode (LED): A type of diode that generates light when current flows through it. Ohm&#8217;s Law: [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Insulator:</strong> A material that has high electrical resistance and is therefore a poor conductor of electricity.</p>
<p><strong>Integrated Circuit (IC):</strong> A type of digital circuit in which transistors, diodes, resistors and capacitors are constructed on a semiconductor base.</p>
<p><strong>Light Emitting Diode (LED):</strong> A type of diode that generates light when current flows through it.</p>
<p><strong>Ohm&#8217;s Law:</strong> The relationship between voltage, current and resistance.</p>
<p><strong>Ohm (?):</strong> The unit of measure for resistance.</p>
<p><strong>Printed Circuit Board (PCB):</strong> A board in which components are connected using a thin coat of conductive material &#8220;printed&#8221; on the board instead of wires. It is used for mounting electrical components.</p>
<p><strong>Resistance:</strong> The electrical friction between an electric current and the material it is flowing through that causes electricity to be dissipated as heat.</p>
<div class="separator" style="clear: both; text-align: center;"><a style="clear: left; float: right; margin-bottom: 1em; margin-right: 1em;" href="http://www.theelectronicshobbyist.com/blog/uploaded_images/resistor-742196.png"><img src="http://www.theelectronicshobbyist.com/blog/uploaded_images/resistor-742135.png" border="0" alt="" /></a></div>
<p><strong>Resistor:</strong> An electrical component used to introduce resistance into a circuit.</p>
<p>You might also enjoy:<ol>
<li><a href='http://www.theelectronicshobbyist.com/blog/basic-hobby-electronics-vocabulary-part-2-of-4-d-g/' rel='bookmark' title='Basic Hobby Electronics Vocabulary Part 2 of 4 (D-G)'>Basic Hobby Electronics Vocabulary Part 2 of 4 (D-G)</a></li>
<li><a href='http://www.theelectronicshobbyist.com/blog/basic-hobby-electronics-vocabulary-part-4-of-4-s-v/' rel='bookmark' title='Basic Hobby Electronics Vocabulary Part 4 of 4 (S-V)'>Basic Hobby Electronics Vocabulary Part 4 of 4 (S-V)</a></li>
<li><a href='http://www.theelectronicshobbyist.com/blog/basic-hobby-electronics-vocabulary-part-1-of-4-a-c/' rel='bookmark' title='Basic Hobby Electronics Vocabulary Part 1 of 4 (A-C)'>Basic Hobby Electronics Vocabulary Part 1 of 4 (A-C)</a></li>
<li><a href='http://www.theelectronicshobbyist.com/blog/starting-out-on-an-electronics-hobby-tools/' rel='bookmark' title='Starting Out on an Electronics Hobby &#8211; Tools'>Starting Out on an Electronics Hobby &#8211; Tools</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.theelectronicshobbyist.com/blog/basic-hobby-electronics-vocabulary-part-3-of-4-i-r/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.theelectronicshobbyist.com @ 2012-02-06 22:37:42 -->
