lora_device_lib icon indicating copy to clipboard operation
lora_device_lib copied to clipboard

A LoRaWAN Device Library

Results 5 lora_device_lib issues
Sort by recently updated
recently updated
newest added

hi ! this is a great package ! but it lack of add driver for different Lora module ! could anyone help to add or adding instruction how to add...

I believe - because we use for all operands and the result the same integer type - we can simplify the function in ldl_mac.c ```c static uint32_t timerDelta(uint32_t timeout, uint32_t...

enhancement

When selecting the channel to transmit, the library is omitting that not all channels can use all SF. That is the case for AU915-928 and US902-928. I noticed that TTN...

I am having trouble importing this library to arduino?

When the node receives the command `TXParamSetupReq` the network defines if the node has to limit the uplink and downlink time to 400ms (a.k.a. dwell time) What you actually do...