LoRaMac-node icon indicating copy to clipboard operation
LoRaMac-node copied to clipboard

Reference implementation and documentation of a LoRa network node.

Results 76 LoRaMac-node issues
Sort by recently updated
recently updated
newest added

Related issue: #1529 Draft implementation for Nucleo073RZ board.

The fix for #1349 (e5076e13be4993aa81c5c5959a2c310e3100c486) calculates the windows without first checking if the processing delay was *longer* the rx window delay. This may causes a negative result to be passed...

Everywhere else `` is used, so this appears to be an oversight.

## Description AU915 will not compile due to a missing line (it uses a function in RegionBaseUS.c) ## Steps to reproduce Command: ``` cmake -DCMAKE_BUILD_TYPE=Release \  ✔  idf4.4_py3.8_env...

During CE certification we are able to observe what we believe is the bug with antenna switch handling for some SX1276-boards.c implementations. Our device uses [B-L072Z-LRWAN1](https://github.com/Lora-net/LoRaMac-node/tree/master/src/boards/B-L072Z-LRWAN1) as the reference. In...

When I test FUOTA with multicast, the STM32 board received the message (CLOCK_SYNC_APP_TIME_ANS) from network server, the function SysTimeSet() can't set correct time to the system. in LmhpClockSync.c case CLOCK_SYNC_APP_TIME_ANS:...

Hello, I had to edit gpio.h for my microcontroller (Maxim MX32670) which has 32 gpios per port. As such, I had to edit the variable type of "pinIndex" within Gpio_t...

enhancement

The following code is never executed due to the conditon always being false. The effect is that the Group 1 data is not checked for validity before restoration, which could...

The remaining parameters would be better handled via LmHandlerParams than using macros that must be defined by the application source.

enhancement