Added pages for Pimoroni RP2040 boards
This commit is contained in:
parent
672afc7ff9
commit
e6f5e7391f
3 changed files with 101 additions and 0 deletions
30
_board/pimoroni_keybow2040.md
Normal file
30
_board/pimoroni_keybow2040.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "pimoroni_keybow2040"
|
||||
title: "Keybow 2040 Download"
|
||||
name: "Keybow 2040"
|
||||
manufacturer: "Pimoroni"
|
||||
board_url: "https://shop.pimoroni.com/products/keybow-2040"
|
||||
board_image: "pimoroni_keybow2040.jpg"
|
||||
date_added: 2021-2-24
|
||||
features:
|
||||
- RP2040
|
||||
- RGB
|
||||
---
|
||||
|
||||
A luxe 16 key USB-C keyboard with tactile mechanical switches and fully customisable RGB lighting, ideal for custom macro pads, midi controllers and stream decks. RP2040 gives Keybow 2040 low latency input, zero boot time and a new, compact footprint.
|
||||
|
||||
## Features
|
||||
* 16 (4x4 matrix) of low profile keys connected directly to GPIOs
|
||||
* Per key RGB LEDs driven by an IS31FL3731 PWM LED matrix driver
|
||||
* Kailh hot-swap switch sockets (for Cherry MX-compatible switches)
|
||||
* Powered and programmable via USB-C
|
||||
|
||||
## About the RP2040
|
||||
The 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.
|
||||
|
||||
One very exciting feature of the RP2040 microcontroller are 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.
|
||||
|
||||
## Purchase
|
||||
* [Pimoroni](https://shop.pimoroni.com/products/keybow-2040)
|
||||
|
||||
34
_board/pimoroni_picosystem.md
Normal file
34
_board/pimoroni_picosystem.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "pimoroni_picosystem"
|
||||
title: "PicoSystem Download"
|
||||
name: "PicoSystem"
|
||||
manufacturer: "Pimoroni"
|
||||
board_url: "https://shop.pimoroni.com/products/picosystem"
|
||||
board_image: "pimoroni_picosystem.jpg"
|
||||
date_added: 2021-2-24
|
||||
features:
|
||||
- RP2040
|
||||
- LCD
|
||||
---
|
||||
|
||||
An all-in-one pocket sized games console with RP2040 at its heart, ready for filling up with all the most fun pixels! PicoSystem has a nice tactile joypad and buttons, a vibrant 240x240 screen and a lipo battery, neatly wrapped up in some shiny abstract PCB art.
|
||||
|
||||
## Features
|
||||
* Powered by RP2040!
|
||||
* ARM Cortex M0+ running at up to 133Mhz
|
||||
* 264kB of SRAM
|
||||
* IPS LCD screen
|
||||
* Joypad
|
||||
* Buttons
|
||||
* Lipo battery
|
||||
* USB-C power
|
||||
|
||||
## About the RP2040
|
||||
The 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.
|
||||
|
||||
One very exciting feature of the RP2040 microcontroller are 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.
|
||||
|
||||
## Purchase
|
||||
* [Pimoroni](https://shop.pimoroni.com/products/picosystem)
|
||||
|
||||
37
_board/pimoroni_tiny2040.md
Normal file
37
_board/pimoroni_tiny2040.md
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "pimoroni_tiny2040"
|
||||
title: "Tiny 2040 Download"
|
||||
name: "Tiny 2040"
|
||||
manufacturer: "Pimoroni"
|
||||
board_url: "https://shop.pimoroni.com/products/tiny-2040"
|
||||
board_image: "pimoroni_tiny2040.jpg"
|
||||
date_added: 2021-2-24
|
||||
features:
|
||||
- RP2040
|
||||
- USB-C
|
||||
- RGB
|
||||
- Reset Button
|
||||
---
|
||||
|
||||
A postage stamp sized RP2040 development board with a USB-C connection, perfect for portable projects, wearables, and embedding into devices. Tiny 2040 comes with 8MB of QSPI (XiP) flash on board so it can handle projects small and large with ease.
|
||||
|
||||
## Features
|
||||
* Powered by RP2040
|
||||
* ARM Cortex M0+ running at up to 133Mhz
|
||||
* 264kB of SRAM
|
||||
* USB-C connector for power, programming, and data transfer
|
||||
* 8MB of QSPI flash supporting XiP
|
||||
* User controllable RGB LED
|
||||
* Twelve IO pins (including four 12-bit ADC channels)
|
||||
* Switch for basic input (doubles up as DFU select on boot)
|
||||
* On-board 3V3 regulator
|
||||
|
||||
## About the RP2040
|
||||
The 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.
|
||||
|
||||
One very exciting feature of the RP2040 microcontroller are 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.
|
||||
|
||||
## Purchase
|
||||
* [Pimoroni](https://shop.pimoroni.com/products/tiny-2040)
|
||||
|
||||
Loading…
Reference in a new issue