<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Led throbbing and overheat</title>
		<link>http://forums.leaflabs.com/topic.php?id=771</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:25:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=771" rel="self" type="application/rss+xml" />

		<item>
			<title>poslathian on "Led throbbing and overheat"</title>
			<link>http://forums.leaflabs.com/topic.php?id=771#post-4677</link>
			<pubDate>Thu, 19 May 2011 11:12:29 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">4677@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thats disappointing, been there! Since you were interfacing with a 5V device, is it possible you were using some pins that werent 5V tolerant (Maple runs at 3.3V, but quite a few pins are 5V tolerant). &#60;/p&#62;
&#60;p&#62;Also, I have bricked many a board by not paying attention to push-pull inputs. Drive a &#34;1&#34; onto a pushpull output pin thats set to 0, and you get a short. Usually this only breaks that pin though, not the whole MCU.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JBernardo on "Led throbbing and overheat"</title>
			<link>http://forums.leaflabs.com/topic.php?id=771#post-4609</link>
			<pubDate>Sat, 14 May 2011 18:49:32 +0000</pubDate>
			<dc:creator>JBernardo</dc:creator>
			<guid isPermaLink="false">4609@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;No, the board worked fine for the past 2 months... The problem appeared suddenly.&#60;/p&#62;
&#60;p&#62;I've disconnected everything and plugged only the USB cable. The blue LED don't light anymore and the the chip become really hot within one second.&#60;/p&#62;
&#60;p&#62;I moved from an Arduino to this board because my application was too heavy for an AVR and because of source code compatibility. I think I will purchase a new one from Seeed Studio (as I did before) but don't believe it will arrive here (unfortunately I'm from Brazil) before my project deadline.&#60;/p&#62;
&#60;p&#62;With my experience, it's a little bit faster buying from China than from the US.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Led throbbing and overheat"</title>
			<link>http://forums.leaflabs.com/topic.php?id=771#post-4606</link>
			<pubDate>Sat, 14 May 2011 17:46:45 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">4606@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;JBernardo,&#60;/p&#62;
&#60;p&#62;Sorry to hear that you're having problems.  Please let us know if you find any shorts.&#60;/p&#62;
&#60;p&#62;If you believe your board shipped with any problems, we'd be happy to replace it for you.  Feel free to contact us at &#60;a href=&#34;mailto:info@leaflabs.com&#34;&#62;info@leaflabs.com&#60;/a&#62; for more on that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JBernardo on "Led throbbing and overheat"</title>
			<link>http://forums.leaflabs.com/topic.php?id=771#post-4599</link>
			<pubDate>Sat, 14 May 2011 13:40:03 +0000</pubDate>
			<dc:creator>JBernardo</dc:creator>
			<guid isPermaLink="false">4599@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Looks like it isn't a software problem...&#60;br /&#62;
The CPU overheats as soon as I turn on the power... I tried a couple times and, at first the led started blinking 6 times (as expected) but then just burning smell came out of the board.&#60;br /&#62;
The second time, nothing happened besides heating...&#60;/p&#62;
&#60;p&#62;I removed the LCD and I'm trying to find any short circuits before testing again.&#60;/p&#62;
&#60;p&#62;Any thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JBernardo on "Led throbbing and overheat"</title>
			<link>http://forums.leaflabs.com/topic.php?id=771#post-4591</link>
			<pubDate>Fri, 13 May 2011 22:52:10 +0000</pubDate>
			<dc:creator>JBernardo</dc:creator>
			<guid isPermaLink="false">4591@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi again,&#60;/p&#62;
&#60;p&#62;I've experienced some strange problems with my maple board and I'm a little afraid of turning it on again.&#60;/p&#62;
&#60;p&#62;I have a 16x2 text LCD (with a 5V regulator) on a breadboard alongside the maple board. Both the regulator and maple are connected to a 9V power supply.&#60;/p&#62;
&#60;p&#62;Things were working just fine but, after I changed some class constructor argument from a object pointer to a object reference, the microcontroller went crazy (led throbbing &#60;strong&#62;really&#60;/strong&#62; fast and a little overheat)!&#60;/p&#62;
&#60;p&#62;I don't remember doing any other changes between the working program and the non working one... So the problem may be a invalid reference being passed and wrong areas of memory being accessed.&#60;/p&#62;
&#60;p&#62;Pin 13 is also used to send data to LCD so led throbbing may or may not represent a problem with the lcd (does the board complain when errors occur?).&#60;/p&#62;
&#60;p&#62;&#60;em&#62;Another fact is that the initial message shown on the display appeared normally before this happen.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;i had something like that:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;StateMachine state_machine(&#38;amp;container); //Possibly affected ctor

container.lcd &#38;lt;&#38;lt; &#38;quot;Initial Message&#38;quot;;
delay(1000);
container.lcd.clear();

for(;;){
  // run forever... state_machine accesses lcd through container
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The question is: Should I try powering again the board and using perpetual bootload mode?&#60;br /&#62;
Maybe the problem is not with software but hardware?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
