Added page for upcoming Pimoroni Eink board
This commit is contained in:
parent
ec4be0dcdc
commit
a213d3145b
1 changed files with 39 additions and 0 deletions
39
_board/pimoroni_badger2040.md
Normal file
39
_board/pimoroni_badger2040.md
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "pimoroni_badger2040"
|
||||
title: "Badger 2040 Download"
|
||||
name: "Badger 2040"
|
||||
manufacturer: "Pimoroni"
|
||||
board_url: "https://shop.pimoroni.com/products/badger-2040"
|
||||
board_image: "pimoroni_badger2040.jpg"
|
||||
date_added: 2022-2-21
|
||||
family: raspberrypi
|
||||
|
||||
features:
|
||||
- Display
|
||||
- STEMMA QT/QWIIC
|
||||
- USB-C
|
||||
---
|
||||
|
||||
TODO
|
||||
|
||||
## Features
|
||||
TODO
|
||||
* 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 (max regulator current output 300mA)
|
||||
* Input voltage range 3V - 5.5V
|
||||
|
||||
## 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/badger-2040)
|
||||
Loading…
Reference in a new issue