Skip to content

Commit 4ae5e2d

Browse files
authored
Merge pull request #690 from ZodiusInfuser/master
Added pages for Pimoroni's PicoLipo boards
2 parents fc99f43 + 8ad3bf9 commit 4ae5e2d

File tree

5 files changed

+80
-0
lines changed

5 files changed

+80
-0
lines changed

_board/pimoroni_picolipo_16mb.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: download
3+
board_id: "pimoroni_picolipo_16mb"
4+
title: "Pimoroni Pico LiPo (16MB) Download"
5+
name: "Pimoroni Pico LiPo (16MB)"
6+
manufacturer: "Pimoroni"
7+
board_url: "https://shop.pimoroni.com/products/picolipo"
8+
board_image: "pimoroni_picolipo.jpg"
9+
date_added: 2021-5-12
10+
features:
11+
- Battery Charging
12+
---
13+
14+
A top of the line Pirate-brand RP2040-powered microcontroller with all the extras - lots of flash memory, USB-C, STEMMA QT/Qwiic and debug connectors... and onboard LiPo charging! Pimoroni Pico boards add extra functionality whilst keeping to the Pico footprint, ensuring compatibility with existing Pico addons.
15+
16+
## Features
17+
* Powered by RP2040
18+
* Dual ARM Cortex M0+ running at up to 133Mhz
19+
* 264kB of SRAM
20+
* 16MB of QSPI flash supporting XiP
21+
* MCP73831 charger with 215mA charging current
22+
* XB6096I2S battery protector
23+
* USB-C connector for power, programming, and data transfer
24+
* 4 pin Qw-ST (Qwiic / STEMMA QT) connector
25+
* 3 pin debug connector (JST-SH)
26+
* 2-pole JST PH battery connector, with polarity marked on the board
27+
* Switch for basic input (doubles up as DFU select on boot)
28+
* Power button
29+
* Power, charging and user LED indicators
30+
* On-board 3V3 regulator (max regulator current output 600mA)
31+
* Input voltage range 3V - 5.5V
32+
* Compatible with Raspberry Pi Pico packs and bases
33+
34+
## About the RP2040
35+
Raspberry Pi's RP2040 microcontroller is a dual core ARM Cortex M0+ running at up to 133Mhz. It bundles in 264kB of SRAM, 30 multifunction GPIO pins (including a four channel 12-bit ADC), a heap of standard peripherals (I2C, SPI, UART, PWM, clocks, etc), and USB support.
36+
37+
One very exciting feature of RP2040 is the programmable IOs which allow you to execute custom programs that can manipulate GPIO pins and transfer data between peripherals - they can offload tasks that require high data transfer rates or precise timing that traditionally would have required a lot of heavy lifting from the CPU.
38+
39+
## Purchase
40+
* [Pimoroni](https://shop.pimoroni.com/products/picolipo)

_board/pimoroni_picolipo_4mb.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: download
3+
board_id: "pimoroni_picolipo_4mb"
4+
title: "Pimoroni Pico LiPo (4MB) Download"
5+
name: "Pimoroni Pico LiPo (4MB)"
6+
manufacturer: "Pimoroni"
7+
board_url: "https://shop.pimoroni.com/products/picolipo"
8+
board_image: "pimoroni_picolipo.jpg"
9+
date_added: 2021-5-12
10+
features:
11+
- Battery Charging
12+
---
13+
14+
A top of the line Pirate-brand RP2040-powered microcontroller with all the extras - lots of flash memory, USB-C, STEMMA QT/Qwiic and debug connectors... and onboard LiPo charging! Pimoroni Pico boards add extra functionality whilst keeping to the Pico footprint, ensuring compatibility with existing Pico addons.
15+
16+
## Features
17+
* Powered by RP2040
18+
* Dual ARM Cortex M0+ running at up to 133Mhz
19+
* 264kB of SRAM
20+
* 4MB of QSPI flash supporting XiP
21+
* MCP73831 charger with 215mA charging current
22+
* XB6096I2S battery protector
23+
* USB-C connector for power, programming, and data transfer
24+
* 4 pin Qw-ST (Qwiic / STEMMA QT) connector
25+
* 3 pin debug connector (JST-SH)
26+
* 2-pole JST PH battery connector, with polarity marked on the board
27+
* Switch for basic input (doubles up as DFU select on boot)
28+
* Power button
29+
* Power, charging and user LED indicators
30+
* On-board 3V3 regulator (max regulator current output 600mA)
31+
* Input voltage range 3V - 5.5V
32+
* Compatible with Raspberry Pi Pico packs and bases
33+
34+
## About the RP2040
35+
Raspberry Pi's RP2040 microcontroller is a dual core ARM Cortex M0+ running at up to 133Mhz. It bundles in 264kB of SRAM, 30 multifunction GPIO pins (including a four channel 12-bit ADC), a heap of standard peripherals (I2C, SPI, UART, PWM, clocks, etc), and USB support.
36+
37+
One very exciting feature of RP2040 is the programmable IOs which allow you to execute custom programs that can manipulate GPIO pins and transfer data between peripherals - they can offload tasks that require high data transfer rates or precise timing that traditionally would have required a lot of heavy lifting from the CPU.
38+
39+
## Purchase
40+
* [Pimoroni](https://shop.pimoroni.com/products/picolipo)
60.5 KB
Loading
Loading
14.7 KB
Loading

0 commit comments

Comments
 (0)