diff --git a/_board/pimoroni_pico_plus2w.md b/_board/pimoroni_pico_plus2w.md new file mode 100644 index 000000000..e4e1ffe52 --- /dev/null +++ b/_board/pimoroni_pico_plus2w.md @@ -0,0 +1,57 @@ +--- +layout: download +board_id: "pimoroni_pico_plus2w" +title: "Pico Plus2 W Download" +name: "Pico Plus2 W" +manufacturer: "Pimoroni" +board_url: + - "https://shop.pimoroni.com/products/pimoroni-pico-plus-2-w" +board_image: "pimoroni_pico_plus2w.jpg" +date_added: 2024-11-24 +family: raspberrypi +features: + - Battery Charging + - USB-C + - STEMMA QT/QWIIC + - Breadboard-Friendly + - Castellated Pads + - Wi-Fi +--- + +A top of the line Pirate-brand RP2350 microcontroller with 16MB of flash memory, 8MB of PSRAM, USB-C, Qw/ST and 2.4GHz wireless / Bluetooth. + +We adore the versatility and value of Raspberry Pi Pico but we also enjoy a souped up RP2350 board with all the extras baked in. With Pimoroni Pico boards, we've tried to cram in as much extra functionality as we possibly can whilst keeping to the original Pico footprint to maintain compatibility with existing Pico addons. + +Pimoroni Pico Plus 2 W is **powered and programmable via USB-C** and comes with an upgraded **8MB RAM**, **16MB of flash storage** and **easy to read pin labels**. The 'W' version is also equipped with a Raspberry Pi RM2 module, which gives it 2.4 GHz wireless and Bluetooth connectivity, woohaa! + +It's super easy to connect up to things without soldering, with a **[Qwiic](https://shop.pimoroni.com/collections/qwiic)/[STEMMA QT](https://shop.pimoroni.com/collections/stemma-qt) connector** (for adding I2C sensors and breakouts), and a **debug connector** (for if you like to program using a SWD debugger). We've also added a reset button, and a BOOT button - this can also be used as a user switch. + +## Features + +- Powered by RP2350B (Dual Arm Cortex M33 running at up to 150MHz with 520KB of SRAM) +- 16MB of QSPI flash supporting XiP +- 8MB of PSRAM +- Raspberry Pi RM2 module provides 2.4GHz wireless and Bluetooth connectivity +- USB-C connector for power, programming, and data transfer +- Qw/ST (Qwiic/STEMMA QT) connector for attaching breakouts +- 3 pin debug connector (JST-SH) +- Reset and BOOT buttons (the BOOT button can also be used as a user button) +- User LED indicator +- On-board 3V3 regulator (max regulator current output 600mA) +- Input voltage range 3V - 5.5V +- Compatible with Raspberry Pi Pico add-ons +- Measurements: approx 53mm x 21mm x 9mm (L x W x H, including connectors) + +## About RP2350 + +The RP2350 chip is the Double Quarter Pounder & Fries to the RP2040's Double Cheeseburger and can have one or more RISC-V burgers instead of either of the M33 ARMs, to stretch the metaphor. + +In addition to the modern M33 ARM cores, there are sides of: more PIO capability, a variety of low power states for sipping electrons, a whole security system and some sprinklings of specialist digital video circuits to offload DVI/HDMI output. + +You can expect a tasty boost in performance - our "real world" MicroPython tests are running up to 2x faster compared to RP2040, and floating point number crunching in C/C++ is up to 20x faster. The extra on-chip RAM will make a big difference when performing memory intensive operations (such as working with higher resolution displays) and even more can be added thanks to external PSRAM support. + +RP2350 comes in two flavours - A (standard) and B (all the pins). The B chip has a stonking 48 usable GPIO pins, including 8 ADCs and 24 PWMs, and features on some of our new products. + + +## Purchase +* [Pimoroni](https://shop.pimoroni.com/products/pimoroni-pico-plus-2-w) diff --git a/assets/images/boards/large/pimoroni_pico_plus2w.jpg b/assets/images/boards/large/pimoroni_pico_plus2w.jpg new file mode 100644 index 000000000..404af9324 Binary files /dev/null and b/assets/images/boards/large/pimoroni_pico_plus2w.jpg differ diff --git a/assets/images/boards/original/pimoroni_pico_plus2w.jpg b/assets/images/boards/original/pimoroni_pico_plus2w.jpg new file mode 100644 index 000000000..b72922e26 Binary files /dev/null and b/assets/images/boards/original/pimoroni_pico_plus2w.jpg differ diff --git a/assets/images/boards/small/pimoroni_pico_plus2w.jpg b/assets/images/boards/small/pimoroni_pico_plus2w.jpg new file mode 100644 index 000000000..608a03258 Binary files /dev/null and b/assets/images/boards/small/pimoroni_pico_plus2w.jpg differ