Skip to content

A possible problem in the variant LORA-E5-MINI (LOAR-E5) (Wio E5) #3001

Description

@mhmayyan

Hi there

I think there is a problem in the variant
variants/STM32WLxx/WL54JCI_WL55JCI_WLE4J(8-B-C)I_WLE5J(8-B-C)I/variant_LORA_E5_MINI.h

It has
#define LORAWAN_RFSWITCH_RFO_LP_VALUES HIGH,HIGH
This caused my node to transmit about 24 times at 1/min to ChirpStack. Then it stopped. I read the Seeed Wio E5 HF documentation, and it says that this module transmits at high power only.

I modified the line as follows
#define LORAWAN_RFSWITCH_RFO_LP_VALUES LOW,HIGH
This is to prevent the LoRaWAN stack from forcing the node to use low transmission power because the module does not have this capability.

It now works for me with this modification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Something isn't working

    Type

    No fields configured for Bug.

    Projects

    Status
    To do

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions