Skip to content

Commit 1b9f645

Browse files
authored
Merge pull request #874 from ZodiusInfuser/master
Added page for an upcoming Pimoroni Eink board
2 parents 9393438 + 6b2db62 commit 1b9f645

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed

_board/pimoroni_badger2040.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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-24
10+
family: raspberrypi
11+
12+
features:
13+
- Display
14+
- STEMMA QT/QWIIC
15+
- USB-C
16+
---
17+
18+
A hackable, programmable badge(r) with monochrome E Ink® display, powered by Raspberry Pi RP2040. It has a quintet of buttons (one for each claw), a slot so you can clip it onto a lanyard and a battery connector to keep things portable. You can even connect it up to Qwiic and STEMMA QT breakouts!
19+
20+
## Features
21+
* 2.9" black and white E Ink® display (296 x 128 pixels)
22+
* Powered by RP2040 (Dual Arm Cortex M0+ running at up to 133Mhz with 264kB of SRAM)
23+
* 2MB of QSPI flash supporting XiP
24+
* Five front user buttons
25+
* Reset and boot buttons (the boot button can also be used as a user button)
26+
* White LED
27+
* USB-C connector for power and programming
28+
* JST-PH connector for attaching a battery (input range 2.7V - 6V)
29+
* High-precision voltage reference for battery level monitoring
30+
* Qw/ST (Qwiic/STEMMA QT) connector for breakouts
31+
32+
## About RP2040
33+
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.
34+
35+
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.
36+
37+
## Purchase
38+
* [Pimoroni](https://shop.pimoroni.com/products/badger-2040)
Loading
Loading
Loading

0 commit comments

Comments
 (0)