update README

This commit is contained in:
Kyle Gabriel 2019-04-03 20:54:27 -04:00
parent 1cb13822c2
commit 19c9e0806d
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@ It uses a RFM95 by HopeRF and the MCCI LoRaWAN LMIC stack. This sample code is c
To start, install the dependencies, below. Then edit ```src/credentials.h``` to use either ```USE_ABP``` or ```USE_OTAA``` and the Keys/EUIs for your Application's Device from [The Things Network](https://www.thethingsnetwork.org/). Add the TTN Mapper integration to your Application (and optionally the Data Storage integration if you want to access the GPS location information yourself). Compile the code and upload it to your TTGO T-Beam. Turn on the device and once a GPS lock is acquired, the device will start sending data.
Arduino Library Dependencies:
#### Arduino Library Dependencies
- [mcci-catena/arduino-lmic](https://github.com/mcci-catena/arduino-lmic)
- [mikalhart/TinyGPSPlus](https://github.com/mikalhart/TinyGPSPlus)
- [ThingPulse/esp8266-oled-ssd1306](https://github.com/ThingPulse/esp8266-oled-ssd1306)
#### The TTGO T-Beam development platform
### The TTGO T-Beam development platform
![TTGO T-Beam 01](img/TTGO-TBeam-01.jpg)