|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
End-device commissioning parameters. More...
Go to the source code of this file.
Macros | |
| #define | ABP_ACTIVATION_LRWAN_VERSION LORAMAC_VERSION |
| #define | LORAWAN_REPEATER_SUPPORT false |
| #define | LORAWAN_PUBLIC_NETWORK true |
| #define | LORAWAN_NETWORK_ID ( uint32_t )0 |
End-device commissioning parameters.
Portions COPYRIGHT 2020 STMicroelectronics
Definition in file Commissioning.h.
| #define ABP_ACTIVATION_LRWAN_VERSION LORAMAC_VERSION |
WARNING ***********************************
The LoRaWAN AES128 keys are stored and provisioned on secure-elements.
This project provides a software emulated secure-element. The LoRaWAN AES128 keys SHALL be updated under src/peripherals/<secure-element name>-se\se-identity.h file.
When using ABP activation the MAC layer must know in advance to which server version it will be connected.
Definition at line 60 of file Commissioning.h.
| #define LORAWAN_NETWORK_ID ( uint32_t )0 |
Current network ID
Definition at line 75 of file Commissioning.h.
| #define LORAWAN_PUBLIC_NETWORK true |
Indicates if the end-device is to be connected to a private or public network
Definition at line 70 of file Commissioning.h.
| #define LORAWAN_REPEATER_SUPPORT false |
Indicates if the end-device support the operation with repeaters
Definition at line 65 of file Commissioning.h.