Update README.md

This commit is contained in:
Kyle Gabriel 2019-08-23 09:23:39 -04:00 committed by GitHub
parent 19c9e0806d
commit 1ea8ead17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,11 @@ 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 IDE Board
Follow the directions at [espressif/arduino-esp32](https://github.com/espressif/arduino-esp32)
#### Arduino IDE Library Dependencies
- [mcci-catena/arduino-lmic](https://github.com/mcci-catena/arduino-lmic)
- [mikalhart/TinyGPSPlus](https://github.com/mikalhart/TinyGPSPlus)