You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/includes/include_building_and_running.txt
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This sample can be found under :file:`samples/sid_end_device`.
11
11
12
12
To build the sample, follow the steps in the `Building and programming an application`_ documentation.
13
13
14
-
To build the sample for sub-GHz (LoRa/FSK) operation, use the ``--shield`` option with ``west build``. This configures the correct device tree overlays and pin mappings for the Semtech SX1262 shield, and enables the correct Sidewalk radio configuration.
14
+
To build the sample for sub-GHz (LoRa/FSK) operation, use the ``--shield`` option with ``west build``. This configures the correct device tree overlays and pin mappings for the Semtech radio shield (SX1262 or LR1110), and enables the correct Sidewalk radio configuration.
15
15
16
16
.. tabs::
17
17
@@ -32,3 +32,21 @@ To build the sample for sub-GHz (LoRa/FSK) operation, use the ``--shield`` optio
32
32
.. code-block:: console
33
33
34
34
west build -b nrf54l15dk/nrf54l15/cpuapp --shield nrf54l15dk_arduino_adapter --shield semtech_sx1262mb2cas
35
+
36
+
.. tab:: nrf52840dk/nrf52840 (LR1110)
37
+
38
+
.. code-block:: console
39
+
40
+
west build -b nrf52840dk/nrf52840 --shield simple_arduino_adapter --shield semtech_lr1110mb1xxs
41
+
42
+
.. tab:: nrf5340dk/nrf5340/cpuapp (LR1110)
43
+
44
+
.. code-block:: console
45
+
46
+
west build -b nrf5340dk/nrf5340/cpuapp --shield simple_arduino_adapter --shield semtech_lr1110mb1xxs
47
+
48
+
.. tab:: nrf54l15dk/nrf54l15/cpuapp (LR1110)
49
+
50
+
.. code-block:: console
51
+
52
+
west build -b nrf54l15dk/nrf54l15/cpuapp --shield simple_arduino_adapter --shield semtech_lr1110mb1xxs
|:ref:`variant_sensor_monitoring` | Demo application of Sidewalk protocol | * `nRF52840 DK`_ | * External flash (included in the DK) except `nRF54L15 DK`_ | * MCUboot - DFU partition in external flash | * ``overlay-demo.conf`` |
20
-
|| with temperature sensor monitoring. | * `nRF5340 DK`_ | * `Semtech SX1262MB2CAS`_ (only for the configurations with LoRa or FSK) | * Application partition size = 956 kB ||
20
+
|| with temperature sensor monitoring. | * `nRF5340 DK`_ | * `Semtech SX1262MB2CAS`_ or LR1110MB1xxS (LoRa/FSK only) | * Application partition size = 956 kB ||
0 commit comments