Giter Club home page Giter Club logo

overlookhorizon / olhzn_track Goto Github PK

View Code? Open in Web Editor NEW
16.0 6.0 2.0 12.29 MB

OLHZN Arduino Mega High Altitude Weather Balloon APRS Radio Tracking & Data Logger

Home Page: http://overlookhorizon.com

License: GNU General Public License v3.0

C 3.60% C++ 96.40%
arduino weather weather-balloon weather-balloon-tracker high-altitude-balloon data-logging data-logger aprs aprs-tracker aprs-beacon rtty radio-transmission weather-ballon amateur-radio ham-radio

olhzn_track's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

spencerx jafo2128

olhzn_track's Issues

String class

This currently utilizes the String class which has some known issues that may contribute to Arduino crashes/freezing/restarts. We intend to replace this by Spring 2018. Particularly, the String class is used to cast floats and write them to the SD card with fewer decimal places.

Ascent Rate / Descent Rate logging errors

Ascent/Descent rates occasionally calculate an incorrect value resulting in extreme high or extreme low values logged to the SD card log file. Likely a calculation error that just hasn't been explored yet.

NewTone / APRS / SD Timer Conflicts

This currently utilizes the NewTone library to control the Piezo speaker/alarm. This library utilizes Timer 1 on the Arduino which may be conflicting with our other timer operations that also utilize the same timer for APRS and/or SD card writes. APRS operations may also be conflicting with SD card operations. Need to investigate this for resolution.

As far as I'm aware:

NewTone = Timer 1
APRS = Timer 2
SD Card = SPI (??) using digital pins 10, 11, 12 & 13

Not sure how the SD card is running off of pins 10, 11, 12 & 13 via Arduino Mega. Seems like this shouldn't work, but somehow I got it to work and I don't remember how. Software SPI? Maybe Magic? Who knows....?

GPS Power Saving would be nice

The TinyGPS++ library that this utilizes does not currently take advantage of any GPS power saving methods. It would be a nice enhancement.

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.