Go to file
Alexander Gabriel 42804ae7f0 cleanup 2023-11-23 17:47:01 +01:00
.vscode dateien vergessen 2023-11-05 16:38:27 +01:00
include first commit after moving to platform.io2 2023-11-05 16:29:01 +01:00
lib first commit after moving to platform.io2 2023-11-05 16:29:01 +01:00
src cleanup 2023-11-23 17:47:01 +01:00
test first commit after moving to platform.io2 2023-11-05 16:29:01 +01:00
.gitignore cleanup 2023-11-23 17:47:01 +01:00
LICENSE first commit after moving to platform.io2 2023-11-05 16:29:01 +01:00
README.MD first commit after moving to platform.io2 2023-11-05 16:29:01 +01:00
platformio.ini first commit after moving to platform.io2 2023-11-05 16:29:01 +01:00

README.MD

TTN GPS Sensor

Log GPS to ttn with float-precistion

I use this to feed ttnmapper :)

Works on Arduino Due with RFM95W and SSD1306-Display

Had to use a Due because i could not figure out how to get this running with less memory

Parts-List:

  • Arduino Due
  • RFM95 RFM95w SX1276-Module
  • Neo6G-GPS
  • SSD1306-Display (optional)

Required Libs:

  • TinyGPS++
  • SSD1306 (optional)
  • SimpleLMIC
  • MCCI_LoRaWAN_LMIC_library
  • Time
  • Timezone

Don't forget to adjust project_config.h from LMIC-Library to your needs

RENAME TTN-IDs-Template.h to TTN-IDs.h and add your EUIDS, etc.