|
| 1 | +--- |
| 2 | +layout: download |
| 3 | +board_id: "pimoroni_badger2350" |
| 4 | +title: "Badger 2350 Download" |
| 5 | +name: "Badger 2350" |
| 6 | +manufacturer: "Pimoroni" |
| 7 | +board_url: |
| 8 | + - "https://shop.pimoroni.com/products/badger-2350" |
| 9 | +board_image: "pimoroni_badger2350.jpg" |
| 10 | +date_added: 2026-04-13 |
| 11 | +download_display: true |
| 12 | +blinka: false |
| 13 | +download_instructions: https://badgewa.re/ |
| 14 | +family: rp2350 |
| 15 | +bootloader_id: |
| 16 | +features: |
| 17 | + - Battery Charging |
| 18 | + - Display |
| 19 | + - STEMMA QT/QWIIC |
| 20 | + - USB-C |
| 21 | + - Wi-Fi |
| 22 | +--- |
| 23 | + |
| 24 | +Badger 2350 is an all-in-one badge wearable with a fast updating 2.7" |
| 25 | +electronic paper screen, built-in rechargeable battery and sturdy |
| 26 | +polycarbonate case. Hang it round your neck with the (included) Badger |
| 27 | +lanyard or prop it up on your desk - either way it's ready to go |
| 28 | +straight out of the box. It's way more than just a event badge too - |
| 29 | +the four-level greyscale screen would also be great for displaying |
| 30 | +charts, signage or QR codes. |
| 31 | + |
| 32 | + |
| 33 | +## Features |
| 34 | + |
| 35 | +* Display: 2.7" four-level greyscale electronic paper (264 x 176 pixels) |
| 36 | +* Powered by RP2350A (Dual Arm Cortex M33 running at 250MHz with 520KB of SRAM) |
| 37 | +* 16MB of QSPI flash supporting XiP |
| 38 | +* 8MB of PSRAM |
| 39 | +* Raspberry Pi RM2 module (CYW43439), supporting IEEE 802.11 b/g/n wireless LAN, and Bluetooth |
| 40 | +* 1000mAh LiPo battery: |
| 41 | + * MCP73831 charger with 455mA charging current (datasheet) |
| 42 | + * XB6096I2S battery protector (datasheet) |
| 43 | +* PCF85063A real-time clock for waking from sleep (datasheet) |
| 44 | +* Polycarbonate case with teal back |
| 45 | +* 4-zone mono LED case lighting |
| 46 | +* Buttons: |
| 47 | + * Five front user buttons |
| 48 | + * Reset (and sleep) button |
| 49 | + * Home (and boot) button |
| 50 | +* Connectors: |
| 51 | + * USB-C connector for charging and programming |
| 52 | + * I2C connector (Qwiic/STEMMA QT) for attaching breakouts |
| 53 | + * SWD debug connector |
| 54 | +* Comes fully-assembled (no soldering required) |
| 55 | +* Includes matching 2-clip lanyard |
| 56 | +* Dimensions with case: 84mm (W) x 76mm (H) x 20mm (D) |
| 57 | + |
| 58 | + |
| 59 | +## Note |
| 60 | + |
| 61 | +There is no power switch. Since mainline CircuitPython does not |
| 62 | +support low-power modes for the RP2350 (i.e. sleep/deep-sleep), the |
| 63 | +LiPo will be drained fast when running with CircuitPython. So to make |
| 64 | +full use of this board you either have to hack the hardware and add a |
| 65 | +power-switch, or hack CircuitPython and implement the alarm-module for |
| 66 | +the RP2350. |
| 67 | + |
| 68 | + |
| 69 | +## Misc |
| 70 | + |
| 71 | +* [Example code](https://github.com/bablokb/circuitpython-examples/tree/main/badger2350) |
| 72 | + |
| 73 | + |
| 74 | +## Purchase |
| 75 | + |
| 76 | +* [Pimoroni](https://shop.pimoroni.com/products/badger-2350) |
0 commit comments