Lora-net / SWL2001

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

ACK on uplink and duty cycle. #63

Open BartomeuHeer opened 1 month ago

BartomeuHeer commented 1 month ago

Hello,

I wanted to know if for the periodical uplink code if we can send uplink messages with ACK.

About the duty cycle, I have noticed that the uplink messages are hardcoded to send each 60 seconds independly of the data rate, thus not respecting the duty cycle. Is there a way to configure it so that the uplinks respect the duty cycle?

Thank you very much,

Bartomeu.

opeyrard commented 3 weeks ago

Hi, LoRa Basics Modem respects natively the duty cycle requirements. We let you experiment it by yourself. Many thanks

BartomeuHeer commented 3 weeks ago

Thank you for the response.

Also, is there a way to enable acknowledged uplink messages from the code?

opeyrard commented 1 week ago

Hi, You will find all the details in smtc_modem_api.h Many thanks