<?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: Building a GPS Logger</title>
	<atom:link href="http://nada-labs.net/2010/building-a-gps-logger/feed/" rel="self" type="application/rss+xml" />
	<link>http://nada-labs.net/2010/building-a-gps-logger/</link>
	<description>Straight from the workbench of Nathan Dyer.</description>
	<lastBuildDate>Sat, 05 May 2012 13:25:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: nada</title>
		<link>http://nada-labs.net/2010/building-a-gps-logger/comment-page-1/#comment-21656</link>
		<dc:creator>nada</dc:creator>
		<pubDate>Fri, 24 Feb 2012 12:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://nada-labs.net/?p=20#comment-21656</guid>
		<description>After a quick glance, the MBED has 2x SPI interfaces which is great for using an SD-Card. However, from what I can see, it has no asynchronous ports that are compatable with RS232. Interfacing to the GPS module could be tricky in this case, but not impossible. I did see a tutorial somewhere (Hackaday?) that describes how to use a SPI serial port as an 8-bit rs232 receiver.

SPI communications (for the SD-Card) are much easier to implement in software than the asynchronous comms used with GPS modules. If on change interrupts are not available then you&#039;re probably out of luck.</description>
		<content:encoded><![CDATA[<p>After a quick glance, the MBED has 2x SPI interfaces which is great for using an SD-Card. However, from what I can see, it has no asynchronous ports that are compatable with RS232. Interfacing to the GPS module could be tricky in this case, but not impossible. I did see a tutorial somewhere (Hackaday?) that describes how to use a SPI serial port as an 8-bit rs232 receiver.</p>
<p>SPI communications (for the SD-Card) are much easier to implement in software than the asynchronous comms used with GPS modules. If on change interrupts are not available then you&#8217;re probably out of luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shalini</title>
		<link>http://nada-labs.net/2010/building-a-gps-logger/comment-page-1/#comment-21651</link>
		<dc:creator>shalini</dc:creator>
		<pubDate>Fri, 24 Feb 2012 09:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://nada-labs.net/?p=20#comment-21651</guid>
		<description>hi, is it possible to build the same project using MBED microcontroller?</description>
		<content:encoded><![CDATA[<p>hi, is it possible to build the same project using MBED microcontroller?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

