2023-06-12 01:16 PM - edited 2023-11-20 03:24 AM
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:
Does this mean the LRWAN1 board is dead?
2023-08-20 03:49 AM
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 :(