-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Hi All,
I'm currently working on an application using LRWAN from the ST-Cube package which I understand uses this project for the Radio stack. I understand that this project deviates from the releases ST makes, but the activity on these posts and some of fixes I have seen have been applicable to the version we are implementing (a version of 1.2.0 which is being patched)
My current issue is that while I can successfully send uplinks with the device I only sporadically receive downlinks from the backend. This is observed in Class A device type, with both ABP and OTAA, and with either ADR set to 0 or 1.
The device typically receives it's first downlink from the LoRaWAN network, and responds to the MAC commands from the downlink. Following the first downlink however the device services downlinks without an apparent pattern. My observation is that either there is a receive window issue which prevents the device from receiving subsequent frames. My question is if anyone else has been experiencing these issues with either the ST code releases or this project, in either AS923 or other regions.
I can provide further details on the device configuration and fixes implemented based on issues raised on this project as necessary.