cancel
Showing results for 
Search instead for 
Did you mean: 

I-NUCLEO-LRWAN1 wrong APPEUI

YLebo.1
Associate

I just bought a LRWAN2 pack, I was able to connect the gateway to the TTN network and application server. But the APPEUI i the join request was wrong (only zeroes). So I plugged an oscilloscope on the RX and TX pins an it shows that:


_legacyfs_online_stmicro_images_0693W00000dDdTxQAK.pngDoes this mean the LRWAN1 board is dead?

1 REPLY 1
Ronny Landsverk
Associate III

I'm having the same problem. Reading the memory 0x08080000 on the NUCLEO gives the correct DevEUI, but reading memory 0x08080008 gives me zeros only. Furthermore, I included the code-snippet

uint8_t AppEUI[8] = {0xAB, 0xAB, 0xAB, 0xAB; 0xAB, 0xAB, 0xAB, 0xAB};
uint8_t *ptr = &AppEUI;
LoRa_SetAppID(ptr);

in the AT_Master project, but still the memory  0x08080008 is all zeros :(