I programmed the Seeed LoRa-5E Mini board from STM32CubeIDE and joined it to ChirpStack Gateway Bridge.
And all work for only two uplinks ended from that device. Next uplinks have problems:
90s041:VDDA= 254
90s045:TX on freq 868300000 Hz at DR 5
90s048:SEND REQUEST
90s120:MAC txDone
91s103:RX_1 on freq 868300000 Hz at DR 5
91s149:IRQ_RX_TX_TIMEOUT
91s149:MAC rxTimeOut
92s154:RX_2 on freq 869525000 Hz at DR 0
92s352:IRQ_RX_TX_TIMEOUT
92s352:MAC rxTimeOut.
From the point of view of the ChirpStack application server, it looks the following:
Every reset of LoRa-5E gives another device address.
The device address from the configuration in se-identity.h (when joining the gateway) differs from that the ChirpStack receives.
Is it wrong? What should I do to confirm uplink?