TTGO T-Beam V1.0 / V1.1
Go to file
Kyle Gabriel 91af6cd2c5 Push all files 2019-02-10 13:35:12 -05:00
src Push all files 2019-02-10 13:35:12 -05:00
LICENSE Push all files 2019-02-10 13:35:12 -05:00
README.md Push all files 2019-02-10 13:35:12 -05:00

README.md

TTN MAPPER-TRACKER

Based on the code from xoseperez/ttgo-beam-tracker, with excerpts from dermatthias/Lora-TTNMapper-T-Beam to fix an issue with incorrect GPS data being transmitted to The Things Network. I aslo added support for the US 915 MHz frequency, which is now enabled by default but can easily be changed.

This is a LoRaWAN node based on the TTGO T-Beam development platform. It uses a RFM95 by HopeRF and the MCCI LoRaWAN LMIC stack. The sample code is configured to connect to The Things Network using EU frequency, but you can easily change that.

Arduino Library Dependencies:

mcci-catena/arduino-lmic mikalhart/TinyGPSPlus ThingPulse/esp8266-oled-ssd1306