Image of Board

Badger 2350 by Pimoroni

Badger 2350 is an all-in-one badge wearable with a fast updating 2.7” electronic paper screen, built-in rechargeable battery and sturdy polycarbonate case. Hang it round your neck with the (included) Badger lanyard or prop it up on your desk - either way it’s ready to go straight out of the box. It’s way more than just a event badge too - the four-level greyscale screen would also be great for displaying charts, signage or QR codes.

Features

  • Display: 2.7” four-level greyscale electronic paper (264 x 176 pixels)
  • Powered by RP2350A (Dual Arm Cortex M33 running at 250MHz with 520KB of SRAM)
  • 16MB of QSPI flash supporting XiP
  • 8MB of PSRAM
  • Raspberry Pi RM2 module (CYW43439), supporting IEEE 802.11 b/g/n wireless LAN, and Bluetooth
  • 1000mAh LiPo battery:
    • MCP73831 charger with 455mA charging current (datasheet)
    • XB6096I2S battery protector (datasheet)
  • PCF85063A real-time clock for waking from sleep (datasheet)
  • Polycarbonate case with teal back
  • 4-zone mono LED case lighting
  • Buttons:
    • Five front user buttons
    • Reset (and sleep) button
    • Home (and boot) button
  • Connectors:
    • USB-C connector for charging and programming
    • I2C connector (Qwiic/STEMMA QT) for attaching breakouts
    • SWD debug connector
  • Comes fully-assembled (no soldering required)
  • Includes matching 2-clip lanyard
  • Dimensions with case: 84mm (W) x 76mm (H) x 20mm (D)

Note

There is no power switch. Since mainline CircuitPython does not support low-power modes for the RP2350 (i.e. sleep/deep-sleep), the LiPo will be drained fast when running with CircuitPython. So to make full use of this board you either have to hack the hardware and add a power-switch, or hack CircuitPython and implement the alarm-module for the RP2350.

Misc

Purchase

Contribute

Have some info to add for this board? Edit the source for this page here.

CircuitPython 10.2.0

This is the latest stable release of CircuitPython that will work with the Badger 2350. Use this release if you are new to CircuitPython.

Release Notes for 10.2.0

Learn how to install CircuitPython on this board
Modules included in this download _asyncio _bleio _bleio (HCI co-processor) _eve _pixelmap adafruit_bus_device adafruit_pixelbuf aesio analogbufio analogio array atexit audiobusio audiocore audiodelays audiofilters audiofreeverb audiomixer audiomp3 audiopwmio binascii bitbangio bitmapfilter bitmaptools bitops board builtins builtins.pow3 busdisplay busio busio.SPI busio.UART codeop collections countio cyw43 digitalio displayio epaperdisplay errno floppyio fontio fourwire framebufferio getpass gifio hashlib i2cdisplaybus i2cioexpander i2ctarget imagecapture io ipaddress jpegio json keypad keypad.KeyMatrix keypad.Keys keypad.ShiftRegisterKeys keypad_demux keypad_demux.DemuxKeyMatrix locale lvfontio math mdns memorymap microcontroller msgpack neopixel_write nvm onewireio os os.getenv paralleldisplaybus picodvi pulseio pwmio qrio rainbowio random re rgbmatrix rotaryio rp2pio rtc sdcardio select sharpdisplay socketpool ssl storage struct supervisor supervisor.get_setting synthio sys terminalio tilepalettemapper time touchio traceback ulab usb usb_cdc usb_hid usb_host usb_midi usb_video vectorio warnings watchdog wifi zlib

Included frozen(?) modules: pcf85063a

Features: Battery Charging, Display, STEMMA QT/QWIIC, USB-C, Wi-Fi

CircuitPython 10.3.0-alpha.1

This is the latest development release of CircuitPython that will work with the Badger 2350.

Alpha development releases are early releases. They are unfinished, are likely to have bugs, and the features they provide may change. Beta releases may have some bugs and unfinished features, but should be suitable for many uses. A Release Candidate (rc) release is considered done and will become the next stable release, assuming no further issues are found.

Please try alpha, beta, and rc releases if you are able. Your testing is invaluable: it helps us uncover and find issues quickly.

Release Notes for 10.3.0-alpha.1

Learn how to install CircuitPython on this board
Modules included in this download _asyncio _bleio _bleio (HCI co-processor) _eve _pixelmap adafruit_bus_device adafruit_pixelbuf aesio analogbufio analogio array atexit audiobusio audiocore audiodelays audiofilters audiofreeverb audiomixer audiomp3 audiopwmio binascii bitbangio bitmapfilter bitmaptools bitops board builtins builtins.pow3 busdisplay busio busio.SPI busio.UART codeop collections countio cyw43 digitalio displayio epaperdisplay errno floppyio fontio fourwire framebufferio getpass gifio hashlib i2cdisplaybus i2cioexpander i2ctarget imagecapture io ipaddress jpegio json keypad keypad.KeyMatrix keypad.Keys keypad.ShiftRegisterKeys keypad_demux keypad_demux.DemuxKeyMatrix locale lvfontio math mdns memorymap microcontroller msgpack neopixel_write nvm onewireio os os.getenv paralleldisplaybus picodvi pulseio pwmio qrio rainbowio random re rgbmatrix rotaryio rp2pio rtc sdcardio select sharpdisplay socketpool ssl storage struct supervisor supervisor.get_setting synthio sys terminalio tilepalettemapper time touchio traceback ulab usb usb_cdc usb_hid usb_host usb_midi usb_video vectorio warnings watchdog wifi zlib

Included frozen(?) modules: pcf85063a

Features: Battery Charging, Display, STEMMA QT/QWIIC, USB-C, Wi-Fi

Absolute Newest

Every time we commit new code to CircuitPython we automatically build binaries for each board and language. The binaries are stored on Amazon S3, organized by board, and then by language. These releases are even newer than the development release listed above. Try them if you want the absolute latest and are feeling daring or want to see if a problem has been fixed.

Previous Versions of CircuitPython

All previous releases of CircuitPython are available for download from Amazon S3 through the button below. For very old releases, look in the OLD/ folder for each board. Release notes for each release are available at GitHub button below.

Older releases are useful for testing if you something appears to be broken in a newer release but used to work, or if you have older code that depends on features only available in an older release. Otherwise we recommend using the latest stable release.