cancel
Showing results for 
Search instead for 
Did you mean: 

I couldnt activate my stm32-wl55Jc1 with single channel gateway (dragino-lg02) via ABP mode (Lora network). Problem is how to configure the device to transmit packets in just 1 channel.

Amin.TAYEBI
Associate II

I have a single channel lora GATEWAY (DRAGINO LGO2) since it can only transmit packets in 1 channel like 868400000, I couldnt activate my stm32-wl55Jc1 with that gateway via ABP mode. Would you please guide me to config the stm32-wl55Jc1 to transmit packets in just 1 frequency is there any solution?

1 ACCEPTED SOLUTION

Accepted Solutions
Amin.TAYEBI
Associate II

Problem solved by setting the frequency in this path (Middleware/Third_party/Lorawan/Mac/Region/RegionEU868.h) in the lorawan_end_node example and change other frequencies (868100000, 868300000, 868500000) to a single frequency like 868300000. It works.

View solution in original post

1 REPLY 1
Amin.TAYEBI
Associate II

Problem solved by setting the frequency in this path (Middleware/Third_party/Lorawan/Mac/Region/RegionEU868.h) in the lorawan_end_node example and change other frequencies (868100000, 868300000, 868500000) to a single frequency like 868300000. It works.