<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Real time gps data logging</title>
	<link>http://ask.metafilter.com/51595/Real-time-gps-data-logging/</link>
	<description>Comments on Ask MetaFilter post Real time gps data logging</description>
	<pubDate>Thu, 23 Nov 2006 15:13:09 -0800</pubDate>
	<lastBuildDate>Thu, 23 Nov 2006 15:13:09 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Real time gps data logging</title>
		<link>http://ask.metafilter.com/51595/Real-time-gps-data-logging</link>	
		<description>Is there a program (preferably free) that will allow me to log real time speed, time and (possibly) altitude data from my gps on a laptop pc, and save this data as text? &lt;br /&gt;&lt;br /&gt; I can log realtime time and long./latt. data from my garmin 12map on my pc laptop with delorme&apos;s topo 3D program, but I want the other data that is also recorded, like speed and altitude.  Plus I want it in a text file so I can plot it later. The reason for this is to be able to get auto performance data, for instance, if you plot the speed vs. time of a car after you put it in neutral and let it drift to a stop, you can calculate the drag due to wind resistance (goes with the square of velocity) and the rolling resistance of the tires and other parasitic drag forces (1st and zero order with velocity).  Altitude data is nice to see if the road is angled (hard to find a perfectly flat road).</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.51595</guid>
		<pubDate>Thu, 23 Nov 2006 13:43:07 -0800</pubDate>
		<dc:creator>445supermag</dc:creator>
		
			<category>gps</category>
		
	</item> <item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/51595/Real-time-gps-data-logging#780062</link>	
		<description>The raw data stream that comes out of your GPS is &lt;a href=&quot;http://en.wikipedia.org/wiki/NMEA&quot;&gt;already in text form&lt;/a&gt;, so you should be able to save it with any serial terminal program.  If your laptop&apos;s running Windows, you already have &lt;a href=&quot;http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/hyperterminal_top_node.mspx&quot;&gt;HyperTerminal&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51595-780062</guid>
		<pubDate>Thu, 23 Nov 2006 15:13:09 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item><item>
		<title>By: Jimbob</title>
		<link>http://ask.metafilter.com/51595/Real-time-gps-data-logging#780087</link>	
		<description>&lt;a href=&quot;http://regexp.bjoern.org/archives/gps.html&quot;&gt;This python script&lt;/a&gt; can probably be hacked pretty easily to return the data you want in a nice, clean format.  However, I should note that for your purposes, I don&apos;t know if a non-differential GPS is accurate enough.  A car put into neutral and let roll will be going at a fairly low speed - with a normal GPS only accurate to 5-10m, I don&apos;t know if you would get a useful speed reading.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51595-780087</guid>
		<pubDate>Thu, 23 Nov 2006 16:54:42 -0800</pubDate>
		<dc:creator>Jimbob</dc:creator>
	</item><item>
		<title>By: nomisxid</title>
		<link>http://ask.metafilter.com/51595/Real-time-gps-data-logging#780100</link>	
		<description>FWIW, unless you have a really old GPS system, it likely uses one of the private systems that help supplement and overcome the &apos;natural-non-military&apos; GPS inaccuracy.  When I go driving with mine, its speed reports match what I&apos;m clocked at by those &quot;your speed is xyz&quot; roadside radar stands;  my car&apos;s speedometer, on the other hand, reports my speed as 5-15 mph faster, less accurate at higher speeds.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51595-780100</guid>
		<pubDate>Thu, 23 Nov 2006 17:34:49 -0800</pubDate>
		<dc:creator>nomisxid</dc:creator>
	</item><item>
		<title>By: schwa</title>
		<link>http://ask.metafilter.com/51595/Real-time-gps-data-logging#780122</link>	
		<description>Garmin&apos;s don&apos;t speak NMEA unless manually switched to that mode. Newer Garmin&apos;s only speak the garmin specific protocol.&lt;br&gt;
&lt;br&gt;
But anyway, try http://www.gpsbabel.org/</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51595-780122</guid>
		<pubDate>Thu, 23 Nov 2006 18:34:17 -0800</pubDate>
		<dc:creator>schwa</dc:creator>
	</item><item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/51595/Real-time-gps-data-logging#780134</link>	
		<description>445supermag&apos;s Garmin does, according to its &lt;a href=&quot;http://www.garmin.com/manuals/GPS12MAP_OwnersManual.pdf&quot;&gt;manual&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51595-780134</guid>
		<pubDate>Thu, 23 Nov 2006 19:08:40 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item><item>
		<title>By: 445supermag</title>
		<link>http://ask.metafilter.com/51595/Real-time-gps-data-logging#780141</link>	
		<description>&lt;em&gt;However, I should note that for your purposes, I don&apos;t know if a non-differential GPS is accurate enough. A car put into neutral and let roll will be going at a fairly low speed - with a normal GPS only accurate to 5-10m, I don&apos;t know if you would get a useful speed reading.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
The technique is to bring the car up to speed and then let it drift.  For instance, if you bracket the speed you are interested in, say 65 mph, you take the car up to 75, put it in neutral and record the time it takes to get from 70 to 65 and 65 to 60. With some math you can get the total drag and the horsepower required to keep the car at this speed.  I&apos;d like to fit all the way from 75 to 0 so I can figure out which part of drag is due to rolling resistance and which is due to wind drag.&lt;br&gt;
I got hyperterminal to work, but the data needs a lot work (altitude in meters, speed in knots?!). I was going to write an AWK script (yes, I know I&apos;m a dinosaur), but I&apos;ll check out that perl script.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51595-780141</guid>
		<pubDate>Thu, 23 Nov 2006 19:18:56 -0800</pubDate>
		<dc:creator>445supermag</dc:creator>
	</item><item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/51595/Real-time-gps-data-logging#780144</link>	
		<description>Garmin documents its proprietary formats, including proprietary extensions to NMEA, &lt;a href=&quot;http://www.garmin.com/support/commProtocol.html&quot;&gt;here&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51595-780144</guid>
		<pubDate>Thu, 23 Nov 2006 19:21:40 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item>
	</channel>
</rss>
