Setting LoRa region in firmware vs. code - a difference?



  • Dear all,

    when updating firmware, we are choosing a region for Lora, which then determines

    Asia = LoRa.AS923

    Australia = LoRa.AU915

    Europe = LoRa.EU868

    United States = LoRa.US915

    Does this just define a default, or does it do more?

    As i can also set this in my python code, like so:

    lora = LoRa(mode=LoRa.LORAWAN, region=LoRa.AS923)

    The reason i m asking:
    we have two different LoPys here:

    1/
    FW Asia,
    code; lora = LoRa(mode=LoRa.LORAWAN)

    2/
    FW Europe,
    code: lora = LoRa(mode=LoRa.LORAWAN, lora = LoRa(mode=LoRa.LORAWAN, region=LoRa.AS923)

    and they seem to behave differently.

    Does it make a difference?

    thanks in advance,
    greetings from Bangkok,
    Sebastian



  • @sebastian-bttrch Please can you specify what differences you are noticing ?


Log in to reply
 

Pycom on Twitter