<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.pegasushabproject.org.uk/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.pegasushabproject.org.uk/wiki/feed.php">
        <title>Pegasus HAB Project gumstix_bible:goliath</title>
        <description></description>
        <link>http://www.pegasushabproject.org.uk/wiki/</link>
        <image rdf:resource="http://www.pegasushabproject.org.uk/wiki/lib/images/favicon.ico" />
       <dc:date>2010-09-06T20:05:03+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.pegasushabproject.org.uk/wiki/doku.php/gumstix_bible:goliath:accel?rev=1214867318&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pegasushabproject.org.uk/wiki/doku.php/gumstix_bible:goliath:gps?rev=1214865313&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pegasushabproject.org.uk/wiki/doku.php/gumstix_bible:goliath:gpsparser?rev=1214865341&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pegasushabproject.org.uk/wiki/doku.php/gumstix_bible:goliath:gsm?rev=1214865448&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.pegasushabproject.org.uk/wiki/lib/images/favicon.ico">
        <title>Pegasus HAB Project</title>
        <link>http://www.pegasushabproject.org.uk/wiki/</link>
        <url>http://www.pegasushabproject.org.uk/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.pegasushabproject.org.uk/wiki/doku.php/gumstix_bible:goliath:accel?rev=1214867318&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-01T00:08:38+01:00</dc:date>
        <title>gumstix_bible:goliath:accel</title>
        <link>http://www.pegasushabproject.org.uk/wiki/doku.php/gumstix_bible:goliath:accel?rev=1214867318&amp;do=diff</link>
        <description>Links

	*  &lt;http://www.nabble.com/goliath-expansion-tp11738032p11738032.html&gt;
	*  &lt;http://www.nabble.com/wifistix-vx-timeframe--td11538661.html#a11926413&gt;</description>
    </item>
    <item rdf:about="http://www.pegasushabproject.org.uk/wiki/doku.php/gumstix_bible:goliath:gps?rev=1214865313&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-30T23:35:13+01:00</dc:date>
        <title>gumstix_bible:goliath:gps</title>
        <link>http://www.pegasushabproject.org.uk/wiki/doku.php/gumstix_bible:goliath:gps?rev=1214865313&amp;do=diff</link>
        <description>Setting up the GPS


The GPS module on the Goliath is a Ublox NEO-4S and is attached by usb to the usb hub. To set up the GPS module I found that it was necessary to find the right kernel module which is the cdc-acm module. I didn't need to compile this module as it had already been compiled when I set up OE, all I needed to do was find the file which was in</description>
    </item>
    <item rdf:about="http://www.pegasushabproject.org.uk/wiki/doku.php/gumstix_bible:goliath:gpsparser?rev=1214865341&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-30T23:35:41+01:00</dc:date>
        <title>gumstix_bible:goliath:gpsparser</title>
        <link>http://www.pegasushabproject.org.uk/wiki/doku.php/gumstix_bible:goliath:gpsparser?rev=1214865341&amp;do=diff</link>
        <description>#!/usr/bin/microperl
$| = 1;

sub latitude {
         my ($deg, $min) = unpack &quot;a2a*&quot;, $_[0];
         my $lat = $deg + $min / 60;
         $lat = - $lat if $_[1] =~ /[Ss]/;
         return $lat;
}
sub longitude {
  my ($deg, $min) = unpack &quot;a3a*&quot;, $_[0];
  my $long = $deg + $min / 60;
  $long = - $long if $_[1] =~ /[Ww]/;
  return $long;
}

my ($lat, $long, $alt, $altunits);
my ($speed, $speedunits, $heading);

my $settime = 0;

open(GPS, &quot;/dev/ttyS2&quot;);
while(&lt;GPS&gt;) {
  my $time = time();
  if …</description>
    </item>
    <item rdf:about="http://www.pegasushabproject.org.uk/wiki/doku.php/gumstix_bible:goliath:gsm?rev=1214865448&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-30T23:37:28+01:00</dc:date>
        <title>gumstix_bible:goliath:gsm</title>
        <link>http://www.pegasushabproject.org.uk/wiki/doku.php/gumstix_bible:goliath:gsm?rev=1214865448&amp;do=diff</link>
        <description>Setting up the GSM module


Thanks to an email that was sent to the gumstix mailing list it was pretty easy to setup the GSM module.

To turn on the module you just need to toggle GPIO100:



echo &quot;out set&quot; &gt; /proc/gpio/GPIO100
sleep 2
echo &quot;in&quot; &gt; /proc/gpio/GPIO100</description>
    </item>
</rdf:RDF>
