<?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 Longhorn Engineer</title>
	<atom:link href="http://longhornengineer.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://longhornengineer.com</link>
	<description>Robotics, Pinball, Hacking, Portables</description>
	<lastBuildDate>Thu, 23 May 2013 05:23:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on IEE Flip Propeller Code released V1.0 by Hank</title>
		<link>http://longhornengineer.com/2012/06/11/iee-flip-propeller-code-released-v1-0/#comment-267</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Sun, 10 Mar 2013 15:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://longhornengineer.com/?p=1184#comment-267</guid>
		<description><![CDATA[Hi Parker,
    Thank you for sharing your work on the VFD display especially the data sheet!  Serial hookup could not be simpler and here&#039;s my test sketch for Arduino which I&#039;m sure you can port to almost anything.  I&#039;d have done it in SPIN but I&#039;ve never used it before... hehe.

Thanks again,
Hank

//code start
// Written in Arduino 1.01
// Tested with Arduino UNO R2 and Arduino Pro 5v/16Mhz

#include 

SoftwareSerial VFD(10, 11); // I used Pin 10 for Serial Data
// Pin 1 on the VFD connect to Pin 10 on Arduino
// Pin 2 on the VFD connect to GND
// Pin 1 on VFD power connector to 5V

void setup() {  
  
  VFD.begin(1200); 
  VFD.write((byte)0x0A);  //Clear text
  VFD.write((byte)0x1B);  //Put cursor at 
  VFD.write((byte)0x00);  //Position 0
    
  VFD.print(&quot;Hello World&quot;); 
}

void loop() {
  // Your code goes here!
}
//code end]]></description>
		<content:encoded><![CDATA[<p>Hi Parker,<br />
    Thank you for sharing your work on the VFD display especially the data sheet!  Serial hookup could not be simpler and here&#8217;s my test sketch for Arduino which I&#8217;m sure you can port to almost anything.  I&#8217;d have done it in SPIN but I&#8217;ve never used it before&#8230; hehe.</p>
<p>Thanks again,<br />
Hank</p>
<p>//code start<br />
// Written in Arduino 1.01<br />
// Tested with Arduino UNO R2 and Arduino Pro 5v/16Mhz</p>
<p>#include </p>
<p>SoftwareSerial VFD(10, 11); // I used Pin 10 for Serial Data<br />
// Pin 1 on the VFD connect to Pin 10 on Arduino<br />
// Pin 2 on the VFD connect to GND<br />
// Pin 1 on VFD power connector to 5V</p>
<p>void setup() {  </p>
<p>  VFD.begin(1200);<br />
  VFD.write((byte)0x0A);  //Clear text<br />
  VFD.write((byte)0x1B);  //Put cursor at<br />
  VFD.write((byte)0&#215;00);  //Position 0</p>
<p>  VFD.print(&#8220;Hello World&#8221;);<br />
}</p>
<p>void loop() {<br />
  // Your code goes here!<br />
}<br />
//code end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Demo Platform for the Low Voltage Motor Driver by Mike</title>
		<link>http://longhornengineer.com/2013/01/15/demo-platform-for-the-low-voltage-motor-driver/#comment-252</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 22 Jan 2013 03:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://longhornengineer.com/?p=1235#comment-252</guid>
		<description><![CDATA[Sure thing.  I jotted down some details and uploaded a quick vid clip on &lt;a href=&quot;http://www.remotepinyon.com/bluetooth-msp430-tank/&quot; rel=&quot;nofollow&quot;&gt;my blog&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>Sure thing.  I jotted down some details and uploaded a quick vid clip on <a href="http://www.remotepinyon.com/bluetooth-msp430-tank/" rel="nofollow">my blog</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Demo Platform for the Low Voltage Motor Driver by Parker</title>
		<link>http://longhornengineer.com/2013/01/15/demo-platform-for-the-low-voltage-motor-driver/#comment-251</link>
		<dc:creator>Parker</dc:creator>
		<pubDate>Mon, 21 Jan 2013 19:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://longhornengineer.com/?p=1235#comment-251</guid>
		<description><![CDATA[Awesome build Mike! I will add a regulator to the next version. Mind if I tweet your robot?]]></description>
		<content:encoded><![CDATA[<p>Awesome build Mike! I will add a regulator to the next version. Mind if I tweet your robot?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Demo Platform for the Low Voltage Motor Driver by Mike</title>
		<link>http://longhornengineer.com/2013/01/15/demo-platform-for-the-low-voltage-motor-driver/#comment-250</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 21 Jan 2013 19:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://longhornengineer.com/?p=1235#comment-250</guid>
		<description><![CDATA[Ok, cool.  Wasn&#039;t sure if feeding something &gt; 5V would be a problem.  So just + to TP1 and - to TP3?

So I made a &lt;a href=&quot;http://www.remotepinyon.com/share/20130116_181758.jpg&quot; rel=&quot;nofollow&quot;&gt;little bluetooth tank&lt;/a&gt; with one, and am working on some lego robots with my son with another.  It&#039;s funny you mention adding a regulator to the board, since that&#039;s exactly what I did.  Since I didn&#039;t need any logic level voltages off the board, I just used a through hole UA78M33CKCSE3 and stuck it in the LOGIC_V spot, wrapping one leg around the board and connecting to the VIN+.

Oh yeah, and I used your UART code to talk to my bluetooth module.  Works great, so thanks again!]]></description>
		<content:encoded><![CDATA[<p>Ok, cool.  Wasn&#8217;t sure if feeding something &gt; 5V would be a problem.  So just + to TP1 and &#8211; to TP3?</p>
<p>So I made a <a href="http://www.remotepinyon.com/share/20130116_181758.jpg" rel="nofollow">little bluetooth tank</a> with one, and am working on some lego robots with my son with another.  It&#8217;s funny you mention adding a regulator to the board, since that&#8217;s exactly what I did.  Since I didn&#8217;t need any logic level voltages off the board, I just used a through hole UA78M33CKCSE3 and stuck it in the LOGIC_V spot, wrapping one leg around the board and connecting to the VIN+.</p>
<p>Oh yeah, and I used your UART code to talk to my bluetooth module.  Works great, so thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Demo Platform for the Low Voltage Motor Driver by Parker</title>
		<link>http://longhornengineer.com/2013/01/15/demo-platform-for-the-low-voltage-motor-driver/#comment-249</link>
		<dc:creator>Parker</dc:creator>
		<pubDate>Mon, 21 Jan 2013 15:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://longhornengineer.com/?p=1235#comment-249</guid>
		<description><![CDATA[Thats great Mike! Care to share what you built with it? If you need more boards I can send you some. 

To power the Launchpad off of anything more then 3.3V you have to go through the on board regulators that are used for when it is USB powered.  There are 2 Test Points (TP) near the USB port. One is the +5V and the other is ground. I pipe the power into the +5V TP. Care is needed however as having the battery turned on and plugging in the USB would be a bad idea. I have a switch that disconnects the battery from the system so I can plug in the USB.

For the next version of the driver board I would think a 3.3V regulator would be useful so the driver board can just power the Launchpad by its self. ]]></description>
		<content:encoded><![CDATA[<p>Thats great Mike! Care to share what you built with it? If you need more boards I can send you some. </p>
<p>To power the Launchpad off of anything more then 3.3V you have to go through the on board regulators that are used for when it is USB powered.  There are 2 Test Points (TP) near the USB port. One is the +5V and the other is ground. I pipe the power into the +5V TP. Care is needed however as having the battery turned on and plugging in the USB would be a bad idea. I have a switch that disconnects the battery from the system so I can plug in the USB.</p>
<p>For the next version of the driver board I would think a 3.3V regulator would be useful so the driver board can just power the Launchpad by its self. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Demo Platform for the Low Voltage Motor Driver by Mike</title>
		<link>http://longhornengineer.com/2013/01/15/demo-platform-for-the-low-voltage-motor-driver/#comment-248</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 21 Jan 2013 14:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://longhornengineer.com/?p=1235#comment-248</guid>
		<description><![CDATA[Hey, thanks for designing this board!  I got a few made last fall and am using them (successfully) in a couple of little projects.  I&#039;m curious about your statement &quot;feeds into the voltage regulators on the Launchpad&quot;.... could you elaborate on how you have that connected?  I am using an external 3.3V regulator right now because I thought I had to.]]></description>
		<content:encoded><![CDATA[<p>Hey, thanks for designing this board!  I got a few made last fall and am using them (successfully) in a couple of little projects.  I&#8217;m curious about your statement &#8220;feeds into the voltage regulators on the Launchpad&#8221;&#8230;. could you elaborate on how you have that connected?  I am using an external 3.3V regulator right now because I thought I had to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Homebrew Fermentation Temperature Control by Homebrew Fermentation Temperature Control &#124; The Longhorn &#8230;HomeBrewIntoxication.com &#124; HomeBrewIntoxication.com</title>
		<link>http://longhornengineer.com/2013/01/10/homebrew-fermentation-temperature-control/#comment-246</link>
		<dc:creator>Homebrew Fermentation Temperature Control &#124; The Longhorn &#8230;HomeBrewIntoxication.com &#124; HomeBrewIntoxication.com</dc:creator>
		<pubDate>Fri, 11 Jan 2013 05:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://longhornengineer.com/?p=1214#comment-246</guid>
		<description><![CDATA[[...] Link: Homebrew Fermentation Temperature Control &#124; The Longhorn &#8230; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Link: Homebrew Fermentation Temperature Control | The Longhorn &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 128&#215;32 LED DMD PCB Done by Parker</title>
		<link>http://longhornengineer.com/2011/08/27/128x32-led-dmd-pcb-done/#comment-240</link>
		<dc:creator>Parker</dc:creator>
		<pubDate>Tue, 11 Dec 2012 15:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://longhornengineer.com/?p=548#comment-240</guid>
		<description><![CDATA[I am working on a newer version. Will be awhile till I finish it though. 

Parker]]></description>
		<content:encoded><![CDATA[<p>I am working on a newer version. Will be awhile till I finish it though. </p>
<p>Parker</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 128&#215;32 LED DMD PCB Done by John</title>
		<link>http://longhornengineer.com/2011/08/27/128x32-led-dmd-pcb-done/#comment-238</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 14 Nov 2012 14:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://longhornengineer.com/?p=548#comment-238</guid>
		<description><![CDATA[Is there any chance of a schematic file for this being released? Also, I don&#039;t see where I can purchase one of these, do you know if you wil sometime in the future?]]></description>
		<content:encoded><![CDATA[<p>Is there any chance of a schematic file for this being released? Also, I don&#8217;t see where I can purchase one of these, do you know if you wil sometime in the future?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RESET_VECTOR by My Homepage</title>
		<link>http://longhornengineer.com/pinball/reset_vector/#comment-234</link>
		<dc:creator>My Homepage</dc:creator>
		<pubDate>Sat, 20 Oct 2012 02:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://longhornengineer.com/?page_id=226#comment-234</guid>
		<description><![CDATA[&lt;strong&gt;... [Trackback]...&lt;/strong&gt;

[...] Read More: longhornengineer.com/pinball/reset_vector/ [...]...]]></description>
		<content:encoded><![CDATA[<p><strong>&#8230; [Trackback]&#8230;</strong></p>
<p>[...] Read More: longhornengineer.com/pinball/reset_vector/ [...]&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: longhornengineer.com @ 2013-05-25 17:49:52 by W3 Total Cache -->