Skip to content

Commit a213d31

Browse files
committed
Added page for upcoming Pimoroni Eink board
1 parent ec4be0d commit a213d31

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

_board/pimoroni_badger2040.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: download
3+
board_id: "pimoroni_badger2040"
4+
title: "Badger 2040 Download"
5+
name: "Badger 2040"
6+
manufacturer: "Pimoroni"
7+
board_url: "https://shop.pimoroni.com/products/badger-2040"
8+
board_image: "pimoroni_badger2040.jpg"
9+
date_added: 2022-2-21
10+
family: raspberrypi
11+
12+
features:
13+
- Display
14+
- STEMMA QT/QWIIC
15+
- USB-C
16+
---
17+
18+
TODO
19+
20+
## Features
21+
TODO
22+
* Powered by RP2040
23+
* ARM Cortex M0+ running at up to 133Mhz
24+
* 264kB of SRAM
25+
* USB-C connector for power, programming, and data transfer
26+
* 8MB of QSPI flash supporting XiP
27+
* User controllable RGB LED
28+
* Twelve IO pins (including four 12-bit ADC channels)
29+
* Switch for basic input (doubles up as DFU select on boot)
30+
* On-board 3V3 regulator (max regulator current output 300mA)
31+
* Input voltage range 3V - 5.5V
32+
33+
## About the RP2040
34+
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.
35+
36+
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.
37+
38+
## Purchase
39+
* [Pimoroni](https://shop.pimoroni.com/products/badger-2040)

0 commit comments

Comments
 (0)