Senet / Senet NAMote

Dependencies:   GeoPosition Senet_Packet lib_gps lib_mma8451q lib_mpl3115a2 lib_sx9500 lmic_MOTE_L152RC mbed-src

Commissioning.h

Committer:
dkjendal
Date:
2016-08-11
Revision:
4:059d004186ed
Parent:
2:b9b2840d0d8b
Child:
6:79fcda1280fc
Child:
12:678b10e19810

File content as of revision 4:059d004186ed:

#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,0x04,0xAF};

// Device Application Key (Get this from Developer Portal Device configuration)
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