<?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: I&#039;ve killed another maple board. Help me understand why.</title>
		<link>http://forums.leaflabs.com/topic.php?id=74209</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:17:49 +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=74209" rel="self" type="application/rss+xml" />

		<item>
			<title>amatic on "I&#039;ve killed another maple board. Help me understand why."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74209#post-105353</link>
			<pubDate>Sat, 26 Apr 2014 06:39:22 +0000</pubDate>
			<dc:creator>amatic</dc:creator>
			<guid isPermaLink="false">105353@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;My project is slowly going forward. Thanks again for the suggestions gbulmer. I ended up using the TB6612FNG motor drivers, found them on pololu on a breakout board. I also used a Teensy 3.1 board instead of the maple.&#60;/p&#62;
&#60;p&#62;I made a robot arm that implements a cascade of control systems to position the end point of the robot arm instead of using inverse kinematics. It is based on perceptual control theory. Works nice.&#60;br /&#62;
Here is a bit more detailed description on the Teensy forums if anyone is interested:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.pjrc.com/threads/25659-PCT-robot-arm-alternative-to-inverse-kinematics&#34; rel=&#34;nofollow&#34;&#62;http://forum.pjrc.com/threads/25659-PCT-robot-arm-alternative-to-inverse-kinematics&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amatic on "I&#039;ve killed another maple board. Help me understand why."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74209#post-105194</link>
			<pubDate>Thu, 23 Jan 2014 06:20:55 +0000</pubDate>
			<dc:creator>amatic</dc:creator>
			<guid isPermaLink="false">105194@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Sounds great. Thanks gbulmer!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "I&#039;ve killed another maple board. Help me understand why."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74209#post-105193</link>
			<pubDate>Wed, 22 Jan 2014 20:45:18 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">105193@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;amatic - &#60;em&#62;&#34;Optoisolators seem like a very safe solution. Are they ok with fast PWM?&#34;&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;How fast is the PWM? Assuming you are using 16bit timers, the 72MHz clock, and libmaples default 16bit count range,&#60;br /&#62;
