@@ -47,8 +47,7 @@ Maintainer: Miguel Luis and Gregory Cristian
4747/*!
4848 * AES encryption/decryption cipher application key
4949 */
50- #define LORAWAN_APPLICATION_KEY { 0x2F, 0x12, 0x04, 0xBA, 0x76, 0xB8, 0xB9, 0x8F, 0xDF, 0x45, 0x7F, 0x3E, 0xF7, 0x05, 0xC8, 0x0F }
51-
50+ //#define LORAWAN_APPLICATION_KEY { 0x6C, 0x66, 0xB4, 0x29, 0x31, 0x42, 0xCA, 0x74, 0x3E, 0x72, 0xEF, 0xD4, 0xC6, 0x14, 0x12, 0x90 }
5251/*!
5352 * Current network ID
5453 */
@@ -61,16 +60,18 @@ Maintainer: Miguel Luis and Gregory Cristian
6160 * a pseudo random generator seeded with a value derived from
6261 * BoardUniqueId value if LORAWAN_DEVICE_ADDRESS is set to 0
6362 */
64- #define LORAWAN_DEVICE_ADDRESS ( uint32_t )0x2601E3E
63+ #define LORAWAN_DEVICE_ADDRESS ( uint32_t )0x26011415
6564
6665/*!
6766 * AES encryption/decryption cipher network session key
6867 */
69- #define LORAWAN_NWKSKEY { 0x00, 0x31, 0x40, 0xBE, 0x96, 0x33, 0xB3, 0xCF, 0x7C, 0x8B, 0xDD, 0xAB, 0x57, 0xAE, 0xCC, 0x08 }
68+ #define LORAWAN_NWKSKEY { 0x43, 0x43, 0x9A, 0x33, 0x4C, 0x89, 0xDB, 0x6A, 0x19, 0x4D, 0x6B, 0x35, 0xAF, 0x07, 0xB9, 0x34 }
7069
7170/*!
7271 * AES encryption/decryption cipher application session key
7372 */
74- #define LORAWAN_APPSKEY { 0x2F, 0x12, 0x04, 0xBA, 0x76, 0xB8, 0xB9, 0x8F, 0xDF, 0x45, 0x7F, 0x3E, 0xF7, 0x05, 0xC8, 0x0F }
73+ #define LORAWAN_APPSKEY { 0xB6, 0x64, 0x3D, 0x93, 0x86, 0xFE, 0xB4, 0xAB, 0x52, 0x50, 0x49, 0x90, 0x55, 0x5B, 0x81, 0x26 }
74+
75+
7576
7677#endif // __LORA_COMMISSIONING_H__
0 commit comments