Login / Signup
Cart
Your cart is empty
The Challenger+ BConnect board is a Feather-compatible development board utilising the dual-core Cortex-M33/RISCV RP2350 MCU from Raspberry Pi (as seen on the Pico 2).
It is built around the RP2350 microcontroller, which has powerful processing capabilities and an extensive range of peripheral support, making it ideal for diverse projects. The dual BConnect connectors allow the simultaneous operation of Bi2C and BSerial peripherals, expanding the board's compatibility with a variety of devices based on the BConnect standard.
With 8MB Flash memory and 8MB RAM, this board offers substantial storage and memory capacity, perfect for tackling complex projects and handling large datasets with ease. The decent memory allocation makes sure that even sophisticated and data-rich projects can be managed effectively.
The board has a versatile array of peripherals, including USB, GPIOs, ADCs, DACs, PWM, SPI, I2C, UART, PIO, and more. This wide range of connectivity options allows for easy integration with various sensors, actuators, and modules, offering the flexibility to bring your different projects to life and experiment a little.
The USB Type-C connector on the board provides both power and data transfer. Additionally, if a LiPo battery is connected, it will charge automatically when the USB cable is plugged in.
Board Size | 50.80 mm x 22.86 mm x 3.20 mm | USB Connector protrudes ~1mm outside PCB |
Main microcontroller | RP2350 from Raspberry Pi | 150MHz dual core Cortex-M33/RISCV |
SPI | One SPI channel configured | |
I2C | One I2C channel configured | |
UART | One UART channel configured | |
Analogue inputs | 4 analogue input channels | |
FLASH Memory | 8MByte 133 MHz | |
Internal SRAM Memory | 512KB | Divided into 6 banks |
External RAM Memory | 8MB | PSRAM |
USB 2.0 controller | Up to 12MBit/s full speed | Integrated USB 1.1 PHY |
JST Battery connector | 1.25mm pitch | |
LiPo Charger | 500mA standard charge current | |
RGB LED | WS2812B |
Using the Arduino environment
Just like with our RP2040-based boards we’ve teamed up with Earle F. Philhower to provide Arduino support for our RP2350-based boards. Instructions on how to install and downloads are available from here: https://github.com/earlephilhower/arduino-pico
Raspberry pi pico-sdk support
This board is supported natively by the Raspberry Pi pico-sdk. Read more here and try the examples out.
Circuitpython/Micropython
Support for Circuitpython is now available for this board. You can download the latest version from here: https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/challenger_rp2350_bconnect
Micropython will follow shortly… stay tuned.