then the PWM frequency would be 72,000,000/65536 = 1.1KHz&#60;/p&#62;
&#60;p&#62;That should go through an optocoupler/optoisolater fine. &#60;/p&#62;
&#60;p&#62;How small a change to the PWM frequency will you need?&#60;/p&#62;
&#60;p&#62;For example, this one (at about $0.05):&#60;br /&#62;
&#60;a href=&#34;http://uk.farnell.com/everlight/el1112-ta-vg/optocoupler-tr-o-p-sop-5/dp/1852690&#34; rel=&#34;nofollow&#34;&#62;http://uk.farnell.com/everlight/el1112-ta-vg/optocoupler-tr-o-p-sop-5/dp/1852690&#60;/a&#62;&#60;br /&#62;
says the worst case rise or fall-time is 18uS, which is less than 2% of PWM frequency.&#60;/p&#62;
&#60;p&#62;&#60;em&#62;&#34;Could diodes protect from power surges?&#34;&#60;/em&#62;&#60;br /&#62;
Yes, in similar configurations to the &#34;fly-back diodes&#34; on motors, except these will connect to ground and 3.3V&#60;/p&#62;
&#60;p&#62; &#60;em&#62;&#34; I could put diodes from Arduino/Maple to motor driver inputs. I'm afraid if there is voltage drop from 3.3V it won't trigger logic on the 5V SN754410.&#34;&#60;/em&#62;&#60;br /&#62;
Diodes don't go in series with the signal.&#60;br /&#62;
Instead the configuration used 'clamps' the signal voltage so it can't go more negative than ground, or more positive than 3.3V (accepting there is a forward voltage drop, which the chip can cope with).&#60;/p&#62;
&#60;p&#62;Have a look at this article on &#60;a href=&#34;http://hades.mech.northwestern.edu/index.php/Diodes_and_Transistors#Voltage_Clamp&#34;&#62;diode voltage clamps&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;em&#62;&#34;Or are there any cheap 3.3V motor drivers? Can't seem to locate any that can supply 12V and about 500 mA+ per channel. Maybe I could go with 9V.&#34;&#60;/em&#62;&#60;br /&#62;
If you can use surface mount parts, &#60;a href=&#34;http://www.digikey.co.uk/product-detail/en/TB6612FNG(O,C,8,EL/TB6612FNG(OC8EL)CT-ND/1730134&#34;&#62;Toshiba TB6612FNG&#60;/a&#62;?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.toshiba-components.com/motorcontrol/&#34;&#62;Toshiba&#60;/a&#62; and &#60;a href=&#34;http://www.allegromicro.com/en/Products/Motor-Driver-And-Interface-ICs.aspx&#34;&#62;Allegro&#60;/a&#62; make quite a lot of interesting motor drive devices, and there are others.&#60;/p&#62;
&#60;p&#62;Edit:&#60;br /&#62;
A couple of things I should have written about protecting the signal lines&#60;/p&#62;
&#60;p&#62;1. Put resistors in the signal lines, especially If you do use diodes to protect lines. Use a value around 220 ohms. It should not make any significant difference to signal voltage, but will limit current so smaller diodes can be used safely.&#60;/p&#62;
&#60;p&#62;2. Maybe use Schottky diodes because the forward voltage drop is about half a standard diode.&#60;/p&#62;
&#60;p&#62;3. If you can use surface mount devices, and space is at a premium, there are packages which contain both voltage clamp diodes, e.g. &#60;a href=&#34;http://uk.farnell.com/jsp/search/browse.jsp?N=214902+110152698+110163108+110120523+110175210+110152531+110141730&#38;amp;Ns=P_PRICE_FARNELL_UK%7C0&#38;amp;locale=en_UK&#38;amp;appliedparametrics=true&#38;amp;getResults=true&#38;amp;suppressRedirect=true&#38;amp;isRedirect=&#38;amp;No=0&#38;amp;divisionLocale=en_UK&#38;amp;catalogId=&#38;amp;skipManufacturer=false&#38;amp;skipParametricAttributeId=&#38;amp;prevNValues=214902+110152698+110163108&#38;amp;mm=1002259&#124;&#124;,&#38;amp;filtersHidden=false&#38;amp;appliedHidden=false&#38;amp;autoApply=false&#38;amp;originalQueryURL=%2Fjsp%2Fsearch%2Fbrowse.jsp%3FN%3D214902%26No%3D0%26getResults%3Dtrue%26appliedparametrics%3Dtrue%26locale%3Den_UK%26divisionLocale%3Den_UK%26catalogId%3D%26skipManufacturer%3Dfalse%26skipParametricAttributeId%3D%26prevNValues%3D214902&#34;&#62;Farnell&#60;/a&#62; &#60;a href=&#34;http://www.digikey.com/product-search/en?FV=fff40015%2Cfff802f6%2Ce4c0019%2Ce4c0023%2Ce4c0033%2Ce4c0045%2Ce4c0054%2Ce4c0077%2Ce4c007a%2Ce4c007e%2Ce4c007f%2Ce4c016b%2Ce4c016e%2Ce4c01cf%2Ce4c01d3%2Ce4c01db%2Ce4c0207%2Ce4c020e%2Ce4c0213%2Ce4c0218%2Ce4c022f%2Ce4c0248%2Ce4c024a%2Ce4c024c%2Ce4c024e%2Ce4c027f%2Ce4c02c8%2Ce4c0344%2Ce4c0347%2Ce4c0392%2Ce4c03dc%2Ce4c041c%2Ce4c041f%2Ce4c0420%2Ce4c0427%2Ce4c0429%2Ce4c042a%2Ce4c046e%2Ce4c046f%2Ce4c0470%2Ce4c0474%2Ce4c0486%2Ce4c0488%2Ce4c048d%2Ce4c04b1%2Ce4c04b7%2Ce4c04c8%2Ce4c04ca%2Ce4c04d1%2Ce4c04f5%2Ce4c04f6%2Ce4c0516%2Ce4c0517%2Ce4c051e%2Ce4c0696%2Cf300002%2Cf300003%2Cf300004%2Cf300006%2Cf300007%2Cf300008%2Cf300009%2Cf30000a%2Cf30000b%2Cf30000c%2Cf30000d%2Cf30000f%2Cf300010%2Cf300011%2Cf300013%2Cf300014%2Cf300015%2Cf300016%2Cf300017%2Cf300019%2Cf30001a%2Cf30001b%2Cf30001c%2Cf30001d%2Cf30001e%2Cf30001f%2Cf300020%2Cf300021%2Cf300022%2Cf30002f%2Cf300030%2Cf300032%2Cf300036%2Cf300038%2Cf300039%2Cf30003a%2Cf30004f%2Cf300050%2Cf300054%2Cf300059%2Cf30005e%2Cf300060%2Cf300074%2Cf30007d%2Cf30007e%2Cf30007f%2Cf300083%2Cf300086%2Cf30008b%2Cf30008c%2Cf30008d%2Cf30008f%2Cf300090%2Cf300091%2Cf300094%2Cf300095%2Cf300096%2Cf300098%2Cf3000c2%2Cf3000c9%2Cf3000ca%2Cf30010c%2Cf30010e%2Cf30012a&#38;amp;k=schottky&#38;amp;mnonly=0&#38;amp;newproducts=0&#38;amp;ColumnSort=1000011&#38;amp;page=1&#38;amp;stock=1&#38;amp;pbfree=1&#38;amp;rohs=0&#38;amp;quantity=20&#38;amp;ptm=0&#38;amp;fid=0&#38;amp;pageSize=25&#34;&#62;Digikey&#60;/a&#62; [Warning, these were just examples, I haven't homed-in on a good specification]&#60;/p&#62;
&#60;p&#62;4. A 3.6V Zener diode between the signal and ground, combined with a resistor in the signal path to limit current, would block higher voltages.&#60;/p&#62;
&#60;p&#62;It would help a lot if the cause of the failure could be found. Without tools to track the problem down, I'd be very defensive.&#60;br /&#62;
I might put protection on the power supply to the board, as well as the signals. Optoisolaters/optocouplers with logic-level outputs are relatively costly, but may be the only solution if the cause can not be found.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amatic on "I&#039;ve killed another maple board. Help me understand why."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74209#post-105192</link>
			<pubDate>Wed, 22 Jan 2014 16:24:21 +0000</pubDate>
			<dc:creator>amatic</dc:creator>
			<guid isPermaLink="false">105192@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thank you for the suggestions. The Arduino is holding at 12V, so I guess it must be the SN754410 chip leaking 5V somewhere. I couldn't find where, though.&#60;/p&#62;
