<?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>Andreas Schneider &#187; Geocachiing</title>
	<atom:link href="http://blog.cynapses.org/tag/geocachiing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cynapses.org</link>
	<description>a cosmological pedestrian</description>
	<lastBuildDate>Tue, 23 Feb 2010 10:17:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Geocaching, Garmin and Linux</title>
		<link>http://blog.cynapses.org/2009/01/17/geocaching-garmin-and-linux/</link>
		<comments>http://blog.cynapses.org/2009/01/17/geocaching-garmin-and-linux/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 12:04:53 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Geocachiing]]></category>
		<category><![CDATA[GPS]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=48</guid>
		<description><![CDATA[I'm a Geocacher and I've bought a new toy, the Garmin Vista HCx. This device has a special function for Geocaching. You have to upload these files directly to the device. It isn't possible to store them on the microSD. On the geocaching.com you have an option to send the coordinates directly to the GPS. [...]]]></description>
			<content:encoded><![CDATA[<p>I'm a <a href="http://en.wikipedia.org/wiki/Geocaching">Geocacher</a> and I've bought a new toy, the <a href="https://buy.garmin.com/shop/shop.do?cID=145&#038;pID=8703">Garmin Vista HCx</a>. This device has a special function for Geocaching. You have to upload these files directly to the device. It isn't possible to store them on the microSD.<br />
On the geocaching.com you have an option to send the coordinates directly to the GPS. It downloads a web browser plugin from Garmin. To send the files (.loc or .gps) to the device on Linux there is a nice tool called <a href="http://www.gpsbabel.org/">gpsbabel</a>. You can use it to send your files to the GPS. However the device supports only traditional caches <img src='http://blog.cynapses.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>So a simple script named "sendCache" is:</p>
<p><code>#!/bin/bash<br />
# sendCache<br />
gpsbabel -i gpx -f $1 -o garmin -F usb:</code></p>
<p>You have to remove the kernel module which is loaded automatically:</p>
<p><code>rmmod garmin_gps</code></p>
<p>Or blacklist it in /etc/modprobe.d/blacklist. Simply add 'blacklist garmin_gps'.</p>
<p>To get the permissions to work with gpsbabel as a user, you have to install a hal fdi file. Copy <a href="http://www.cynapses.org/tmp/80-gps.fdi">80-gps.fdi</a> to '/usr/share/hal/fdi/information/20thirdparty'. This will set acl rules for write access to the user if you attach it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/01/17/geocaching-garmin-and-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
