<?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</title>
	<atom:link href="http://arduiniana.org/libraries/tinygps/feed/" rel="self" type="application/rss+xml" />
	<link>http://arduiniana.org</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/libraries/tinygps/comment-page-2/#comment-4438</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Thu, 02 Sep 2010 15:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=3#comment-4438</guid>
		<description>Sorry, amrk,

My library only extracts the data the GPS reports and presents it in a more programmer-accessible form.

Mikal</description>
		<content:encoded><![CDATA[<p>Sorry, amrk,</p>
<p>My library only extracts the data the GPS reports and presents it in a more programmer-accessible form.</p>
<p>Mikal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amrk</title>
		<link>http://arduiniana.org/libraries/tinygps/comment-page-2/#comment-4430</link>
		<dc:creator>amrk</dc:creator>
		<pubDate>Thu, 02 Sep 2010 11:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=3#comment-4430</guid>
		<description>Some gps functionality is lost with many gps units at high altitudes.  Is this a function of the module or the programming such as your application?  My hope is that your app circumvents this problem.  Thanks for your contibution to arduino!</description>
		<content:encoded><![CDATA[<p>Some gps functionality is lost with many gps units at high altitudes.  Is this a function of the module or the programming such as your application?  My hope is that your app circumvents this problem.  Thanks for your contibution to arduino!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/tinygps/comment-page-2/#comment-4059</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Sat, 21 Aug 2010 03:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=3#comment-4059</guid>
		<description>Michael, I&#039;m afraid you are reading the TinyGPS documentation right here.  I do hope to someday write a more thorough document.  While I&#039;m at it, I hope to add some of the popular fields you are interested in.  Thanks for the note.

Mikal</description>
		<content:encoded><![CDATA[<p>Michael, I&#8217;m afraid you are reading the TinyGPS documentation right here.  I do hope to someday write a more thorough document.  While I&#8217;m at it, I hope to add some of the popular fields you are interested in.  Thanks for the note.</p>
<p>Mikal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael H</title>
		<link>http://arduiniana.org/libraries/tinygps/comment-page-2/#comment-4051</link>
		<dc:creator>Michael H</dc:creator>
		<pubDate>Fri, 20 Aug 2010 23:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=3#comment-4051</guid>
		<description>Mikal,

I have a couple of questions:

1) Do you have a library reference document for the TinyGPS?  If so where can I find it?

2) I am wanting to get some more data from my GPS - I have found the forum on the Arduino site that explains how to get the number of satelites in view, but I am needing the magnetic variation, 2D/3D fix, fix quality and dilution info</description>
		<content:encoded><![CDATA[<p>Mikal,</p>
<p>I have a couple of questions:</p>
<p>1) Do you have a library reference document for the TinyGPS?  If so where can I find it?</p>
<p>2) I am wanting to get some more data from my GPS &#8211; I have found the forum on the Arduino site that explains how to get the number of satelites in view, but I am needing the magnetic variation, 2D/3D fix, fix quality and dilution info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simone garino</title>
		<link>http://arduiniana.org/libraries/tinygps/comment-page-2/#comment-3924</link>
		<dc:creator>simone garino</dc:creator>
		<pubDate>Fri, 13 Aug 2010 17:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=3#comment-3924</guid>
		<description>hello

I need to receive the longitudne and latitude in sexagesimal format. How do I change the function parse_degrees () to get the result in this format?</description>
		<content:encoded><![CDATA[<p>hello</p>
<p>I need to receive the longitudne and latitude in sexagesimal format. How do I change the function parse_degrees () to get the result in this format?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusty</title>
		<link>http://arduiniana.org/libraries/tinygps/comment-page-2/#comment-3888</link>
		<dc:creator>Rusty</dc:creator>
		<pubDate>Wed, 11 Aug 2010 05:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=3#comment-3888</guid>
		<description>I too would like to add my request for P,H, &amp; VDOP.
These numbers can be decoded from the GPGSA sentence
which is part of the standard set of NMEA v2.2 sentences.

Another useful piece of information that comes out of this
sentence is what type of fix the GPS is maintaining, 2D or 3D.
Waiting for a 3D fix may allow others to avoid that initial
position error that folks are reporting.

Just a thought...  :-)

    -Rusty-</description>
		<content:encoded><![CDATA[<p>I too would like to add my request for P,H, &amp; VDOP.<br />
These numbers can be decoded from the GPGSA sentence<br />
which is part of the standard set of NMEA v2.2 sentences.</p>
<p>Another useful piece of information that comes out of this<br />
sentence is what type of fix the GPS is maintaining, 2D or 3D.<br />
Waiting for a 3D fix may allow others to avoid that initial<br />
position error that folks are reporting.</p>
<p>Just a thought&#8230;  <img src='http://arduiniana.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>    -Rusty-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/tinygps/comment-page-2/#comment-3850</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Sat, 07 Aug 2010 15:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=3#comment-3850</guid>
		<description>Great catch, Rusty, and thanks for sharing it!

Mikal</description>
		<content:encoded><![CDATA[<p>Great catch, Rusty, and thanks for sharing it!</p>
<p>Mikal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusty</title>
		<link>http://arduiniana.org/libraries/tinygps/comment-page-2/#comment-3847</link>
		<dc:creator>Rusty</dc:creator>
		<pubDate>Sat, 07 Aug 2010 07:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=3#comment-3847</guid>
		<description>Mikal,
   Sorry if this has been reported before but in TinyGPS.cpp (verison 9)
around line 60 you need to surround the ++_encoded_characters; statement
with  #ifndef _GPS_NO_STATS / #endif .  If that&#039;s not there, the weirdo&#039;s
like me who turn off the stats, can&#039;t get TinyGPS to compile.  :-o

    -Rusty-</description>
		<content:encoded><![CDATA[<p>Mikal,<br />
   Sorry if this has been reported before but in TinyGPS.cpp (verison 9)<br />
around line 60 you need to surround the ++_encoded_characters; statement<br />
with  #ifndef _GPS_NO_STATS / #endif .  If that&#8217;s not there, the weirdo&#8217;s<br />
like me who turn off the stats, can&#8217;t get TinyGPS to compile.  <img src='http://arduiniana.org/wp-includes/images/smilies/icon_surprised.gif' alt=':-o' class='wp-smiley' /> </p>
<p>    -Rusty-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GPS testing with LCD Character Display</title>
		<link>http://arduiniana.org/libraries/tinygps/comment-page-2/#comment-3724</link>
		<dc:creator>GPS testing with LCD Character Display</dc:creator>
		<pubDate>Sun, 25 Jul 2010 18:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=3#comment-3724</guid>
		<description>[...] can have the LCD output latitude, longitude, or whatever. You&#8217;ll need the TinyGPS library from Arduiniana downloaded and installed for it to work. They suggest using NewSoftSerial, but I couldn&#8217;t get [...]</description>
		<content:encoded><![CDATA[<p>[...] can have the LCD output latitude, longitude, or whatever. You&#8217;ll need the TinyGPS library from Arduiniana downloaded and installed for it to work. They suggest using NewSoftSerial, but I couldn&#8217;t get [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Transmission success - Projects</title>
		<link>http://arduiniana.org/libraries/tinygps/comment-page-2/#comment-3721</link>
		<dc:creator>Transmission success - Projects</dc:creator>
		<pubDate>Sun, 25 Jul 2010 13:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=3#comment-3721</guid>
		<description>[...] and sending the bits of &#8220;Hello World&#8221; in 7N1 format.  I spent some time with the TinyGPS and NewSoftSerial libraries from Mikal Hart, and got the parsing working nicely and building an [...]</description>
		<content:encoded><![CDATA[<p>[...] and sending the bits of &#8220;Hello World&#8221; in 7N1 format.  I spent some time with the TinyGPS and NewSoftSerial libraries from Mikal Hart, and got the parsing working nicely and building an [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
