Semtech LoRa Basics Modem Team
Semtech LoRa Basics Modem Team
Hi [BartomeuHeer](https://github.com/BartomeuHeer), To use LR-FHSS with LBM stack the network server must send a NewChannelReq with the frequency and the datarate range that allow LR-FHSS. To parameter your own ADR...
Hello, Have you tried with the new version? Best
Hello bdesterBE, Have you read the porting guide first: https://github.com/Lora-net/SWL2001/blob/master/lbm_lib/PORTING_GUIDE.md and have you tried running the porting tool: https://github.com/Lora-net/SWL2001/blob/master/lbm_examples/main_examples/main_porting_tests.c Best
Hi, Have you tried running the porting tool: https://github.com/Lora-net/SWL2001/blob/master/lbm_examples/main_examples/main_porting_tests.c Best
Hello, thank you for using LBM Can you check if you didn't delete the line of code inadvertently ? https://github.com/Lora-net/SWL2001/blob/d05dad5b4df9c0e5899008e43bfce48f5498abb5/lbm_lib/smtc_modem_core/lorawan_packages/lorawan_certification/lorawan_certification.c#L560 The `lorawan_api_join_status_clear()` is present in the master branch Best Regards
Hi, Yes, this behavior is expected due to how LoRa PHY layer works. The raw data rate you’re calculating is influenced by time-on-air (ToA), which includes fixed protocol overheads that...
Hi, In a first step, could you please measure output power on your antenna to be sure the RF switch is correctly managed ? Please let us know. Many thanks,...
Hi, BSP file must be updated by customer depending on his board to optimize output power versus power consumption. Feel free to fill-in with your own measurements. Thanks & best...
Hi, To answer your point, Datasheet is correct. BSP implemented into the code doesn't reflect all the configurations but can be optimized at your convenience. Please refer to https://github.com/Lora-net/SWSD003/blob/master/libs/smtc-shields/sx126x/src/smtc_shield_sx1262mb1cas.c#L55 to...
The LBM implementation is a direct translation of the MATLAB code. Let me explain: ## Handling of Fragments In the LBM implementation, the **uncoded fragments** are handled separately, and only...