Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

lorabasics/lorabasicsmodem

Repository files navigation



Notice: LoRa Basics Modem (SWL200L) v1.0.x has been retired effective 2024-07-01.

The LoRa Basics Modem L2 library (SWL200L) will receive no further enhancements and/or bug fixes. Going forward, the L2 library and usage examples are bundled within the LoRa Basics Modem L2 library release v4.5.0 (and onward) development repository (http://github.com/lora-net/SWL2001/tree/v4.5.0). The examples included in the SWL2001 repository target application use-cases instead of atomic demonstrations of functionality. The SWL2001 repository now contains multiple reference implementations targeting different MCU and RTOS architectures and as such offers more example code regarding how to port LBM to new platforms.

Support requests for earlier versions should be directed to https://semtech.my.site.com/ldp/ldp_support



Features description


Hardware specificities

Reference board

The soft modem reference board is ST Microelectronics NucleoL073 + Semtech SX1280 dev kit board

Supported Radios

Semtech sx1280


PROTOCOL

Version

The protocol version that is currently implemented in the modem emulates LoRaWAN 1.0.3 at 2.4GHz


Supported Modem Services

Large files upload

Build options


Toolchain choice

The gcc compiler bin path can be either defined in make command via GCC_PATH variable either it can be added to the PATH environment variable.

make GCC_PATH=xxx


Clean options

Clean the current build directories:

make clean


Soft Modem 2G4

make modem_2_4

The Binary file will like: /build/build_modem_2_4/soft_modem_2g4.bin


General options

-j option can be added to the make command in order to fasten the build using all machine cores

To make from scratch all the targets quickly

make clean; make all -j


Hardware modem overlay

Just add hard_modem after the chosen target
Example: to build all targets with hardware modem activated:

make clean; make all -j hard_modem


Board options

In the Makefile file, the default board BOARD_L073 is used to compile HAL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages