<?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: DCC Booster Complete</title>
	<atom:link href="http://modelrail.otenko.com/dcc/109/feed" rel="self" type="application/rss+xml" />
	<link>http://modelrail.otenko.com/dcc/109</link>
	<description>trains....</description>
	<lastBuildDate>Fri, 20 Jan 2012 09:29:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: stevenh</title>
		<link>http://modelrail.otenko.com/dcc/109/comment-page-1#comment-224</link>
		<dc:creator>stevenh</dc:creator>
		<pubDate>Thu, 12 May 2011 23:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.otenko.com/modelrailnew/?p=109#comment-224</guid>
		<description>fly3rman,
If you mean creating a circuit without using the microcontrollers then you can look at this forum post of mine from a (scayr!) few years ago:
http://www.electro-tech-online.com/general-electronics-chat/42989-l298-short-circuit-protection.html

That was me asking for assistance back then and MrAl on the forums was completely awesome with the help and support.

Hope it helps you too.</description>
		<content:encoded><![CDATA[<p>fly3rman,<br />
If you mean creating a circuit without using the microcontrollers then you can look at this forum post of mine from a (scayr!) few years ago:<br />
<a href="http://www.electro-tech-online.com/general-electronics-chat/42989-l298-short-circuit-protection.html" >http://www.electro-tech-online.com/general-electronics-chat/42989-l298-short-circuit-protection.html</a></p>
<p>That was me asking for assistance back then and MrAl on the forums was completely awesome with the help and support.</p>
<p>Hope it helps you too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fly3rman</title>
		<link>http://modelrail.otenko.com/dcc/109/comment-page-1#comment-223</link>
		<dc:creator>fly3rman</dc:creator>
		<pubDate>Thu, 12 May 2011 23:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.otenko.com/modelrailnew/?p=109#comment-223</guid>
		<description>That was exactly my idea, i also identified the 0.5 ohm resistors. Can also measure the voltage there -&gt; ohms law. But thanks for the informations =)
I actually want create a circuit without using the IC, it must be easy actually, but i suck at electronics =)
Will do some research. You should play around with rocrail btw. Using ddx-&gt;comport-&gt;booster. There is also an Ipone and Android client =)
I think i will contact you soon, some brainstorming or something. Also got some questions about your stuff.</description>
		<content:encoded><![CDATA[<p>That was exactly my idea, i also identified the 0.5 ohm resistors. Can also measure the voltage there -&gt; ohms law. But thanks for the informations =)<br />
I actually want create a circuit without using the IC, it must be easy actually, but i suck at electronics =)<br />
Will do some research. You should play around with rocrail btw. Using ddx-&gt;comport-&gt;booster. There is also an Ipone and Android client =)<br />
I think i will contact you soon, some brainstorming or something. Also got some questions about your stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevenh</title>
		<link>http://modelrail.otenko.com/dcc/109/comment-page-1#comment-221</link>
		<dc:creator>stevenh</dc:creator>
		<pubDate>Wed, 11 May 2011 23:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.otenko.com/modelrailnew/?p=109#comment-221</guid>
		<description>fly3rman,
Your Arduino Motor Shield will provide the same current sensing that I have used for short-circuit protection. You get to do it via the microcontroller though whereas I had to do it via 555 timers.

If you look at the manual for the L298(P) you&#039;ll see that Pins 1 and 15 are the sense pins for current overload. Usually these are just pinned to ground with low-resitance but high wattage resistors.
The datasheet is here: http://www.datasheetcatalog.org/datasheet/SGSThomsonMicroelectronics/mXxwur.pdf

I can&#039;t currently find a schematic for your motor controller shield, but you&#039;d just need to find a way to feed the sense pins into two analog-in pins on the arduino. You could then monitor the current draw and even draw graphs to see what&#039;s going on up on the track. Of course, if the current spikes for too long (and we&#039;re talking milliseconds) then you can cut the enable pins and save your equipment from imminent death.

I hope this helps... if you can take a high resolution macro shot of the board then I should be able to help you get this going.

