Skip to content

Commit 00580f6

Browse files
committed
doc: lora_lorawan: document LoRa Basics Modem
Document the current status of LoRaMAC-node and LoRa Basics Modem. Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent ccfee69 commit 00580f6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/connectivity/lora_lorawan/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,25 @@ to the internet through a gateway.
2323
The Zephyr implementation is based on Semtech's `LoRaMac-node library`_, which
2424
is included as a Zephyr module.
2525

26+
.. note::
27+
28+
``LoRaMac-node`` has been deprecated by Semtech in favor of
29+
`LoRa Basics Modem`_. Porting the Zephyr API's to use
30+
``LoRa Basics Modem`` as the backend is in progress.
31+
32+
Currently, only the base LoRa API is supported for the SX1261, SX1262,
33+
SX1272 and SX1276 chipsets through
34+
:kconfig:option:`CONFIG_LORA_MODULE_BACKEND_LORA_BASICS_MODEM`.
35+
36+
2637
The LoRaWAN specification is published by the `LoRa Alliance`_.
2738

2839
.. _`Semtech Corporation`: https://www.semtech.com/
2940

3041
.. _`LoRaMac-node library`: https://github.com/Lora-net/LoRaMac-node
3142

43+
.. _`LoRa Basics Modem`: https://github.com/Lora-net/SWL2001
44+
3245
.. _`LoRa Alliance`: https://lora-alliance.org/
3346

3447
Configuration Options

0 commit comments

Comments
 (0)