Giter VIP home page Giter VIP logo

tracker's Introduction

About

Tracker is a program I created to help with tracking your High Altitude Balloon (HAB) via radio. It was built around the Raspberry Pi 3, NTX2 transmitter and the Adafruit Ultimate GPS.

Once tracker is started it will read GPS data from the local gpsd daemon and send it out in RTTY for you to read.

Because I'm horrible with C, almost all of this code was lifted from the following sources and put together in a horrible mess:

https://ava.upuaut.net/?p=627

http://www.airspayce.com/mikem/bcm2835/index.html

http://catb.org/gpsd/

Pre-reqs

  • gpsd running on the Pi on the default port

Use

To run on the Pi, start gpsd first:

sudo gpsd /dev/serial0 -F /var/run/gpsd.sock

Then start up tracker:

sudo /usr/local/bin/tracker

sudo is needed to help get tracker into a more "real-time" mode.

Reading the data

I use software to receive the signals so my setup consists of gqrx and fldigi. Whatever you use you will want to set your RTTY config to

  • 50 baud
  • 7 bits
  • no parity
  • 2 stop bits

The carrier shift will depend on how you've setup the NTX2, mine works well around the 650 range.

Building

To build from source you will need the autotools suite. You will also need the bcm2835 library as well as the gpsd library (see links above).

Checkout the source and run:

autoreconf --install

./configure

make

sudo make install

tracker's People

Contributors

esell avatar

Stargazers

Karsten Johansson avatar

Watchers

James Cloos avatar  avatar  avatar

tracker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.