2021-07-09 09:34 AM
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?
Solved! Go to Solution.
2021-07-12 02:45 AM
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.
2021-07-12 02:45 AM
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.