&#60;p&#62;Optoisolators seem like a very safe solution. Are they ok with fast PWM? However, I have 15 inputs to the motor driver shield, 3 per motor, and I don't like the idea of having to isolate every single input. &#60;/p&#62;
&#60;p&#62;Could diodes protect from power surges? I could put diodes from Arduino/Maple to motor driver inputs. I'm afraid if there is voltage drop from 3.3V it won't trigger logic on the 5V SN754410. &#60;/p&#62;
&#60;p&#62;Or are there any cheap 3.3V motor drivers? Can't seem to locate any that can supply 12V and about 500 mA+ per channel. Maybe I could go with 9V.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spas on "I&#039;ve killed another maple board. Help me understand why."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74209#post-105189</link>
			<pubDate>Sun, 19 Jan 2014 10:21:16 +0000</pubDate>
			<dc:creator>spas</dc:creator>
			<guid isPermaLink="false">105189@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Amatic,&#60;br /&#62;
      You can try opto isolators to completely isolate the controller from the higher voltages. Then there is absolutely no chance of any 5v or back emf from motor circuit finding its way back and destroying your beloved micro. Here is one example &#60;a href=&#34;http://uk.rs-online.com/web/p/optocouplers/4965428/&#34; rel=&#34;nofollow&#34;&#62;http://uk.rs-online.com/web/p/optocouplers/4965428/&#60;/a&#62;&#60;br /&#62;
There are plenty to choose from. &#60;/p&#62;
&#60;p&#62;NOTE. Optp-isolators provide electrical isolation between 2 systems. That said, you will NOT need to connect the grounds of each system together.&#60;/p&#62;
&#60;p&#62;Another alternative is to use a level shifter. There are plenty of circuit diagrams on google, 2 transistors, a few resistors and Bobs your uncle.&#60;/p&#62;
&#60;p&#62;I hope this helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "I&#039;ve killed another maple board. Help me understand why."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74209#post-105186</link>
			<pubDate>Sat, 18 Jan 2014 12:26:26 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">105186@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;AdriHD - Thank you very much for posting.&#60;/p&#62;
