Code for a TTNMapper node with GPS running on a TTGO "T-Beam v10" node, based on Lora-TTNMapper-T-Beam by DeuxVis
- Copyright sbiermann - https://github.com/sbiermann/Lora-TTNMapper-ESP32
- Copyright cyberman54 - https://github.com/cyberman54/ESP32-Paxcounter
- Copyright Edzelf - https://github.com/Edzelf/LoRa
- Copyright DeuxVis - https://github.com/DeuxVis/Lora-TTNMapper-T-Beam
- Copyright 2020 noppingen - https://github.com/noppingen/Lora-TTNMapper-T-Beam-v10
Hacked a quick & dirty fix for revision v1.0 (v10) boards marked T22_v1.0, 20190612
- Change TX/RX pins in
gps.h
- Add support for the AXP20X power controller
- Init / switch on the power controller
- More diag output on serial interface
- Display of distance to your mapped "home" gateway
- Add required libraries
- Set TTN
NWKSKEY
,APPKSKEY
andDEVADDR
inconfig.h
- Set gateway GPS coordinates to get the distance displayed on your way in
gps.h
- Change bands if you are not in the EU868 region
- Print my case: Thingiverse
- Activation method is set to ABP
- TTN decoder script is here