<?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: TinyGPS 8 released</title>
	<atom:link href="http://arduiniana.org/2009/03/tinygps-8-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://arduiniana.org/2009/03/tinygps-8-released/</link>
	<description>Arduino software jewellery and wisdom by Mikal Hart</description>
	<lastBuildDate>Fri, 03 Sep 2010 07:40:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/2009/03/tinygps-8-released/comment-page-1/#comment-4283</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Sat, 28 Aug 2010 22:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=212#comment-4283</guid>
		<description>Andrew,

Without seeing your setup or code, my best guess is that you have swapped RX and TX.  Remember that RX on the GPS is TX on the board, and if you&#039;re using NewSoftSerial the RX pin is first in the constructor.  Are you using NewSoftSerial?

Mikal</description>
		<content:encoded><![CDATA[<p>Andrew,</p>
<p>Without seeing your setup or code, my best guess is that you have swapped RX and TX.  Remember that RX on the GPS is TX on the board, and if you&#8217;re using NewSoftSerial the RX pin is first in the constructor.  Are you using NewSoftSerial?</p>
<p>Mikal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyberteque</title>
		<link>http://arduiniana.org/2009/03/tinygps-8-released/comment-page-1/#comment-4272</link>
		<dc:creator>Cyberteque</dc:creator>
		<pubDate>Sat, 28 Aug 2010 15:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=212#comment-4272</guid>
		<description>Hi!

I&#039;m trying to run your example on an Arduino Mega with a Sparkfun GPS shield and EM-406A.

Beyond the demo startup message, I&#039;m not seeing squat!

I have the UART/dlink switch in the dlink position, RX is on pin 3, TX on pin 2, GPS baud rate is 4800.

There is an option on the Sparkfun shield to route the GPS serial pins in through another UART, As the Mega has more than 1 UART is this a better way to do it?

Any idea&#039;s what I&#039;m doing wrong?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;m trying to run your example on an Arduino Mega with a Sparkfun GPS shield and EM-406A.</p>
<p>Beyond the demo startup message, I&#8217;m not seeing squat!</p>
<p>I have the UART/dlink switch in the dlink position, RX is on pin 3, TX on pin 2, GPS baud rate is 4800.</p>
<p>There is an option on the Sparkfun shield to route the GPS serial pins in through another UART, As the Mega has more than 1 UART is this a better way to do it?</p>
<p>Any idea&#8217;s what I&#8217;m doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simone garino</title>
		<link>http://arduiniana.org/2009/03/tinygps-8-released/comment-page-1/#comment-262</link>
		<dc:creator>simone garino</dc:creator>
		<pubDate>Sat, 22 Aug 2009 12:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=212#comment-262</guid>
		<description>thank you</description>
		<content:encoded><![CDATA[<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/2009/03/tinygps-8-released/comment-page-1/#comment-261</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Fri, 21 Aug 2009 17:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=212#comment-261</guid>
		<description>The floating point version of the function (f_get_position) doesn&#039;t have any better resolution.  It simply converts the decimal value to floating point.  The precision will never be greater than 1/10000 of a minute.

Mikal</description>
		<content:encoded><![CDATA[<p>The floating point version of the function (f_get_position) doesn&#8217;t have any better resolution.  It simply converts the decimal value to floating point.  The precision will never be greater than 1/10000 of a minute.</p>
<p>Mikal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simone garino</title>
		<link>http://arduiniana.org/2009/03/tinygps-8-released/comment-page-1/#comment-260</link>
		<dc:creator>simone garino</dc:creator>
		<pubDate>Fri, 21 Aug 2009 15:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=212#comment-260</guid>
		<description>thanks for the answer 

So if i had understand you say that &quot;flat&quot; or &quot;flon&quot; have the higher resolution? that depends of the gps unit?</description>
		<content:encoded><![CDATA[<p>thanks for the answer </p>
<p>So if i had understand you say that &#8220;flat&#8221; or &#8220;flon&#8221; have the higher resolution? that depends of the gps unit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/2009/03/tinygps-8-released/comment-page-1/#comment-259</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Thu, 20 Aug 2009 17:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=212#comment-259</guid>
		<description>Simone,

I assume you mean 10^-6 degrees?  GPS units report latitude and longitude with (up to) 9 digits: 3 for degrees and 6 for minutes.  The six minutes digits are interpreted as MM.MMMM, so the smallest possible resolution is 1/10000 of a minute or 1/600000 of a degree.  This is not quite 10^-6 degrees, but pretty close.  The values returned by TinyGPS&#039;s get_position and f_get_position simply return whatever is reported by the GPS.

Does that answer your question?

Mikal</description>
		<content:encoded><![CDATA[<p>Simone,</p>
<p>I assume you mean 10^-6 degrees?  GPS units report latitude and longitude with (up to) 9 digits: 3 for degrees and 6 for minutes.  The six minutes digits are interpreted as MM.MMMM, so the smallest possible resolution is 1/10000 of a minute or 1/600000 of a degree.  This is not quite 10^-6 degrees, but pretty close.  The values returned by TinyGPS&#8217;s get_position and f_get_position simply return whatever is reported by the GPS.</p>
<p>Does that answer your question?</p>
<p>Mikal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simone garino</title>
		<link>http://arduiniana.org/2009/03/tinygps-8-released/comment-page-1/#comment-258</link>
		<dc:creator>simone garino</dc:creator>
		<pubDate>Thu, 20 Aug 2009 15:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=212#comment-258</guid>
		<description>Hi 

i have a question: it&#039;s possible to return the &quot;lat&quot; an &quot;long&quot; resolution of 10^6 degrees?

compliments for the good work on TinytGPS library

Simone</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>i have a question: it&#8217;s possible to return the &#8220;lat&#8221; an &#8220;long&#8221; resolution of 10^6 degrees?</p>
<p>compliments for the good work on TinytGPS library</p>
<p>Simone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/2009/03/tinygps-8-released/comment-page-1/#comment-244</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Tue, 04 Aug 2009 15:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=212#comment-244</guid>
		<description>Hi Daniel--

It&#039;s not too hard to add new values to the code.  My suggestion is to find a similar-as-possible value that is already supported and then mimic what I did for that.

Mikal</description>
		<content:encoded><![CDATA[<p>Hi Daniel&#8211;</p>
<p>It&#8217;s not too hard to add new values to the code.  My suggestion is to find a similar-as-possible value that is already supported and then mimic what I did for that.</p>
<p>Mikal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Wilson</title>
		<link>http://arduiniana.org/2009/03/tinygps-8-released/comment-page-1/#comment-241</link>
		<dc:creator>Daniel Wilson</dc:creator>
		<pubDate>Mon, 03 Aug 2009 03:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=212#comment-241</guid>
		<description>Hi Mikal,

First of all, good work on the TinyGPS library!

Just wondering if it would be possible/easy to modify the library to output PDOP values?

Regards,

Dan</description>
		<content:encoded><![CDATA[<p>Hi Mikal,</p>
<p>First of all, good work on the TinyGPS library!</p>
<p>Just wondering if it would be possible/easy to modify the library to output PDOP values?</p>
<p>Regards,</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/2009/03/tinygps-8-released/comment-page-1/#comment-69</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Sat, 16 May 2009 16:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=212#comment-69</guid>
		<description>Sure, Ken, if you don&#039;t mind keeping the attribution intact with a link to the original post, I&#039;m delighted for you to post your mods.  Send me a link when you&#039;re done and I&#039;ll crosslink you.

Thanks,

Mikal</description>
		<content:encoded><![CDATA[<p>Sure, Ken, if you don&#8217;t mind keeping the attribution intact with a link to the original post, I&#8217;m delighted for you to post your mods.  Send me a link when you&#8217;re done and I&#8217;ll crosslink you.</p>
<p>Thanks,</p>
<p>Mikal</p>
]]></content:encoded>
	</item>
</channel>
</rss>
