Hello,
I am using the LilyGo T3 V1.6.1 LoRa module with lmic library. When I use the OTAA procedure, everything works fine.
For battery‑powered operation I tried switching to ABP. Unfortunately, no messages are arriving in the application.
I can see the messages on the gateway, but they never reach the application.
There are no errors, no hints, and the device is never shown as seen.
Disable frame counter validation is active.
I tried most of the examples and hints from the internet, but none of them were helpful.
Is there any possibility to look inside ChirpStack using the terminal and find out why the messages are rejected?
I am using ChirpStack Gateway OS 4.12.0 on a Raspberry Pi 4.
Thank you