Skip to content

Commit d919ed6

Browse files
authored
Merge pull request #1762 from makermelissa-piclaw/add-missing-boards
Add 15 missing board pages with images and purchase links
2 parents 4915fbd + 9665d37 commit d919ed6

47 files changed

Lines changed: 402 additions & 21 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: download
3+
board_id: "adafruit_feather_nrf52840_sense_zephyr"
4+
title: "Feather nRF52840 Sense (Zephyr) Download"
5+
name: "Feather nRF52840 Sense (Zephyr)"
6+
manufacturer: "Adafruit"
7+
board_url:
8+
- "https://www.adafruit.com/product/4516"
9+
board_image: "feather_bluefruit_sense.jpg"
10+
date_added: 2026-04-21
11+
family: zephyr
12+
features:
13+
- Feather-Compatible
14+
- Battery Charging
15+
- Bluetooth/BTLE
16+
- Breadboard-Friendly
17+
---
18+
19+
The Adafruit Feather Bluefruit Sense takes the Feather nRF52840 Express and adds a suite of sensors: BME280 temperature/humidity/barometric pressure, LIS3MDL magnetometer, LSM6DS33 accelerometer/gyroscope, APDS9960 proximity/light/color/gesture, PDM microphone, and a NeoPixel LED. This build uses the **Zephyr RTOS** port of CircuitPython, which is currently in alpha.
20+
21+
**Note:** This is the Zephyr RTOS port of CircuitPython for this board. For the standard CircuitPython build, see the [Feather Bluefruit Sense](/board/feather_bluefruit_sense/) page.
22+
23+
## Purchase
24+
25+
* [Adafruit](https://www.adafruit.com/product/4516)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: download
3+
board_id: "adafruit_feather_nrf52840_zephyr"
4+
title: "Feather nRF52840 Express (Zephyr) Download"
5+
name: "Feather nRF52840 Express (Zephyr)"
6+
manufacturer: "Adafruit"
7+
board_url:
8+
- "https://www.adafruit.com/product/4062"
9+
board_image: "feather_nrf52840_express.jpg"
10+
date_added: 2026-04-21
11+
family: zephyr
12+
features:
13+
- Feather-Compatible
14+
- Battery Charging
15+
- Bluetooth/BTLE
16+
- Breadboard-Friendly
17+
---
18+
19+
The Adafruit Feather nRF52840 Express is the Feather you have been waiting for! It's the new Adafruit Feather nRF52840 Express with native USB support, built-in NeoPixel, and Bluetooth Low Energy support. This build uses the **Zephyr RTOS** port of CircuitPython, which is currently in alpha.
20+
21+
The Feather nRF52840 Express features the Nordic nRF52840 with native USB, Bluetooth Low Energy support, and built-in battery charging. It has a 2MB QSPI flash for CircuitPython file storage and a NeoPixel LED.
22+
23+
**Note:** This is the Zephyr RTOS port of CircuitPython for this board. For the standard CircuitPython build, see the [Feather nRF52840 Express](/board/feather_nrf52840_express/) page.
24+
25+
## Purchase
26+
27+
* [Adafruit](https://www.adafruit.com/product/4062)
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: download
3+
board_id: "adafruit_feather_rp2040_zephyr"
4+
title: "Feather RP2040 (Zephyr) Download"
5+
name: "Feather RP2040 (Zephyr)"
6+
manufacturer: "Adafruit"
7+
board_url:
8+
- "https://www.adafruit.com/product/4884"
9+
board_image: "adafruit_feather_rp2040.jpg"
10+
date_added: 2026-04-21
11+
family: zephyr
12+
features:
13+
- Feather-Compatible
14+
- Battery Charging
15+
- STEMMA QT/QWIIC
16+
- USB-C
17+
- Breadboard-Friendly
18+
---
19+
20+
The Adafruit Feather RP2040 features the Raspberry Pi RP2040 chip with dual ARM Cortex-M0+ cores running at 133 MHz, 264KB of RAM, 8MB of QSPI flash, a STEMMA QT connector, USB-C, and built-in LiPoly battery charging. This build uses the **Zephyr RTOS** port of CircuitPython, which is currently in alpha.
21+
22+
**Note:** This is the Zephyr RTOS port of CircuitPython for this board. For the standard CircuitPython build, see the [Feather RP2040](/board/adafruit_feather_rp2040/) page.
23+
24+
## Purchase
25+
26+
* [Adafruit](https://www.adafruit.com/product/4884)

_board/native_nrf5340bsim.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: download
3+
board_id: "native_nrf5340bsim"
4+
title: "Zephyr nRF5340 BabbleSim Download"
5+
name: "Zephyr nRF5340 BabbleSim"
6+
manufacturer: "Zephyr"
7+
board_url:
8+
- "https://docs.zephyrproject.org/latest/boards/native/nrf_bsim/doc/index.html"
9+
board_image: "unknown.jpg"
10+
date_added: 2026-04-21
11+
family: zephyr
12+
downloads_display: false
13+
---
14+
15+
The nRF5340 BabbleSim is not a physical board. It is a Zephyr [simulated nRF5340 target](https://docs.zephyrproject.org/latest/boards/native/nrf_bsim/doc/index.html) that runs as a Linux executable using the BabbleSim physical layer simulator. It enables testing of BLE functionality including the `_bleio` module without requiring physical hardware. It is used for development and testing of the CircuitPython Zephyr port. The Zephyr port of CircuitPython is currently in alpha.
16+
17+
## Learn More
18+
19+
* [Zephyr Project - nRF5340 BabbleSim](https://docs.zephyrproject.org/latest/boards/native/nrf_bsim/doc/index.html)
20+
* [BabbleSim](https://BabbleSim.github.io)

_board/nordic_nrf5340dk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "nordic_nrf5340dk"
4-
title: "Nordic nRF5340 Development Kit Download"
5-
name: "Nordic nRF5340 Development Kit"
4+
title: "Nordic nRF5340 Development Kit (Zephyr) Download"
5+
name: "Nordic nRF5340 Development Kit (Zephyr)"
66
manufacturer: "Nordic Semiconductor"
77
board_url:
88
- "https://www.nordicsemi.com/Products/Development-hardware/nRF5340-DK"

_board/nordic_nrf54h20dk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "nordic_nrf54h20dk"
4-
title: "Nordic nRF54H20 Development Kit Download"
5-
name: "Nordic nRF54H20 Development Kit"
4+
title: "Nordic nRF54H20 Development Kit (Zephyr) Download"
5+
name: "Nordic nRF54H20 Development Kit (Zephyr)"
66
manufacturer: "Nordic Semiconductor"
77
board_url:
88
- "https://docs.nordicsemi.com/bundle/ncs-3.0.0/page/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_gs.html"

_board/nordic_nrf54l15dk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "nordic_nrf54l15dk"
4-
title: "Nordic nRF54L05 Development Kit Download"
5-
name: "Nordic nRF54L05 Development Kit"
4+
title: "Nordic nRF54L05 Development Kit (Zephyr) Download"
5+
name: "Nordic nRF54L05 Development Kit (Zephyr)"
66
manufacturer: "Nordic Semiconductor"
77
board_url:
88
- "https://www.nordicsemi.com/Products/Development-hardware/nRF54L15-DK"

_board/nordic_nrf7002dk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "nordic_nrf7002dk"
4-
title: "Nordic nRF7002 Development Kit Download"
5-
name: "Nordic nRF7002 Development Kit"
4+
title: "Nordic nRF7002 Development Kit (Zephyr) Download"
5+
name: "Nordic nRF7002 Development Kit (Zephyr)"
66
manufacturer: "Nordic Semiconductor"
77
board_url:
88
- "https://www.nordicsemi.com/Products/Development-hardware/nRF7002-DK"

_board/nxp_frdm_mcxn947.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "nxp_frdm_mcxn947"
4-
title: "MCXN947 FRDM Development Board Download"
5-
name: "MCXN947 FRDM Development Board"
4+
title: "MCXN947 FRDM Development Board (Zephyr) Download"
5+
name: "MCXN947 FRDM Development Board (Zephyr)"
66
manufacturer: "NXP"
77
board_url:
88
- "https://www.nxp.com/design/design-center/development-boards-and-designs/FRDM-MCXN947"

_board/nxp_frdm_rw612.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: download
3+
board_id: "nxp_frdm_rw612"
4+
title: "NXP FRDM-RW612 (Zephyr) Download"
5+
name: "NXP FRDM-RW612 (Zephyr)"
6+
manufacturer: "NXP"
7+
board_url:
8+
- "https://www.nxp.com/design/design-center/development-boards-and-designs/FRDM-RW612"
9+
board_image: "nxp_frdm_rw612.jpg"
10+
date_added: 2026-04-21
11+
family: zephyr
12+
features:
13+
- Wi-Fi
14+
- Bluetooth/BTLE
15+
- USB-C
16+
- Arduino Shield Compatible
17+
---
18+
19+
The FRDM-RW612 is a compact and scalable development board for rapid prototyping of the NXP RW61x series of Wi-Fi 6 + Bluetooth Low Energy + 802.15.4 tri-radio wireless MCUs. It features an RW612 Arm Cortex-M33 core running at 260 MHz with 1.2 MB of on-chip SRAM, 512 Mbit QSPI flash, and 64 Mbit QSPI pSRAM.
20+
21+
The board offers easy access to the MCU's I/Os and peripherals through Arduino headers, FRDM expansion rows, Pmod and mikroBUS connectors. It includes an Ethernet PHY and RJ45 connector, two USB-C connectors, an on-board MCU-Link debugger with CMSIS-DAP, and a P3T1755 I3C temperature sensor. The Zephyr port of CircuitPython is currently in alpha.
22+
23+
## Purchase
24+
25+
* [NXP](https://www.nxp.com/design/design-center/development-boards-and-designs/FRDM-RW612)
26+
* [Digi-Key](https://www.digikey.com/en/products/detail/nxp-usa-inc/FRDM-RW612/21695498)
27+
* [Mouser](https://www.mouser.com/ProductDetail/NXP-Semiconductors/FRDM-RW612)

0 commit comments

Comments
 (0)