Skip to content

Commit e5ff442

Browse files
ktaborowskiRobertGalatNordic
authored andcommitted
doc: semtech shield
Add documentation Signed-off-by: Krzysztof Taborowski <[email protected]>
1 parent f3d760b commit e5ff442

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/includes/include_building_and_running.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,25 @@ This sample can be found under :file:`samples/sid_end_device`.
1010
You do not have to repeat it for every sample rebuild.
1111

1212
To build the sample, follow the steps in the `Building and programming an application`_ documentation.
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.
15+
16+
.. tabs::
17+
18+
.. tab:: nrf52840dk/nrf52840
19+
20+
.. code-block:: console
21+
22+
west build -b nrf52840dk/nrf52840 --shield semtech_sx1262mb2cas
23+
24+
.. tab:: nrf5340dk/nrf5340/cpuapp
25+
26+
.. code-block:: console
27+
28+
west build -b nrf5340dk/nrf5340/cpuapp --shield semtech_sx1262mb2cas
29+
30+
.. tab:: nrf54l15dk/nrf54l15/cpuapp
31+
32+
.. code-block:: console
33+
34+
west build -b nrf54l15dk/nrf54l15/cpuapp --shield nrf54l15dk_arduino_adapter --shield semtech_sx1262mb2cas

0 commit comments

Comments
 (0)