Skip to content

Commit 6ec46b6

Browse files
authored
Merge pull request #1446 from johnnohj/main
Add Waveshare RP2040 One to CircuitPython.org
2 parents fd3323d + a014b4a commit 6ec46b6

5 files changed

Lines changed: 48 additions & 11 deletions

File tree

_blinka/waveshare_rp2040_one.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: download
3+
board_id: "waveshare_rp2040_one"
4+
title: "Waveshare RP2040-One Download"
5+
name: "RP2040-One"
6+
manufacturer: "Waveshare"
7+
board_url: "https://www.waveshare.com/product/rp2040-one.htm"
8+
board_image: "waveshare_rp2040_one.jpg"
9+
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
10+
downloads_display: true
11+
blinka: true
12+
date_added: 2024-08-07
13+
family: raspberrypi
14+
---
15+
16+
A Trinkey-like MCU board based on Raspberry Pi RP2040
17+
18+
**Board specifications**
19+
20+
- RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom
21+
- Dual-core Arm Cortex M0+ processor, flexible clock running up to 133 MHz
22+
- 264KB of SRAM, and 4MB of on-board Flash memory
23+
- Trinkey-like/USB key form factor
24+
- Castellated module allows soldering direct to carrier boards
25+
- USB 1.1 with device and host support
26+
- Low-power sleep and dormant modes
27+
- Drag-and-drop programming using mass storage over USB
28+
- 29 × multi-function GPIO pins (20× via edge pinout, others via solder points)
29+
- 2 × SPI, 2 × I2C, 2 × UART, 4 × 12-bit ADC, 16 × controllable PWM channels
30+
- Accurate clock and timer on-chip
31+
- Temperature sensor
32+
- Accelerated floating-point libraries on-chip
33+
- 8 × Programmable I/O (PIO) state machines for custom peripheral support
34+
- 1" x 0.7" (excluding USB plug)
35+
36+
## Purchase
37+
* [Waveshare](https://www.waveshare.com/rp2040-one.htm)
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
---
22
layout: download
3-
board_id: "waveshare_rp2040_zero"
4-
title: "Waveshare RP2040-Zero Download"
5-
name: "RP2040-Zero"
3+
board_id: "waveshare_rp2040_one"
4+
title: "Waveshare RP2040-One Download"
5+
name: "RP2040-One"
66
manufacturer: "Waveshare"
77
board_url:
8-
- "https://www.waveshare.com/rp2040-zero.htm"
9-
board_image: "waveshare_rp2040_zero.jpg"
10-
date_added: 2022-01-12
8+
- "https://www.waveshare.com/product/rp2040-one.htm"
9+
board_image: "waveshare_rp2040_one.jpg"
10+
date_added: 2024-08-07
1111
family: raspberrypi
1212
features:
13-
- USB-C
1413
- Breadboard-Friendly
1514
---
1615

17-
a Pico-like MCU board based on Raspberry Pi RP2040
16+
A Trinkey-like MCU board based on Raspberry Pi RP2040
1817

1918
**Board specifications**
2019

2120
- RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom
2221
- Dual-core Arm Cortex M0+ processor, flexible clock running up to 133 MHz
23-
- 264KB of SRAM, and 2MB of on-board Flash memory
24-
- USB-C connector, keeps it up to date, easier to use
22+
- 264KB of SRAM, and 4MB of on-board Flash memory
23+
- Trinkey-like/USB key form factor
2524
- Castellated module allows soldering direct to carrier boards
2625
- USB 1.1 with device and host support
2726
- Low-power sleep and dormant modes
@@ -32,6 +31,7 @@ a Pico-like MCU board based on Raspberry Pi RP2040
3231
- Temperature sensor
3332
- Accelerated floating-point libraries on-chip
3433
- 8 × Programmable I/O (PIO) state machines for custom peripheral support
34+
- 1" x 0.7" (excluding USB plug)
3535

3636
## Purchase
37-
* [Waveshare](https://www.waveshare.com/rp2040-zero.htm)
37+
* [Waveshare](https://www.waveshare.com/rp2040-one.htm)
115 KB
Loading
59.9 KB
Loading
25.9 KB
Loading

0 commit comments

Comments
 (0)