![](/media/cache/group/Semtech_stack_color_logo_highres.jpg.50x50_q85.jpg)
Bootcamp application example using LoRaWAN-lib MAC layer implementation. Provides an application example controlling a 3 color LED and a light sensor.
Dependencies: mbed Chainable_RGB_LED DigitDisplay LoRaWAN-lib SX1272Lib
Fork of LoRaWAN-demo-72 by
For a detailed description of the LoRaWAN operations, please visit the MBED dedicated page at https://developer.mbed.org/teams/Semtech/code/LoRaWAN-demo-72/
Diff: app/Comissioning.h
- Revision:
- 5:fa113b25f612
- Parent:
- 0:45496a70a8a5
- Child:
- 7:ceb4063e6863
--- a/app/Comissioning.h Mon Mar 14 09:19:11 2016 +0000 +++ b/app/Comissioning.h Fri May 13 15:51:40 2016 +0000 @@ -29,9 +29,14 @@ #if( OVER_THE_AIR_ACTIVATION != 0 ) /*! + * IEEE Organizationally Unique Identifier ( OUI ) (big endian) + */ +#define IEEE_OUI 0x11, 0x22, 0x33 + +/*! * Mote device IEEE EUI (big endian) */ -#define LORAWAN_DEVICE_EUI { 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88 } +#define LORAWAN_DEVICE_EUI { IEEE_OUI, 0x44, 0x55, 0x66, 0x77, 0x88 } /*! * Application IEEE EUI (big endian)