Lora-net / SWL2001

LoRa Basics Modem LoRaWAN stack
BSD 3-Clause Clear License
87 stars 50 forks source link

Downlink messages not reported immediately to the application #27

Open PascalBod opened 7 months ago

PascalBod commented 7 months ago

Environment

The example application is modified as follows:

The application is built with the following command:

$ make sx1261

The cloud application replies to every uplink message with a one-byte message containing a counter incremented for each received uplink message.

The blue button is pushed periodically at a frequency of around 2 pushes per second.

Symptom

For some messages, the application is not immediately informed of the reception of a downlink message. Some of the delivery delays are between 5 and 11 s. Some other delays may be infinite, if the application does not poll the LBM stack, by calling smtc_modem_run_engine.

More information

The attached log file provides more information about what happened:

20231205-1420-main_exti-downlink2.txt

PascalBod commented 6 months ago

Would the new version (4.3.0) correct this behavior?

lbm-team commented 3 months ago

Hello,

Have you tried with the new version? Best

PascalBod commented 3 months ago

Yes. As I was not getting any feedback here, I created a support case on the Semtech website. There, I was asked for information about the client project I'm working on. As this project is currently still confidential, it was not possible for me to provide this information. Consequently, I did not get an answer to my question :slightly_frowning_face:

opeyrard commented 1 month ago

Could you please check with latest version of SWL2001 and let us know if issue remains ? Many thanks