Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: GeoPosition Senet_Packet lib_gps lib_mma8451q lib_mpl3115a2 lib_sx9500 lmic_MOTE_L152RC mbed-src
Diff: Commissioning.h
- Revision:
- 4:059d004186ed
- Parent:
- 2:b9b2840d0d8b
- Child:
- 6:79fcda1280fc
- Child:
- 12:678b10e19810
--- a/Commissioning.h Mon May 23 18:22:02 2016 +0000 +++ b/Commissioning.h Thu Aug 11 15:45:38 2016 +0000 @@ -1,8 +1,25 @@ +#define MOTE_4AF + +#ifdef MOTE_27C +// Senet Developer Application EUI +u1_t reverse_APPEUI[8]={0x00,0x25,0x0C,0x00,0x00,0x01,0x00,0x02}; + +// Device EUI +u1_t reverse_DEVEUI[8]={0x00,0x025,0x0C,0x01,0x00,0x00,0x02,0x7C}; + +// Device Application Key (Get this from Developer Portal Device configuration) +u1_t DEVKEY[16]= {0x9A,0x41,0xE1,0x39,0x5F,0xD6,0xCE,0x43,0x97,0xA7,0x7B,0x94,0x5A,0x0F,0x1E,0x28}; +#endif + +#ifdef MOTE_4AF // Senet Developer Application EUI u1_t reverse_APPEUI[8]={0x00,0x25,0x0C,0x00,0x00,0x01,0x00,0x01}; // Device EUI -u1_t reverse_DEVEUI[8]={0x00,0x025,0x0C,0x01,0x00,0x00,0x00,0x00}; +u1_t reverse_DEVEUI[8]={0x00,0x025,0x0C,0x01,0x00,0x00,0x04,0xAF}; // Device Application Key (Get this from Developer Portal Device configuration) -u1_t DEVKEY[16]={0x00,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; \ No newline at end of file +u1_t DEVKEY[16]= {0xB4,0x09,0xC5,0x15,0x64,0xA3,0xC8,0x18,0x4D,0x98,0x77,0xEC,0x6F,0x8A,0xB2,0x61}; // PROD +//u1_t DEVKEY[16]= {0x83,0x28,0xA5,0x0B,0xB1,0x05,0x12,0x9D,0xA5,0x3A,0xBF,0x0B,0xBB,0xBC,0x52,0x22}; // DEV + +#endif \ No newline at end of file