<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Using Seeeduino LoRaWAN with GPS and Loriot.io	</title>
	<atom:link href="https://blog.squix.org/2017/11/using-seeeduino-lorawan-with-gps-and-loriot-io.html/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.squix.org/2017/11/using-seeeduino-lorawan-with-gps-and-loriot-io.html</link>
	<description></description>
	<lastBuildDate>Thu, 04 Jan 2018 16:02:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: Henry		</title>
		<link>https://blog.squix.org/2017/11/using-seeeduino-lorawan-with-gps-and-loriot-io.html#comment-8783</link>

		<dc:creator><![CDATA[Henry]]></dc:creator>
		<pubDate>Thu, 04 Jan 2018 16:02:32 +0000</pubDate>
		<guid isPermaLink="false">https://blog.squix.org/?p=3784#comment-8783</guid>

					<description><![CDATA[Hi, 
I wish to know why you use &quot;8388606/&quot; in following code:
      long latEncoded = (gps.location.lat() * 8388606) / 90;
      long lonEncoded = (gps.location.lng() * 8388606) / 180;
and make these signed long in to 3 bytes...
it&#039;s a magic to me]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
I wish to know why you use &#8220;8388606/&#8221; in following code:<br />
      long latEncoded = (gps.location.lat() * 8388606) / 90;<br />
      long lonEncoded = (gps.location.lng() * 8388606) / 180;<br />
and make these signed long in to 3 bytes&#8230;<br />
it&#8217;s a magic to me</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
