Setting up hardware¶
Before setting up the Sidewalk environment, make sure you have correctly set up the required hardware.
Development kit¶
Nordic Semiconductor’s development kit is required to run Sidewalk samples. For the list of supported DKs per sample, see the Samples overview.
Depending on the device, refer to the getting started guide for setup instructions:
Semtech SX1262¶
Sidewalk samples use sub-GHz radio transceivers to support LoRa and (G)FSK modulation. You will need it to run LoRa and FSK applications.
For evaluation, use the Semtech SX1262MB2CAS Arduino Shield.

Pinout¶
Connect the Semtech shield to the Arduino-compatible headers on the development kit.
Refer to the pinout assignment for nRF52840:
SX126X shield |
nRF52840 DK |
---|---|
BUSY |
P1.04 |
DIO1 |
P1.06 |
NSS |
P1.08 |
ANT_SW |
P1.10 |
SPI MOSI |
P1.13 |
SPI MISO |
P1.14 |
SPI SCK |
P1.15 |
NRESET |
P0.03 |
Refer to the pinout assignment for nRF5340:
SX126X shield |
nRF5340 DK |
---|---|
BUSY |
P1.5 |
DIO1 |
P1.7 |
NSS |
P1.9 |
ANT_SW |
P1.10 |
SPI MOSI |
P1.13 |
SPI MISO |
P1.14 |
SPI SCK |
P1.15 |
NRESET |
P0.04 |