Skip to content

SX1261MBXBAS on L476 OTAA cant join #1068

Answered by mluis1
papadkostas asked this question in Q&A
Discussion options

You must be logged in to vote

The issue is that you are configuring the wrong key on the end-device.

As it can be seen on the comment above APP_KEY it corresponds to GEN_APP_KEY which is mean to be used when handling FUOTA packages.

{ \
/*! \
* Application root key \
* WARNING: FOR 1.0.x DEVICES IT IS THE \ref LORAWAN_GEN_APP_KEY \
*/ \
.KeyID = APP_KEY, \
.KeyValue = { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, 0x4F, \
0x3C }, \
}, \

The key you need to setup is NWK_KEY

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mluis1
Comment options

You must be logged in to vote
2 replies
@mluis1
Comment options

@papadkostas
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants