<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NS-RAW &#8211; Matthew Petroff</title>
	<atom:link href="https://mpetroff.net/tag/ns-raw/feed/" rel="self" type="application/rss+xml" />
	<link>https://mpetroff.net</link>
	<description>mpetroff.net</description>
	<lastBuildDate>Wed, 30 Nov 2016 02:13:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>NavSpark / XBee Adapter</title>
		<link>https://mpetroff.net/2014/06/navspark-xbee-adapter/</link>
					<comments>https://mpetroff.net/2014/06/navspark-xbee-adapter/#comments</comments>
		
		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Mon, 30 Jun 2014 15:53:21 +0000</pubDate>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[NavSpark]]></category>
		<category><![CDATA[NS-RAW]]></category>
		<category><![CDATA[RTK]]></category>
		<category><![CDATA[XBee]]></category>
		<guid isPermaLink="false">http://www.mpetroff.net/?p=1389</guid>

					<description><![CDATA[As I wrote last month, I recently got a set of NavSpark NS-RAW receivers. These can be used as a RTK GPS receiver system, but some sort of data link is needed. For shorter distances, XBee modules work well. Since &#8230; <a href="https://mpetroff.net/2014/06/navspark-xbee-adapter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><span class="dropcap">A</span>s I wrote last month, I recently got a set of NavSpark NS-RAW receivers. These can be used as a RTK GPS receiver system, but some sort of data link is needed. For shorter distances, <a href="http://www.digi.com/products/wireless-wired-embedded-solutions/zigbee-rf-modules/point-multipoint-rfmodules/xbee-series1-module">XBee modules</a> work well. Since I needed a convenient method for connecting the two devices together, both for the base station and the rover, I created an adapter board.</p>
<p><a href="https://cdn0.mpetroff.net/wp-content/uploads/2014/06/ns-xb-front.jpg" title="Front of NavSpark / XBee Adapter" data-sbox="1389"><img decoding="async" class="aligncenter wp-image-1391 size-large" title="Front of NavSpark / XBee Adapter" src="https://cdn0.mpetroff.net/wp-content/uploads/2014/06/ns-xb-front-640x426.jpg" alt="Front of NavSpark / XBee Adapter" width="640" height="426" /></a></p>
<p><span id="more-1389"></span></p>
<p>The <a href="https://cdn0.mpetroff.net/wp-content/uploads/2014/06/navspark-xbee-rev1.pdf">schematic</a>, <a href="https://cdn0.mpetroff.net/wp-content/uploads/2014/06/navspark-xbee-rev1.zip">KiCad design files</a>, and <a href="https://cdn0.mpetroff.net/wp-content/uploads/2014/06/navspark-xbee-gerbers-rev1.zip">Gerber files</a> are all released under the <a href="//creativecommons.org/licenses/by/4.0/">Creative Commons Attribution license</a>. For the base station, the board is assembled with the headers, C17, C18, C20, and U5 installed; additionally, the solder jumper is bridged, and pins 23 and 24 of the NavSpark header are bridged. The device is then powered through the NavSpark&#8217;s USB port. For the rover, all the components are installed, but the solder jumper isn&#8217;t used, and no pins are bridged. The device is then powered through the adapter board&#8217;s USB port, and both serial data streams are connected through the FTDI FT2232H chip. This way, only one connection is needed to the rover computer. For convienence, here is a <a href="http://www.mouser.com/ProjectManager/ProjectDetail.aspx?AccessID=511f512f7d">Mouser part list</a>.</p>
<p><a href="https://cdn0.mpetroff.net/wp-content/uploads/2014/06/ns-xb-back.jpg" title="Back of NavSpark / XBee Adapter" data-sbox="1389"><img loading="lazy" decoding="async" class="aligncenter wp-image-1390 size-large" title="Back of NavSpark / XBee Adapter" src="https://cdn0.mpetroff.net/wp-content/uploads/2014/06/ns-xb-back-640x426.jpg" alt="Back of NavSpark / XBee Adapter" width="640" height="426" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://mpetroff.net/2014/06/navspark-xbee-adapter/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>NavSpark versus NS-RAW</title>
		<link>https://mpetroff.net/2014/05/navspark-versus-ns-raw/</link>
					<comments>https://mpetroff.net/2014/05/navspark-versus-ns-raw/#comments</comments>
		
		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Sat, 31 May 2014 02:44:01 +0000</pubDate>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[NavSpark]]></category>
		<category><![CDATA[NS-RAW]]></category>
		<guid isPermaLink="false">http://www.mpetroff.net/?p=1357</guid>

					<description><![CDATA[Today I received the NavSpark and two NS-RAW GPS receivers I preordered from SkyTraq back in January. The NavSpark is a programmable SPARC-based GPS receiver, while the NS-RAW is one of the cheapest GPS receivers available with raw measurement output &#8230; <a href="https://mpetroff.net/2014/05/navspark-versus-ns-raw/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><span class="dropcap">T</span>oday I received the NavSpark and two NS-RAW GPS receivers I <a href="https://www.indiegogo.com/projects/navspark-arduino-compatible-with-gps-gnss-receiver">preordered</a> from <a href="http://www.skytraq.com.tw/">SkyTraq</a> back in January. The NavSpark is a programmable SPARC-based GPS receiver, while the NS-RAW is one of the cheapest GPS receivers available with raw measurement output for <a href="http://en.wikipedia.org/wiki/Real_Time_Kinematic">RTK positioning</a>. In recent months, it became clear that the two receivers would be virtually identical hardware-wise, just with different firmware.</p>
<p>On receiving the boards, the first thing I did was look for the differences. The most obvious difference is that the NavSpark has version 1.4 of the PCB, while the NS-RAW is built using version 1.3. The only difference I could find between the revisions is that version 1.3 left out the pull-up resistor on the SDA I<sup>2</sup>C line. SkyTraq seems to have used the flawed boards for the NS-RAW since it is not supposed to be programmable and thus won&#8217;t make use of I<sup>2</sup>C. This extra resistor can be seen below; version 1.3 is on the left, while version 1.4 is on the right.</p>
<p><a href="https://cdn0.mpetroff.net/wp-content/uploads/2014/05/13-vs-14.jpg" title="Version 1.3 (left) versus 1.4 (right)" data-sbox="1357"><img loading="lazy" decoding="async" class="aligncenter wp-image-1359 size-large" title="Version 1.3 (left) versus 1.4 (right)" src="https://cdn0.mpetroff.net/wp-content/uploads/2014/05/13-vs-14-640x480.jpg" alt="Version 1.3 (left) versus 1.4 (right)" width="640" height="480" srcset="https://cdn0.mpetroff.net/wp-content/uploads/2014/05/13-vs-14-640x480.jpg 640w, https://cdn0.mpetroff.net/wp-content/uploads/2014/05/13-vs-14-300x225.jpg 300w, https://cdn0.mpetroff.net/wp-content/uploads/2014/05/13-vs-14.jpg 1200w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a><span id="more-1357"></span></p>
<p>I can also identify one, possibly two component differences between the two boards. The boards have different TCXOs; my guess is the one on the NS-RAW is more accurate, but I haven&#8217;t been able to determine the part numbers or find datasheets. The SAW filters might also be different, but I&#8217;m not certain. The one on the NavSpark is marked JF3, while the one on the NS-RAW is marked JF2. They might be different parts, but the markings could also just be different date or batch codes on the same part. The different TCXOs can be seen in the lower-left in the image below, while the SAW filters can be seen at the top, just right of center; the NavSpark is on the left, while the NS-RAW is on the right.</p>
<p><a href="https://cdn0.mpetroff.net/wp-content/uploads/2014/05/navspark-vs-nsraw.jpg" title="NavSpark (left) versus NS-RAW (right)" data-sbox="1357"><img loading="lazy" decoding="async" class="aligncenter wp-image-1365 size-large" title="NavSpark (left) versus NS-RAW (right)" src="https://cdn0.mpetroff.net/wp-content/uploads/2014/05/navspark-vs-nsraw-640x480.jpg" alt="NavSpark (left) versus NS-RAW (right)" width="640" height="480" srcset="https://cdn0.mpetroff.net/wp-content/uploads/2014/05/navspark-vs-nsraw-640x480.jpg 640w, https://cdn0.mpetroff.net/wp-content/uploads/2014/05/navspark-vs-nsraw-300x225.jpg 300w, https://cdn0.mpetroff.net/wp-content/uploads/2014/05/navspark-vs-nsraw.jpg 1200w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a></p>
<p>Lastly, there may also be differences in the values of some of the passive components, but that cannot be gleaned from visual inspection.</p>
<p>From a software perspective, the NavSpark is designed to be programmed, while the NS-RAW is not, but it also outputs raw measurement data. I suspect one could probably program the NS-RAW with a file for the NavSpark, but I don&#8217;t want to try it without a copy of the NS-RAW firmware to put back. However, since both boards have the same Vensus822 chip, the NavSpark is capable of raw measurements as well, albeit likely at lower quality due to the different crystal. One would either need a copy of the NS-RAW firmware to flash or need to reverse engineer the ASIC&#8217;s carrier-phase interface and the provided GPS library&#8217;s pseudorange interface.</p>
<p>On the topic of the provided GPS library, some interesting information can be gleaned from running the <code>strings</code> command on the library, namely the filenames of all the C source files used to compile it. In my opinion, the most interesting are the existence of files that reference raw measurement output and differential GPS. Unfortunately on disassembly, the corresponding object files proved empty. The contents are probably surrounded with <code>#ifdef</code> and <code>#endif</code> statements that were not enabled when compiling the library, explaining why the files are there but the code is not. The complete list of C files is below.</p>
<p><script src="https://gist.github.com/mpetroff/433df4382baa6b21beca.js"></script></p>
]]></content:encoded>
					
					<wfw:commentRss>https://mpetroff.net/2014/05/navspark-versus-ns-raw/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn0.mpetroff.net
Minified using Disk

Served from: mpetroff.net @ 2026-03-29 22:06:39 by W3 Total Cache
-->