<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://protofusion.org/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://protofusion.org/wiki/feed.php">
        <title>protofusion - opentrack</title>
        <description>open hardware and software</description>
        <link>http://protofusion.org/wiki/</link>
        <image rdf:resource="http://protofusion.org/wiki/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-04-29T05:59:41+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://protofusion.org/wiki/opentrack:aprs_format?rev=1679539703&amp;do=diff"/>
                <rdf:li rdf:resource="http://protofusion.org/wiki/opentrack:build_your_own?rev=1679539703&amp;do=diff"/>
                <rdf:li rdf:resource="http://protofusion.org/wiki/opentrack:ground_station_application?rev=1679539703&amp;do=diff"/>
                <rdf:li rdf:resource="http://protofusion.org/wiki/opentrack:launch_setup_guide?rev=1679539703&amp;do=diff"/>
                <rdf:li rdf:resource="http://protofusion.org/wiki/opentrack:module_development_guide?rev=1679539703&amp;do=diff"/>
                <rdf:li rdf:resource="http://protofusion.org/wiki/opentrack:quick_start_guide?rev=1679539703&amp;do=diff"/>
                <rdf:li rdf:resource="http://protofusion.org/wiki/opentrack:test?rev=1679539703&amp;do=diff"/>
                <rdf:li rdf:resource="http://protofusion.org/wiki/opentrack:xbee_configuration_guide?rev=1679539703&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://protofusion.org/wiki/_media/wiki:dokuwiki.svg">
        <title>protofusion</title>
        <link>http://protofusion.org/wiki/</link>
        <url>http://protofusion.org/wiki/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://protofusion.org/wiki/opentrack:aprs_format?rev=1679539703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-23T02:48:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>APRS Format</title>
        <link>http://protofusion.org/wiki/opentrack:aprs_format?rev=1679539703&amp;do=diff</link>
        <description>APRS Format

Basic APRS Format Reference

	*  &#039;|&#039; - Longitude least significant digits
	*  &#039;_&#039; - Latitude least significant digits
	*  &#039;t9&#039; - Master motherboard PCB temperature
	*  &#039;s&#039; - Satellites in view
	*  &#039;h&#039; - Horizontal dilution of precision</description>
    </item>
    <item rdf:about="http://protofusion.org/wiki/opentrack:build_your_own?rev=1679539703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-23T02:48:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Build your Own</title>
        <link>http://protofusion.org/wiki/opentrack:build_your_own?rev=1679539703&amp;do=diff</link>
        <description>Build your Own

OpenTrack is completely open-source under the AGPL, so feel free to build, program, and modify your own!

PCB

PCB design files are available on the Mercurial repository for the project here: Hardware repository. Schematic design and PCB layout were done in Eagle. Our board is small enough that the free version of Eagle is adequate for editing.</description>
    </item>
    <item rdf:about="http://protofusion.org/wiki/opentrack:ground_station_application?rev=1679539703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-23T02:48:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Ground Station Application</title>
        <link>http://protofusion.org/wiki/opentrack:ground_station_application?rev=1679539703&amp;do=diff</link>
        <description>Ground Station Application

The ground station application has been designed to be a simple and user friendly means of tracking the location of the balloon system both in flight and post-landing. 

System Setup

To run the Ground Application you must install a few tools to allow it to function correctly. Failure to intall these tools may result in limited functionality or failure of the application. Steps for configuring each required program are outlined below and should be completed in the ord…</description>
    </item>
    <item rdf:about="http://protofusion.org/wiki/opentrack:launch_setup_guide?rev=1679539703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-23T02:48:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Preparing for Launch</title>
        <link>http://protofusion.org/wiki/opentrack:launch_setup_guide?rev=1679539703&amp;do=diff</link>
        <description>Preparing for Launch

To prepare your system for launch, you must first tweak the software constants on the master, prepare an SD card, prepare battery packs, and prepare enclosures.

Master

Accessories



To use the master motherboard, connect a GPS antenna and APRS antenna to the SMA connectors on the motherboard. We recommend using an omnidirectional GPS antenna for maximum performance.</description>
    </item>
    <item rdf:about="http://protofusion.org/wiki/opentrack:module_development_guide?rev=1679539703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-23T02:48:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Module Development Guide</title>
        <link>http://protofusion.org/wiki/opentrack:module_development_guide?rev=1679539703&amp;do=diff</link>
        <description>Module Development Guide

If you want to integrate your own custom sensors into OpenTrack, you have three options:

	*  Design a custom daughterboard (recommended): You can fully utilize slave I/O in a robust form factor. A PCB/Schematic template is provided.</description>
    </item>
    <item rdf:about="http://protofusion.org/wiki/opentrack:quick_start_guide?rev=1679539703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-23T02:48:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Quick-Start</title>
        <link>http://protofusion.org/wiki/opentrack:quick_start_guide?rev=1679539703&amp;do=diff</link>
        <description>Quick-Start

Master Setup



Plug the buzzer, GPS antenna, APRS antenna, and an SD card into the master module. Plug an XBee into the bottom of the motherboard if you plan on using slave modules.

Slave Setup



Plug all desired slave daughterboards into slave motherboards. Make sure each slave motherboard has an XBee attached.</description>
    </item>
    <item rdf:about="http://protofusion.org/wiki/opentrack:test?rev=1679539703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-23T02:48:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Oh frick</title>
        <link>http://protofusion.org/wiki/opentrack:test?rev=1679539703&amp;do=diff</link>
        <description>Oh frick</description>
    </item>
    <item rdf:about="http://protofusion.org/wiki/opentrack:xbee_configuration_guide?rev=1679539703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-23T02:48:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>OpenTrack XBee Configuration</title>
        <link>http://protofusion.org/wiki/opentrack:xbee_configuration_guide?rev=1679539703&amp;do=diff</link>
        <description>OpenTrack XBee Configuration

Preparing X-CTU

To configure your XBee modules you will need an XBee to USB adapter and the XBee module(s) you wish to configure.

First, install X-CTU from the Digi website. Download the installer from the link below and run the installer. No special options are needed during installation. Download:</description>
    </item>
</rdf:RDF>
