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
Commissioning.h@4:059d004186ed, 2016-08-11 (annotated)
- Committer:
- dkjendal
- Date:
- Thu Aug 11 15:45:38 2016 +0000
- Revision:
- 4:059d004186ed
- Parent:
- 2:b9b2840d0d8b
- Child:
- 6:79fcda1280fc
- Child:
- 12:678b10e19810
Add support for sending sensor messages
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dkjendal | 4:059d004186ed | 1 | #define MOTE_4AF |
dkjendal | 4:059d004186ed | 2 | |
dkjendal | 4:059d004186ed | 3 | #ifdef MOTE_27C |
dkjendal | 4:059d004186ed | 4 | // Senet Developer Application EUI |
dkjendal | 4:059d004186ed | 5 | u1_t reverse_APPEUI[8]={0x00,0x25,0x0C,0x00,0x00,0x01,0x00,0x02}; |
dkjendal | 4:059d004186ed | 6 | |
dkjendal | 4:059d004186ed | 7 | // Device EUI |
dkjendal | 4:059d004186ed | 8 | u1_t reverse_DEVEUI[8]={0x00,0x025,0x0C,0x01,0x00,0x00,0x02,0x7C}; |
dkjendal | 4:059d004186ed | 9 | |
dkjendal | 4:059d004186ed | 10 | // Device Application Key (Get this from Developer Portal Device configuration) |
dkjendal | 4:059d004186ed | 11 | u1_t DEVKEY[16]= {0x9A,0x41,0xE1,0x39,0x5F,0xD6,0xCE,0x43,0x97,0xA7,0x7B,0x94,0x5A,0x0F,0x1E,0x28}; |
dkjendal | 4:059d004186ed | 12 | #endif |
dkjendal | 4:059d004186ed | 13 | |
dkjendal | 4:059d004186ed | 14 | #ifdef MOTE_4AF |
shaunkrnelson | 0:46990814dc89 | 15 | // Senet Developer Application EUI |
shaunkrnelson | 0:46990814dc89 | 16 | u1_t reverse_APPEUI[8]={0x00,0x25,0x0C,0x00,0x00,0x01,0x00,0x01}; |
shaunkrnelson | 0:46990814dc89 | 17 | |
shaunkrnelson | 0:46990814dc89 | 18 | // Device EUI |
dkjendal | 4:059d004186ed | 19 | u1_t reverse_DEVEUI[8]={0x00,0x025,0x0C,0x01,0x00,0x00,0x04,0xAF}; |
shaunkrnelson | 0:46990814dc89 | 20 | |
shaunkrnelson | 0:46990814dc89 | 21 | // Device Application Key (Get this from Developer Portal Device configuration) |
dkjendal | 4:059d004186ed | 22 | u1_t DEVKEY[16]= {0xB4,0x09,0xC5,0x15,0x64,0xA3,0xC8,0x18,0x4D,0x98,0x77,0xEC,0x6F,0x8A,0xB2,0x61}; // PROD |
dkjendal | 4:059d004186ed | 23 | //u1_t DEVKEY[16]= {0x83,0x28,0xA5,0x0B,0xB1,0x05,0x12,0x9D,0xA5,0x3A,0xBF,0x0B,0xBB,0xBC,0x52,0x22}; // DEV |
dkjendal | 4:059d004186ed | 24 | |
dkjendal | 4:059d004186ed | 25 | #endif |