&#60;p&#62;I think it is always an interesting balance between using a microcontroller appropriately and protecting it.&#60;/p&#62;
&#60;p&#62;I added quite a significant amount of protection to the I/O pins on a &#60;a href=&#34;http://ourduino.wordpress.com/2011/04/06/orone-cortex-m3-robot-controller-stm32f103/&#34;&#62;STM32F board&#60;/a&#62; I designed several years ago, and most people then said I shouldn't have bothered :-)&#60;/p&#62;
&#60;p&#62;I don't think it is simple. Adding extra electronics in the hope of making a microcontroller's I/O pins &#34;fool-proof&#34;, can give a false sense of security. For example, if that buffer were connected to 5V, instead of 3.3V it could destroy eight non-5V tolerant pins in one fell swoop. Also, if there is a problem with noise triggering it, then its ability to drive 50mA into a MCU pin might be significantly worse than nothing.&#60;/p&#62;
&#60;p&#62;A few hundred Ohms of resistance in series with a pin can be very effective, and a zener diode to stop voltages getting too far outside spec.&#60;/p&#62;
&#60;p&#62;Anyway, IMHO a helpful addition to discussions.&#60;/p&#62;
&#60;p&#62;(Full disclosure: I am not a member of LeafLabs staff.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AdriHD on "I&#039;ve killed another maple board. Help me understand why."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74209#post-105185</link>
			<pubDate>Sat, 18 Jan 2014 09:24:48 +0000</pubDate>
			<dc:creator>AdriHD</dc:creator>
			<guid isPermaLink="false">105185@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;This is a great example why buffers are handy (and cheaper to blow up)... Keeping a definitive barrier (proper isolation) between your board and the circuit is important.&#60;/p&#62;
&#60;p&#62;A general bi-directional one I've used a lot of in the past is: &#60;a href=&#34;http://www.fairchildsemi.com/ds/74/74AC245.pdf&#34; rel=&#34;nofollow&#34;&#62;http://www.fairchildsemi.com/ds/74/74AC245.pdf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can get tubes of 10 of them for about £5&#60;/p&#62;
&#60;p&#62;For your use it's probably overkill having something with 8 ports, but there are others with 2 and 4 too. Also to add, there's a few buffers with adjustable curet limiting on them too, one of those might be handy as a final resort.&#60;/p&#62;
&#60;p&#62;But I can guarantee that utilising buffers will be the end of your maple murdering career haha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "I&#039;ve killed another maple board. Help me understand why."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74209#post-105106</link>
			<pubDate>Sun, 22 Dec 2013 13:16:43 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">105106@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;amatic - Would you add the connections from the olimexino to the SN754410, and anything else, on your schematic?&#60;/p&#62;
&#60;p&#62;A possible explanation of why the olimexino has been damaged, may be 5V has got connected to it somewhere. That may have been enough to damage the STM32F, yet leave the Arduino unscathed.&#60;/p&#62;
&#60;p&#62;Maybe put resistors in series, between a Maple/Olimexino pin and the SN754410 (a few hundred Ohms), to limit current into the STM32F pins in the event of a short-circuit.&#60;/p&#62;
&#60;p&#62;Motors generate quite a lot of electrical noise.&#60;br /&#62;
The effect can be reduced by putting a 10nF to 100nF capacitor across the motor's terminals.&#60;/p&#62;
&#60;p&#62;(Full disclosure: I am not a member of LeafLabs staff.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amatic on "I&#039;ve killed another maple board. Help me understand why."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74209#post-105099</link>
			<pubDate>Sat, 21 Dec 2013 08:15:47 +0000</pubDate>
			<dc:creator>amatic</dc:creator>
			<guid isPermaLink="false">105099@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Ok. Thank you guys for taking the time.&#60;br /&#62;
Here's a picture of the driver board: &#60;a href=&#34;http://imgur.com/oa3hRB4&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/oa3hRB4&#60;/a&#62;&#60;br /&#62;
Here's a hand drawing of the schematics: &#60;a href=&#34;http://imgur.com/9gnFfBi&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/9gnFfBi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I hope my circuit drawing skills aren't as bad as my phone's camera quality. The schematics show just one SN754410, but I left out the two for simplicity, since everything is the same for them. The condensators on 5V and 12V rails don't repeat for each motor driver.&#60;/p&#62;
&#60;p&#62;Yes, the olimexino gets hot even if everything but usb is disconected.&#60;br /&#62;
The motors I'm using are &#34;micro gear motors&#34;, like this one: &#60;a href=&#34;https://www.sparkfun.com/products/8910&#34; rel=&#34;nofollow&#34;&#62;https://www.sparkfun.com/products/8910&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I did not measure the stall current at 12V. I guess it's more than 450 per motor. I'll check the stall current and input spikes and report back.&#60;/p&#62;
&#60;p&#62;As you can see if you look at the first picture, I'm using an Arduino Mega at the moment. It worked fine at 12V, but for now I'll just keep everything at 5V.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "I&#039;ve killed another maple board. Help me understand why."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74209#post-105089</link>
			<pubDate>Fri, 20 Dec 2013 12:58:18 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">105089@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;amatic - as well as some pictures, would you also draw the circuit? Even a picture of a drawing on paper might help.&#60;/p&#62;
