<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[AtomicGPS speed of movement - unit of measurement?]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I'm trying to get speed of movement of GPS module (AtomicGPS) using your example product code via <strong>GPS.s_GNRMC.TrackSpeed</strong> parameter from <strong>GPSAnalyse::AnaGPRMC</strong> function in <strong>GPSAnalyse.cpp</strong>.</p>
<p dir="auto">It seems this parameter returns speed values but in unknown (for me) scale.</p>
<p dir="auto">I've compare with speed measurement with my car measurement (kmh) and it seems AtomicGPS, results about half of the real speed (but there is correlation I think).</p>
<p dir="auto">What is unit of measurement returned by this function in example library??</p>
<p dir="auto">Regards,<br />
M</p>
]]></description><link>https://community.m5stack.com/topic/2247/atomicgps-speed-of-movement-unit-of-measurement</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 15:36:53 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2247.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Aug 2020 19:43:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to AtomicGPS speed of movement - unit of measurement? on Wed, 02 Sep 2020 01:30:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/macle" aria-label="Profile: macle">@<bdi>macle</bdi></a></p>
<p dir="auto">Hi. I don’t have the AtomicGPS, but I did some digging around to try to understand the speed measurement within the GPSAnalyse.cpp file.  I see this in that file relating to speed:     <strong>_s_GNRMC.TrackSpeed = _s_GNRMC.pamstr[7].toFloat();</strong></p>
<p dir="auto">Doing a quick google search on “GNRMC speed” I found <a href="https://docs.novatel.com/OEM7/Content/Logs/GPRMC.htm" target="_blank" rel="noopener noreferrer nofollow ugc">this source</a> that says GNRMC ground speed is in knots. Doing the conversion between knots and kph (1 knot =<br />
1.852 kilometers per hour), it seems about right that the GPS is reporting a speed measurement that is roughly half of your vehicle speed in kph  (0.54 to be exact!).</p>
<p dir="auto">Hope this helps!</p>
]]></description><link>https://community.m5stack.com/post/9909</link><guid isPermaLink="true">https://community.m5stack.com/post/9909</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Wed, 02 Sep 2020 01:30:36 GMT</pubDate></item><item><title><![CDATA[Reply to AtomicGPS speed of movement - unit of measurement? on Tue, 01 Sep 2020 19:42:52 GMT]]></title><description><![CDATA[<p dir="auto">Any hints?</p>
]]></description><link>https://community.m5stack.com/post/9906</link><guid isPermaLink="true">https://community.m5stack.com/post/9906</guid><dc:creator><![CDATA[macle]]></dc:creator><pubDate>Tue, 01 Sep 2020 19:42:52 GMT</pubDate></item></channel></rss>