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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-09 9: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.
- Labels:
-
LoRa
-
STM32WL series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-12 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-12 2: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.
