diff --git a/README.md b/README.md index c967f99..1e13dba 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,16 @@ Several data encodings are supported: Experimental support for Helium LoRaWAN, NB-IOT. Possible future support for Sigfox. +## Configuration + +### TheThingsNetwork configuration +The application requires an API key with the following rights + +![TTN API key](ttn-api-key.png) + +Make sure to copy/save it to another place immediately after creating in on the TTN console. + +### Application configuration Application example config file (YAML): ~~~~ diff --git a/ttn-api-key.png b/ttn-api-key.png new file mode 100644 index 0000000..0d48467 Binary files /dev/null and b/ttn-api-key.png differ