&#60;p&#62;&#60;em&#62;&#34;I have 5 small motors, stall about 450 mA,...&#34;&#60;/em&#62;&#60;br /&#62;
I assume you mean the total stall current of the &#34;5 small motors&#34; is 450mA, and not the stall current of each &#34;small motor&#34;?&#60;/p&#62;
&#60;p&#62;Are you confident the 'back-EMF' diodes are connected correctly? Are any of them connected to the logic +5V?&#60;/p&#62;
&#60;p&#62;Have you tested the motor drive 'stand-alone'? &#60;/p&#62;
&#60;p&#62;Disconnect the olimeino completely, and wire the SN754410 inputs to ground or +5V so that the motors run. Use a resistor to pull each connection to ground or +5V, and check that the voltage on each input (pulled via the resistor) is very very close to ground or +5V with your multimeter (use around 1K for the resistors). You'll need to connect the inputs with bits of wire so that you can easily connect and disconnect the inputs. Have a look for spikes when you start or stop the motors or change direction. You might even try wiring LEDs across the inputs just to see if there are any rapid spikes (which your multimeter might miss). &#60;/p&#62;
&#60;p&#62;(I have a very vague recollection of having a problem once with the L293D, which is a relative of the SN754410, but I can't remember anything other than the suspicion that something weird was happening if the logic-level power got disconnected, while the motor power was connected)&#60;/p&#62;
&#60;p&#62;Does the olimexino still get hot after a minute when it is completely disconnected from everything except USB?&#60;/p&#62;
&#60;p&#62;(Full disclosure: I am not a member of LeafLabs staff.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hihohoho on "I&#039;ve killed another maple board. Help me understand why."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74209#post-105088</link>
			<pubDate>Fri, 20 Dec 2013 12:17:16 +0000</pubDate>
			<dc:creator>hihohoho</dc:creator>
			<guid isPermaLink="false">105088@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Have you measure the stall current at 12V? It might be more than 450ma. Are they 12V motors? Is the 12V actually 12V and not 13-14V as some batteries can be? 450ma for a 12V motor seems low. My small 3V motors have a stall current of several amps, but that tends to lessen if it's driving a gearbox as they gearbox means it will never really stall without shredding gears.&#60;/p&#62;
&#60;p&#62;Otherwise it might be a good idea to post a picture of your circuit, with labels if it's messy and more experienced guys on here might be able to spot something wrong.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amatic on "I&#039;ve killed another maple board. Help me understand why."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74209#post-105087</link>
			<pubDate>Fri, 20 Dec 2013 10:58:08 +0000</pubDate>
			<dc:creator>amatic</dc:creator>
			<guid isPermaLink="false">105087@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I've posted a few weeks ago about my dead maple &#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=74153&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=74153&#60;/a&#62;&#60;br /&#62;
Since I liked the board, I purchased an olimexino because I thought it's more resilient, but I've managed to brick that one too. &#60;/p&#62;
&#60;p&#62;Here's the setup:&#60;/p&#62;
&#60;p&#62;I have 5 small motors, stall about 450 mA, controlled by SN754410 motor drivers. Driver logic power supply is 5V, (coming from an old computer PSU), common ground with maple. Drivers register maple's 3.3 logic level without problems. I use one pwm pin and two logic pins per motor. Motors power lines are isolated using 1N4001 diodes. There is a 470uF capacitor between driver shield's motor power line and ground. Motor shield's ground and maple are connected trough gnd pin next to Vin.&#60;/p&#62;
&#60;p&#62;Everything works fine when motors are on 5V, but I needed more power. So I connected 12V. It actually worked for two days, but then the maple stopped being responsive. I still get the &#34;power on&#34; led. It blinks when I reset the board. After about a minute, the chip starts to get hot.&#60;/p&#62;
&#60;p&#62;I've read that maybe the grounds should be connected further away. Why is that, and how do I connect them, while keeping usb connection with the computer? Also, do I need to somehow protect logic outputs from maple? Is there a possibility that SN754410 fried logic ports? &#60;/p&#62;
&#60;p&#62;I only have a basic multimeter for diagnostics.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
