Giter Club home page Giter Club logo

ttn-gps-tracker's Introduction

ttn-gps-tracker

An Arduino Sketch for an GPS-Tracker to work with The Things Network. This Sketch uses TinyGPSPlus https://github.com/mikalhart/TinyGPSPlus the Rocketscream Low-Power library https://github.com/rocketscream/Low-Power and the Arduino LMIC-Library by MCCI Catena https://github.com/mcci-catena/arduino-lmic The hardware used is an Afafruit Feather 32u4 Lora with the Ultimate GPS featherwing.

To fit into the memory of the 32U4 with the MCCI Catana LMIC, please add the follwoing lines to your lmic_project_config.h

  #define DISABLE_PING
  #define DISABLE_BEACONS

For the non OTAA version it is also possible to disable JOIN and free up more memory

  #define DISABLE_JOIN

Please keep in mind that you have to delete/uncomment these settings for other projects.

The folder ttn contais the payload decoder for TTN (V2) and TTS (V3).

The folder node-red contains a sample flow adding a geohash and storing data in InfluxDB.

Changes:

  • Added versions for OTAA and LowPower
  • Enable SBAS
  • Added support for TTN Mapper integration from within TTN console (HDOP, Altitude, Payload Decoder with correct syntax)
  • updated to use TinyGPSPlus

ttn-gps-tracker's People

Contributors

bjoerns-tb avatar rzahoransky avatar

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.