Skip to content

Commit 6b2db62

Browse files
committed
Added final product details
1 parent 89dcc76 commit 6b2db62

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

_board/pimoroni_badger2040.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: "Badger 2040"
66
manufacturer: "Pimoroni"
77
board_url: "https://shop.pimoroni.com/products/badger-2040"
88
board_image: "pimoroni_badger2040.jpg"
9-
date_added: 2022-2-21
9+
date_added: 2022-2-24
1010
family: raspberrypi
1111

1212
features:
@@ -15,25 +15,24 @@ features:
1515
- USB-C
1616
---
1717

18-
TODO
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!
1919

2020
## 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
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
3231

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.
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.
3534

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.
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.
3736

3837
## Purchase
3938
* [Pimoroni](https://shop.pimoroni.com/products/badger-2040)

0 commit comments

Comments
 (0)