Miguel Luis

Results 25 comments of Miguel Luis

Thanks for the fix. May I ask you to propose a PR containing this fix? Another question, which compiler options have you used to generate these warnings? So far I...

@janakj Could you please propose a pull-request to add the possibility to send empty FRMPayload with FPort being present in the uplink frame?

Thanks for the report we will investigate this as soon as possible. We have recently refactored the way the duty-cycle is managed please refer to commit b6f383c2c66059f73c44cf7a1ec7bc20ecef3502. This commit was...

I have just run a test session using the `periodic-uplink-lpp` example released with 4.7.0 version and I do not observe the issue that you have. The node transmits the 24...

The last time we have made a modification to `timer.h` file was on October 2019 and to `timer.c` it was on December 2018. The `minTimeToWait` variable which is used to...

@omogenot The described behavior is present in LoRaWAN specifications since version 1.0.1. The chapter title is "Retransmissions back-off". This project implements such behavior since LoRaWAN 1.0.1 as can be seen...

I am sorry for the low pace on answering questions. In general I agree with most of the provided comments. As I have already stated the current implementation is in...

Please find attached a patch implementing what I described in my last post. [backoff_algorithm_update.patch.txt](https://github.com/Lora-net/LoRaMac-node/files/12463667/backoff_algorithm_update.patch.txt) **Please ensure to reset the NVM memory once the updated firmware is updated on the end-device....

Have you commented the following line https://github.com/Lora-net/LoRaMac-node/blob/2bf36bde72f68257eb96b5c00900619546bedca8/src/apps/LoRaMac/common/LmHandler/packages/LmhpClockSync.c#L343-L347 If you have not the following lines will prevent the rest of the code in `LmhpClockSyncOnMcpsIndication` function to be run as the time...

Sorry for the late comment on this issue. If I am not mistaken the stack always call `RadioSetTxConfig` prior to setting the radio in Tx mode. Thus, we think that...