1.. _semtech_sx1262mb2das:
2
3Semtech SX1262MB2DAS LoRa Shield
4################################
5
6Overview
7********
8
9The Semtech SX1262MB2DAS LoRa shield is an Arduino
10compatible shield based on the SX1262 LoRa transceiver
11from Semtech.
12
13More information about the shield can be found
14at the `mbed SX1262MB2xAS website`_.
15
16Pins Assignment of the Semtech SX1262MB2DAS LoRa Shield
17=======================================================
18
19+-----------------------+-----------------+
20| Shield Connector Pin  | Function        |
21+=======================+=================+
22| A0                    | SX1262 RESET    |
23+-----------------------+-----------------+
24| D3                    | SX1262 BUSY     |
25+-----------------------+-----------------+
26| D5                    | SX1262 DIO1     |
27+-----------------------+-----------------+
28| D7                    | SX1262 SPI NSS  |
29+-----------------------+-----------------+
30| D8                    | SX1262 ANT SW   |
31+-----------------------+-----------------+
32| D11                   | SX1262 SPI MOSI |
33+-----------------------+-----------------+
34| D12                   | SX1262 SPI MISO |
35+-----------------------+-----------------+
36| D13                   | SX1262 SPI SCK  |
37+-----------------------+-----------------+
38
39The SX1262 signals DIO2 and DIO3 are not available at the shield connector.
40
41Requirements
42************
43
44This shield can only be used with a board which provides a configuration
45for Arduino connectors (see :ref:`shields` for more details).
46
47Programming
48***********
49
50Set ``--shield semtech_sx1262mb2das`` when you invoke ``west build``. For
51example:
52
53.. zephyr-app-commands::
54   :zephyr-app: samples/subsys/lorawan/class_a
55   :board: nucleo_f429zi
56   :shield: semtech_sx1262mb2das
57   :goals: build
58
59References
60**********
61
62.. target-notes::
63
64.. _mbed SX1262MB2xAS website:
65   https://os.mbed.com/components/SX126xMB2xAS/
66