8 years, 5 months ago.

Radio Configuration File

Hello:

I am trying to configure the LORA radio characteristics in this program, but I am having trouble finding where they are defined. I wanted to change the frequency band, channel operation, TX power, etc. I appreciate any tips that lead me in the right direction. Thanks!

Question relating to:

LoRaWAN Class A node example based on IBM LoRa MAC in C (LMiC) implementation

1 Answer

8 years, 5 months ago.

Are defined in LMiC library as defined in the LoRaWAN R1.0 specification.

Exactly here: https://developer.mbed.org/teams/Semtech/code/LMiC/file/d3b7bde3995c/lorabase.h

You just need to define CFG_eu868 for Europe or CFG_us915 for the US

Accepted Answer

Thank you very much!

posted by Eduardo Garcia 24 Nov 2015