diff --git a/README.md b/README.md index 3cc7238..369e611 100644 --- a/README.md +++ b/README.md @@ -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)