lnlp / LMIC-node

LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node quickly up and running. LMIC-node supports many popular (LoRa) development boards out of the box. It uses the Arduino framework, the LMIC LoRaWAN library and PlatformIO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spreading Factor can't be set

neo7530 opened this issue · comments

Hey,

How can i change the default SF from 7 to 9? Have done that in LMIC-node.h const dr_t DefaultABPDataRate = DR_SF9; but it still does Transmission with SF7 all times. Have disabled ADR too, but nothing changes...

This is related to how the MCCI LMIC library works. Better ask your question there: https://github.com/mcci-catena/arduino-lmic or try The Things Network forum.