Otherwise I love your short and long term goals and am happy to help where I can.</description>
		<content:encoded><![CDATA[<p>fly3rman,<br />
Your Arduino Motor Shield will provide the same current sensing that I have used for short-circuit protection. You get to do it via the microcontroller though whereas I had to do it via 555 timers.</p>
<p>If you look at the manual for the L298(P) you&#8217;ll see that Pins 1 and 15 are the sense pins for current overload. Usually these are just pinned to ground with low-resitance but high wattage resistors.<br />
The datasheet is here: <a href="http://www.datasheetcatalog.org/datasheet/SGSThomsonMicroelectronics/mXxwur.pdf" >http://www.datasheetcatalog.org/datasheet/SGSThomsonMicroelectronics/mXxwur.pdf</a></p>
<p>I can&#8217;t currently find a schematic for your motor controller shield, but you&#8217;d just need to find a way to feed the sense pins into two analog-in pins on the arduino. You could then monitor the current draw and even draw graphs to see what&#8217;s going on up on the track. Of course, if the current spikes for too long (and we&#8217;re talking milliseconds) then you can cut the enable pins and save your equipment from imminent death.</p>
<p>I hope this helps&#8230; if you can take a high resolution macro shot of the board then I should be able to help you get this going.</p>
<p>Otherwise I love your short and long term goals and am happy to help where I can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fly3rman</title>
		<link>http://modelrail.otenko.com/dcc/109/comment-page-1#comment-220</link>
		<dc:creator>fly3rman</dc:creator>
		<pubDate>Wed, 11 May 2011 19:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.otenko.com/modelrailnew/?p=109#comment-220</guid>
		<description>Hi, iam doing some fancy dcc stuff at the moment too.
First i started with creating dcc signal on the arduino: http://www.flyerman.org/software/dcc-auf-dem-arduino/ using http://www.oscale.net/simpledcc.
At the moment i am using rocrail (wonderfull open source stuff) to create a dcc signal with the comport of a pc.
I am boosting the signal with this h-bridge-arduino-board: http://www.dfrobot.com/index.php?route=product/product&amp;keyword=L298P+Motor+Driver+&amp;category_id=0&amp;description=1&amp;model=1&amp;product_id=69
Ive had it here and it works flawless.

The signal from pc to &quot;booster&quot; is seperated with optocopplers. But at the moment ive got no short-circuit-protion. Need to find a simple and neat solution to that.

Goal is: arduino reading photosensors (your idea), arduino serial-&gt;python application and http://www.griebel-net.de/peer/rcsh/rcsh.html -&gt; srcp -&gt; rocrail for sensors, control and actually everything-communication.

Longtimeplan: to get that pimpy thing, because it got lan onboard, touchdisplay and use it as a srcp client somehow.
http://cgi.ebay.de/ARM-NXP-LPC1768-Development-Board-3-2-TFT-LCD-Module-/190391184647?pt=BI_Electrical_Equipment_Tools&amp;hash=item2c5432ed07</description>
		<content:encoded><![CDATA[<p>Hi, iam doing some fancy dcc stuff at the moment too.<br />
First i started with creating dcc signal on the arduino: <a href="http://www.flyerman.org/software/dcc-auf-dem-arduino/" >http://www.flyerman.org/software/dcc-auf-dem-arduino/</a> using <a href="http://www.oscale.net/simpledcc" >http://www.oscale.net/simpledcc</a>.<br />
At the moment i am using rocrail (wonderfull open source stuff) to create a dcc signal with the comport of a pc.<br />
I am boosting the signal with this h-bridge-arduino-board: <a href="http://www.dfrobot.com/index.php?route=product/product&#038;keyword=L298P+Motor+Driver+&#038;category_id=0&#038;description=1&#038;model=1&#038;product_id=69" >http://www.dfrobot.com/index.php?route=product/product&#038;keyword=L298P+Motor+Driver+&#038;category_id=0&#038;description=1&#038;model=1&#038;product_id=69</a><br />
Ive had it here and it works flawless.</p>
<p>The signal from pc to &#8220;booster&#8221; is seperated with optocopplers. But at the moment ive got no short-circuit-protion. Need to find a simple and neat solution to that.</p>
<p>Goal is: arduino reading photosensors (your idea), arduino serial-&gt;python application and <a href="http://www.griebel-net.de/peer/rcsh/rcsh.html" >http://www.griebel-net.de/peer/rcsh/rcsh.html</a> -&gt; srcp -&gt; rocrail for sensors, control and actually everything-communication.</p>
<p>Longtimeplan: to get that pimpy thing, because it got lan onboard, touchdisplay and use it as a srcp client somehow.<br />
<a href="http://cgi.ebay.de/ARM-NXP-LPC1768-Development-Board-3-2-TFT-LCD-Module-/190391184647?pt=BI_Electrical_Equipment_Tools&#038;hash=item2c5432ed07" >http://cgi.ebay.de/ARM-NXP-LPC1768-Development-Board-3-2-TFT-LCD-Module-/190391184647?pt=BI_Electrical_Equipment_Tools&#038;hash=item2c5432ed07</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

