Hi Quency
I modify the parameters based on your suggestions. Below the modifications on the program
uint32_t license[4] = {0xDF470836, 0xDC9726B8, 0x75357572, 0x4A43705E}; //0xDF470836,0xDC9726B8,0x75357572,0x4A43705E
/* OTAA para*/
//uint8_t DevEui[] = { 0x22, 0x32, 0x33, 0x00, 0x00, 0x88, 0x88, 0x02 }; b4fd0d05613c
uint8_t DevEui[] = { 0xb4, 0xfd, 0x0d, 0xff, 0xfe, 0x05, 0x61, 0x3c }; //b4fd0d05613c
//uint8_t AppEui[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
uint8_t AppEui[] = { 0x2F, 0xCA, 0x6F, 0x2C, 0x17, 0xDE, 0x92, 0x00 }; ////2FCA6F2C17DE9200
//uint8_t AppKey[] = { 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x66, 0x01 };
uint8_t AppKey[] = { 0x27, 0x64, 0xA2, 0x71, 0x67, 0x07, 0x11, 0x09, 0x2F, 0xCA, 0x6F, 0x2C, 0x17, 0xDE, 0x92, 0x00 }; //2764A27167071109
/* ABP para*/
uint8_t NwkSKey[] = { 0x15, 0xb1, 0xd0, 0xef, 0xa4, 0x63, 0xdf, 0xbe, 0x3d, 0x11, 0x18, 0x1e, 0x1e, 0xc7, 0xda,0x85 };
uint8_t AppSKey[] = { 0xd7, 0x2c, 0x78, 0x75, 0x8c, 0xdc, 0xca, 0xbf, 0x55, 0xee, 0x4a, 0x77, 0x8d, 0x16, 0xef,0x67 };
uint32_t DevAddr = ( uint32_t )0x007e6ae1;
And have the same error.
Any other suggestion?
F Medina