<?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 on: Issues with the new Arduino UNO Smd edition</title>
	<atom:link href="http://blog.arduino.cc/2011/01/20/issues-with-the-new-arduino-uno-smd-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arduino.cc/2011/01/20/issues-with-the-new-arduino-uno-smd-edition/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 10:47:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Jon</title>
		<link>http://blog.arduino.cc/2011/01/20/issues-with-the-new-arduino-uno-smd-edition/comment-page-1/#comment-81267</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 09 Mar 2012 06:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://arduino.cc/blog/?p=1867#comment-81267</guid>
		<description><![CDATA[Code:
/ / Arduino READS FROM SERIAL EEPROM
/ /
/ / Reads the Serial of the Arduino from the
/ / First 6 bytes of the EEPROM

# Include 
sID char [7]


void setup ()
{
 Serial.begin (9600);
 for (int i = 0; i &lt;6; i + +) {
   sID [i] = EEPROM.read (i)
 }
}

void loop () {
 Serial.println (sID);
}]]></description>
		<content:encoded><![CDATA[<p>Code:<br />
/ / Arduino READS FROM SERIAL EEPROM<br />
/ /<br />
/ / Reads the Serial of the Arduino from the<br />
/ / First 6 bytes of the EEPROM</p>
<p># Include<br />
sID char [7]</p>
<p>void setup ()<br />
{<br />
 Serial.begin (9600);<br />
 for (int i = 0; i &lt;6; i + +) {<br />
   sID [i] = EEPROM.read (i)<br />
 }<br />
}</p>
<p>void loop () {<br />
 Serial.println (sID);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://blog.arduino.cc/2011/01/20/issues-with-the-new-arduino-uno-smd-edition/comment-page-1/#comment-81135</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 08 Mar 2012 09:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://arduino.cc/blog/?p=1867#comment-81135</guid>
		<description><![CDATA[This is my first time using an Arduino and i don&#039;t know how to get the serial number, I&#039;ve been looking online and i haven&#039;t found how to get it yet. Any suggestion?]]></description>
		<content:encoded><![CDATA[<p>This is my first time using an Arduino and i don&#8217;t know how to get the serial number, I&#8217;ve been looking online and i haven&#8217;t found how to get it yet. Any suggestion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d.gomba@arduino.cc</title>
		<link>http://blog.arduino.cc/2011/01/20/issues-with-the-new-arduino-uno-smd-edition/comment-page-1/#comment-60151</link>
		<dc:creator>d.gomba@arduino.cc</dc:creator>
		<pubDate>Tue, 30 Aug 2011 09:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://arduino.cc/blog/?p=1867#comment-60151</guid>
		<description><![CDATA[Hi Joao.
Have you sent a mail to Farnell asking about this?
You should ask them or post this question in the forum.

best
davide]]></description>
		<content:encoded><![CDATA[<p>Hi Joao.<br />
Have you sent a mail to Farnell asking about this?<br />
You should ask them or post this question in the forum.</p>
<p>best<br />
davide</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: João Vaz Martins</title>
		<link>http://blog.arduino.cc/2011/01/20/issues-with-the-new-arduino-uno-smd-edition/comment-page-1/#comment-58802</link>
		<dc:creator>João Vaz Martins</dc:creator>
		<pubDate>Thu, 11 Aug 2011 14:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://arduino.cc/blog/?p=1867#comment-58802</guid>
		<description><![CDATA[Hi Massimo,

    Hi just bought one Arduino Uno at Farnell.

    Started to play with it and noticed that some times the board has some strange behavior after i upload some sketch to it. I appears that the board continues to run the previous sketch.

   I have to repeat the upload process again (some times twice), and then  it behaves as aspect-ed.

   Noticed your January post on this Blog and because I bought my board only in July from Fanell, I suspect it is related.

   Can you help me check if the right bootloader is installed. And if not, what procedures should I execute in order to update my Uno Board.

Best Regards,

João Vaz Martins]]></description>
		<content:encoded><![CDATA[<p>Hi Massimo,</p>
<p>    Hi just bought one Arduino Uno at Farnell.</p>
<p>    Started to play with it and noticed that some times the board has some strange behavior after i upload some sketch to it. I appears that the board continues to run the previous sketch.</p>
<p>   I have to repeat the upload process again (some times twice), and then  it behaves as aspect-ed.</p>
<p>   Noticed your January post on this Blog and because I bought my board only in July from Fanell, I suspect it is related.</p>
<p>   Can you help me check if the right bootloader is installed. And if not, what procedures should I execute in order to update my Uno Board.</p>
<p>Best Regards,</p>
<p>João Vaz Martins</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Bolt</title>
		<link>http://blog.arduino.cc/2011/01/20/issues-with-the-new-arduino-uno-smd-edition/comment-page-1/#comment-58580</link>
		<dc:creator>Richard Bolt</dc:creator>
		<pubDate>Mon, 08 Aug 2011 12:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://arduino.cc/blog/?p=1867#comment-58580</guid>
		<description><![CDATA[I purchased 3- SMD Uno in April 2011. They sometimes fail to start the sketch. The serial numbers are 365589, 366258 and 3rd is not known but purchased at same time.
Are these a part of the same problem? They will start if &quot;Reset&quot; is pressed.
I have 1- UNO with the standard chip (purchased Jan 1,2011).
Can I burn the updated Bootloader with this UNO?
Is there a recent tutorial or instructions available?
Thanks for your help
Richard]]></description>
		<content:encoded><![CDATA[<p>I purchased 3- SMD Uno in April 2011. They sometimes fail to start the sketch. The serial numbers are 365589, 366258 and 3rd is not known but purchased at same time.<br />
Are these a part of the same problem? They will start if &#8220;Reset&#8221; is pressed.<br />
I have 1- UNO with the standard chip (purchased Jan 1,2011).<br />
Can I burn the updated Bootloader with this UNO?<br />
Is there a recent tutorial or instructions available?<br />
Thanks for your help<br />
Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d.gomba@arduino.cc</title>
		<link>http://blog.arduino.cc/2011/01/20/issues-with-the-new-arduino-uno-smd-edition/comment-page-1/#comment-57496</link>
		<dc:creator>d.gomba@arduino.cc</dc:creator>
		<pubDate>Sat, 16 Jul 2011 13:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://arduino.cc/blog/?p=1867#comment-57496</guid>
		<description><![CDATA[Hi.
You&#039;d better write a more detailed description of your problem on the forum or to store@arduino.cc (if you bought the Arduino from the Store). 
best,
Davide]]></description>
		<content:encoded><![CDATA[<p>Hi.<br />
You&#8217;d better write a more detailed description of your problem on the forum or to <a href="mailto:store@arduino.cc">store@arduino.cc</a> (if you bought the Arduino from the Store).<br />
best,<br />
Davide</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t</title>
		<link>http://blog.arduino.cc/2011/01/20/issues-with-the-new-arduino-uno-smd-edition/comment-page-1/#comment-57369</link>
		<dc:creator>t</dc:creator>
		<pubDate>Thu, 14 Jul 2011 20:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://arduino.cc/blog/?p=1867#comment-57369</guid>
		<description><![CDATA[I&#039;m having this same problem with my UNO (sketch not running on power-on without a manual reset button press), but it is a through-hole model. Will re-loading the bootloader help the issue? Or am I experiencing another issue? 

I am running an LCD with the UNO, and after reading online that may be the source of the problem, I disconnected the LCD. The problem remains without the LCD, although at a lesser frequency (1 in 4 power-ups require a manual reset button press).]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m having this same problem with my UNO (sketch not running on power-on without a manual reset button press), but it is a through-hole model. Will re-loading the bootloader help the issue? Or am I experiencing another issue? </p>
<p>I am running an LCD with the UNO, and after reading online that may be the source of the problem, I disconnected the LCD. The problem remains without the LCD, although at a lesser frequency (1 in 4 power-ups require a manual reset button press).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AC</title>
		<link>http://blog.arduino.cc/2011/01/20/issues-with-the-new-arduino-uno-smd-edition/comment-page-1/#comment-45119</link>
		<dc:creator>AC</dc:creator>
		<pubDate>Tue, 08 Feb 2011 13:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://arduino.cc/blog/?p=1867#comment-45119</guid>
		<description><![CDATA[@pierre legrand - Why on -earth- would you refuse to both complain about the software bug -and- also refuse to accept the warranty exchange? 

Welcome to the world of micros... when you have something else to compare against, you will look back on this problem as a small blip in the big picture..
-AC]]></description>
		<content:encoded><![CDATA[<p>@pierre legrand &#8211; Why on -earth- would you refuse to both complain about the software bug -and- also refuse to accept the warranty exchange? </p>
<p>Welcome to the world of micros&#8230; when you have something else to compare against, you will look back on this problem as a small blip in the big picture..<br />
-AC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: massimo</title>
		<link>http://blog.arduino.cc/2011/01/20/issues-with-the-new-arduino-uno-smd-edition/comment-page-1/#comment-44470</link>
		<dc:creator>massimo</dc:creator>
		<pubDate>Thu, 03 Feb 2011 11:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://arduino.cc/blog/?p=1867#comment-44470</guid>
		<description><![CDATA[@LasseNM

Please come to the forum and we&#039;ll be able to help you a little bit better.

Post your question here http://arduino.cc/forum/index.php/board,2.0.html and I&#039;ll tell you what to do

massimo]]></description>
		<content:encoded><![CDATA[<p>@LasseNM</p>
<p>Please come to the forum and we&#8217;ll be able to help you a little bit better.</p>
<p>Post your question here <a href="http://arduino.cc/forum/index.php/board,2.0.html" rel="nofollow">http://arduino.cc/forum/index.php/board,2.0.html</a> and I&#8217;ll tell you what to do</p>
<p>massimo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LasseNM</title>
		<link>http://blog.arduino.cc/2011/01/20/issues-with-the-new-arduino-uno-smd-edition/comment-page-1/#comment-44126</link>
		<dc:creator>LasseNM</dc:creator>
		<pubDate>Mon, 31 Jan 2011 11:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://arduino.cc/blog/?p=1867#comment-44126</guid>
		<description><![CDATA[I´ve tried the arduino as ISP sketch on my working regular UNO, but my SMD version arduino still doesn´t work. Does this ketch work with regular UNOs?

Is there any other way to fix it 

I´m a complete arduino n00b and using Mac.

Where di I find the directory described here?

&quot;* Replace the file in “/hardware/arduino/bootloaders/optiboot/optiboot_atmega328.hex” with the downloaded file. (The prefix depends on your operating system. e.g. on a Mac the prefix is “Arduino.app/Contents/Resources/Java/”) (Make an optional backup first.)&quot;

Thanks]]></description>
		<content:encoded><![CDATA[<p>I´ve tried the arduino as ISP sketch on my working regular UNO, but my SMD version arduino still doesn´t work. Does this ketch work with regular UNOs?</p>
<p>Is there any other way to fix it </p>
<p>I´m a complete arduino n00b and using Mac.</p>
<p>Where di I find the directory described here?</p>
<p>&#8220;* Replace the file in “/hardware/arduino/bootloaders/optiboot/optiboot_atmega328.hex” with the downloaded file. (The prefix depends on your operating system. e.g. on a Mac the prefix is “Arduino.app/Contents/Resources/Java/”) (Make an optional backup first.)&#8221;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: blog.arduino.cc @ 2013-05-23 10:54:11 -->