File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
doc/connectivity/lora_lorawan Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,25 @@ to the internet through a gateway.
23
23
The Zephyr implementation is based on Semtech's `LoRaMac-node library `_, which
24
24
is included as a Zephyr module.
25
25
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
+
26
37
The LoRaWAN specification is published by the `LoRa Alliance `_.
27
38
28
39
.. _`Semtech Corporation` : https://www.semtech.com/
29
40
30
41
.. _`LoRaMac-node library` : https://github.com/Lora-net/LoRaMac-node
31
42
43
+ .. _`LoRa Basics Modem` : https://github.com/Lora-net/SWL2001
44
+
32
45
.. _`LoRa Alliance` : https://lora-alliance.org/
33
46
34
47
Configuration Options
You can’t perform that action at this time.
0 commit comments