SWL2001 icon indicating copy to clipboard operation
SWL2001 copied to clipboard

LoRa Basics Modem LoRaWAN stack

Results 75 SWL2001 issues
Sort by recently updated
recently updated
newest added

I noticed that when ral_get_lora_rx_consumption_in_ua is called. rx_boosted is always set to false. Our PCB uses the sx1261 powered with a 1.8V power supply, the implementation to track consumption only...

Hello, I've combined the examples 1_thread_x_on_stm32_u5 and 3_geolocation_on_lora_edge to create a new example for the NUCLEO-U5A5ZJ-Q Board. I've deleted the ThreadX stuff and used the application from 3_geolocation_on_lora_edge to get...

I get `ERROR: Region (0x0) in nvm context not supported` when starting up. Is it possible to write to flash, and when should that be done?

I'm looking to implement a simple Class A node, using SX1276 (RFM95) on a custom PCB. Why is it marked experimental, how useful is it in practice compared to another...

Hello, If here isn't the place for such support, please tell me where should I write? I'm trying to use LBM on Nucleo-L073 with SX1261MB2xAS board. That configuration don't require...

Hello lbm-team, We encounter some issues during LCTT testing. We will be delighted to have feedback on the issues described below. **Environment** - ISP4520-EU-ST module (nRF52832 + SX1261) - LBM...

Hello, I have a gateway capable to demodulate LR-FHSS messages, so I wanted to test it. I know there is a component in the lr11xx drivers which is responsible for...

Hey! In the preview version of the SWL2001 lib I saw that there is an implementation on TR Multicast D2D and I did not find any sign of this in...

# Environment * NUCLEO-L476RG board * SX1261MB2xAS shield * LBM 3.3.0 The example application is modified as follows: * The `nb_downlink` (`smtc_modem.c`) variable is printed: ```C uint32_t smtc_modem_run_engine( void )...