/ttn-gps-tracker

GPS Tracker for TTN

Primary LanguageC++GNU General Public License v3.0GPL-3.0

ttn-gps-tracker

This is the first commit of an Arduino Sketch for an GPS-Tracker to work with The Things Network. This Sketch uses TinyGPS, the Arduino LMIC-Library by Matthijs Kooijmanand and the hartware serial of an Adafruit Feater LoRa. I use sample Code from Pieter Hensen https://github.com/Teumaat/ttn-tracker

The folder ttn contais the payload decoder for TTN.

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)