<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments for The Electronics Hobbyist</title>
	<atom:link href="http://www.theelectronicshobbyist.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theelectronicshobbyist.com/blog</link>
	<description>A Passion for Curiosity and Play</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:02:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Controlling a Seven-Segment Display Using Arduino Part 4 by Natalia</title>
		<link>http://www.theelectronicshobbyist.com/blog/controlling-a-seven-segment-display-using-arduino-part-4-of-4/comment-page-1/#comment-28514</link>
		<dc:creator>Natalia</dc:creator>
		<pubDate>Mon, 06 Feb 2012 21:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=21#comment-28514</guid>
		<description>Awesome. No need to apologize on the English... I understand! I am from Brazil and English is not my first language either. :-)</description>
		<content:encoded><![CDATA[<p>Awesome. No need to apologize on the English&#8230; I understand! I am from Brazil and English is not my first language either. <img src='http://www.theelectronicshobbyist.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Controlling a Seven-Segment Display Using Arduino Part 4 by Lipzy</title>
		<link>http://www.theelectronicshobbyist.com/blog/controlling-a-seven-segment-display-using-arduino-part-4-of-4/comment-page-1/#comment-28513</link>
		<dc:creator>Lipzy</dc:creator>
		<pubDate>Mon, 06 Feb 2012 20:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=21#comment-28513</guid>
		<description>Yes that is exactly what he intended.
Does it help me?
I apologize for my English, no big deal!
Thank you.</description>
		<content:encoded><![CDATA[<p>Yes that is exactly what he intended.<br />
Does it help me?<br />
I apologize for my English, no big deal!<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Controlling a Seven-Segment Display Using Arduino Part 4 by Natalia</title>
		<link>http://www.theelectronicshobbyist.com/blog/controlling-a-seven-segment-display-using-arduino-part-4-of-4/comment-page-1/#comment-28510</link>
		<dc:creator>Natalia</dc:creator>
		<pubDate>Mon, 06 Feb 2012 20:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=21#comment-28510</guid>
		<description>Sorry Lipzy, I&#039;m not sure I understand your question... but if you want the input value to determine how many times an event should occur, you could read how many times the button was pressed and store that value in a variable. Later on you would use that variable as your for loop control counter. But I&#039;m not sure of what you want to do. Feel free to clarify and I&#039;ll try again to help! Good luck!</description>
		<content:encoded><![CDATA[<p>Sorry Lipzy, I&#8217;m not sure I understand your question&#8230; but if you want the input value to determine how many times an event should occur, you could read how many times the button was pressed and store that value in a variable. Later on you would use that variable as your for loop control counter. But I&#8217;m not sure of what you want to do. Feel free to clarify and I&#8217;ll try again to help! Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Controlling a Seven-Segment Display Using Arduino Part 4 by Lipzy</title>
		<link>http://www.theelectronicshobbyist.com/blog/controlling-a-seven-segment-display-using-arduino-part-4-of-4/comment-page-1/#comment-28435</link>
		<dc:creator>Lipzy</dc:creator>
		<pubDate>Sun, 05 Feb 2012 18:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=21#comment-28435</guid>
		<description>Hello
Will can give me a hand?
I want to change this schedule. Make each of the numbers, do the same time that shows on the display.
Example:
Display value 5, the procedure is repeated five times controlled by a censor. When account is activated. for the coming five times.
Use the button to set the desired value and another button will confirm the value and start the procedure. Repeated until the desired times.
Thank you</description>
		<content:encoded><![CDATA[<p>Hello<br />
Will can give me a hand?<br />
I want to change this schedule. Make each of the numbers, do the same time that shows on the display.<br />
Example:<br />
Display value 5, the procedure is repeated five times controlled by a censor. When account is activated. for the coming five times.<br />
Use the button to set the desired value and another button will confirm the value and start the procedure. Repeated until the desired times.<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino 2-Digit 7-Segment Display Counter &#124; Part 1 by Natalia</title>
		<link>http://www.theelectronicshobbyist.com/blog/arduino-2-digit-7-segment-display-counter/comment-page-1/#comment-27772</link>
		<dc:creator>Natalia</dc:creator>
		<pubDate>Wed, 25 Jan 2012 22:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=185#comment-27772</guid>
		<description>Sam,

I haven&#039;t modified my sketches to be compatible with Arduino release 1.0. According to the release notes here: http://arduino.cc/en/Main/ReleaseNotes a now built-in function F() can be used to store strings in flash memory rather than RAM. 

Therefore on the line that says:

#define F 4

just replace &quot;F&quot; with another identifier (for instance FF) and replace every occurrence of &quot;F&quot; on the sketch by that new identifier.

That should do the trick. At some point I should go over the sketches on this blog and make these changes to avoid confusion.</description>
		<content:encoded><![CDATA[<p>Sam,</p>
<p>I haven&#8217;t modified my sketches to be compatible with <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> release 1.0. According to the release notes here: <a href="http://arduino.cc/en/Main/ReleaseNotes" rel="nofollow">http://arduino.cc/en/Main/ReleaseNotes</a> a now built-in function F() can be used to store strings in flash memory rather than RAM. </p>
<p>Therefore on the line that says:</p>
<p>#define F 4</p>
<p>just replace &#8220;F&#8221; with another identifier (for instance FF) and replace every occurrence of &#8220;F&#8221; on the sketch by that new identifier.</p>
<p>That should do the trick. At some point I should go over the sketches on this blog and make these changes to avoid confusion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino 2-Digit 7-Segment Display Counter &#124; Part 1 by sam</title>
		<link>http://www.theelectronicshobbyist.com/blog/arduino-2-digit-7-segment-display-counter/comment-page-1/#comment-27764</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 25 Jan 2012 18:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=185#comment-27764</guid>
		<description>hi it does not work

sketch_jan25a:45: error: &#039;F&#039; was not declared in this scope
sketch_jan25a.cpp: In function &#039;void setup()&#039;:
sketch_jan25a:57: error: &#039;F&#039; was not declared in this scope</description>
		<content:encoded><![CDATA[<p>hi it does not work</p>
<p>sketch_jan25a:45: error: &#8216;F&#8217; was not declared in this scope<br />
sketch_jan25a.cpp: In function &#8216;void setup()&#8217;:<br />
sketch_jan25a:57: error: &#8216;F&#8217; was not declared in this scope</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The &#8220;Identified Plush Object Network&#8221; (IPON) Project by Annie Andre</title>
		<link>http://www.theelectronicshobbyist.com/blog/the-identified-plush-object-network-ipon-project/comment-page-1/#comment-27424</link>
		<dc:creator>Annie Andre</dc:creator>
		<pubDate>Sat, 21 Jan 2012 13:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=621#comment-27424</guid>
		<description>Natalia, 
this is so cool especially the part about working with at-risk teenagers. My husband and i had a lego team. we had to meet with kids to teach them about nono technology and programming and then we entered are finished lego project in a competition where our finished project had to go through a set of obstacles, a maze all programatically. It was exhausting but the kids really enjoyed it. 
I think the kids are going to love DOMO too.</description>
		<content:encoded><![CDATA[<p>Natalia,<br />
this is so cool especially the part about working with at-risk teenagers. My husband and i had a lego team. we had to meet with kids to teach them about nono technology and programming and then we entered are finished lego project in a competition where our finished project had to go through a set of obstacles, a maze all programatically. It was exhausting but the kids really enjoyed it.<br />
I think the kids are going to love DOMO too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workbench Challenge Update by Natalia</title>
		<link>http://www.theelectronicshobbyist.com/blog/workbench-challenge-update/comment-page-1/#comment-26780</link>
		<dc:creator>Natalia</dc:creator>
		<pubDate>Sat, 14 Jan 2012 01:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=575#comment-26780</guid>
		<description>Michael, I&#039;m so glad I&#039;ve inspired you to get rid of the clutter in order to create a permanent workbench for you. Increasing my work area was only possible for me after some serious decluttering, so I can relate.</description>
		<content:encoded><![CDATA[<p>Michael, I&#8217;m so glad I&#8217;ve inspired you to get rid of the clutter in order to create a permanent workbench for you. Increasing my work area was only possible for me after some serious decluttering, so I can relate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workbench Challenge Update by Michael</title>
		<link>http://www.theelectronicshobbyist.com/blog/workbench-challenge-update/comment-page-1/#comment-26672</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 13 Jan 2012 03:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=575#comment-26672</guid>
		<description>Nice. My workbench is a sort of a virtual, portable concept which can only manifest on any flat surface for which I&#039;m able to shove a bunch of junk out of the way. I&#039;ve been dreaming of a proper electronics workbench for awhile now. Your post is part of my recent motivation to purge stuff I don&#039;t need to free up space. Somehow, by juggling the remaining mountains of crap around, I hope to make room for a real, permanent, electronics bench somewhere... So far I&#039;ve managed to acquire approximately 1/2 of the garage but... since I want to stay married, I must yield to my dear wife&#039;s desire to park her car inside :)</description>
		<content:encoded><![CDATA[<p>Nice. My workbench is a sort of a virtual, portable concept which can only manifest on any flat surface for which I&#8217;m able to shove a bunch of junk out of the way. I&#8217;ve been dreaming of a proper electronics workbench for awhile now. Your post is part of my recent motivation to purge stuff I don&#8217;t need to free up space. Somehow, by juggling the remaining mountains of crap around, I hope to make room for a real, permanent, electronics bench somewhere&#8230; So far I&#8217;ve managed to acquire approximately 1/2 of the garage but&#8230; since I want to stay married, I must yield to my dear wife&#8217;s desire to park her car inside <img src='http://www.theelectronicshobbyist.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Motion and Light Sensors with Arduino (and Without) by Annie Andre</title>
		<link>http://www.theelectronicshobbyist.com/blog/motion-and-light-sensors-with-arduino-and-without/comment-page-1/#comment-26656</link>
		<dc:creator>Annie Andre</dc:creator>
		<pubDate>Thu, 12 Jan 2012 23:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=606#comment-26656</guid>
		<description>When we lived in California, the MakeFaire would come by once a year and we would always go there as a family. This seems like something they would have available there.</description>
		<content:encoded><![CDATA[<p>When we lived in California, the MakeFaire would come by once a year and we would always go there as a family. This seems like something they would have available there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Motion and Light Sensors with Arduino (and Without) by Natalia</title>
		<link>http://www.theelectronicshobbyist.com/blog/motion-and-light-sensors-with-arduino-and-without/comment-page-1/#comment-26641</link>
		<dc:creator>Natalia</dc:creator>
		<pubDate>Thu, 12 Jan 2012 20:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=606#comment-26641</guid>
		<description>Annie, I used to work with software, but never with electronics. It would be possible to do something like that with a doll, but the vague idea I have on how to do this involves the doll having to wear a &quot;purse&quot; to carry her hardware with her... I don&#039;t have experience with modding yet, but it is on my list of things to explore.</description>
		<content:encoded><![CDATA[<p>Annie, I used to work with software, but never with electronics. It would be possible to do something like that with a doll, but the vague idea I have on how to do this involves the doll having to wear a &#8220;purse&#8221; to carry her hardware with her&#8230; I don&#8217;t have experience with modding yet, but it is on my list of things to explore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pull Up Resistors by Theo</title>
		<link>http://www.theelectronicshobbyist.com/blog/pull-up-resistors/comment-page-1/#comment-26638</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Thu, 12 Jan 2012 20:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=361#comment-26638</guid>
		<description>Well, this is an epic epic fail.</description>
		<content:encoded><![CDATA[<p>Well, this is an epic epic fail.</p>
]]></content:encoded>
	</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:19:19 -->
