Adafruit
STM32F411 BlackPill Development Board
All Products
New Arrivals
Adafruit
Brands and Manufacturers
Microcontrollers & Development Boards
STM32
Prototyping & Wiring
Microcontrollers
$58.43
|
In stock
This simple development board for the STM32F411 is a great way to add a powerful STM chip to your next project. Featuring the STM32F411CEU6, this chip has 51...
Estimated Delivery
Arrives
Disclaimer
Secure checkout
This simple development board for the STM32F411 is a great way to add a powerful STM chip to your next project. Featuring the STM32F411CEU6, this chip has 512 KB of flash, 128 KB of SRAM and runs at 100 MHz. There's a spot on the bottom for SOIC flash memory - you could solder on a 2 MB SPI flash memory chip to give yourself more space for datalogging or file storage.
This dev board is for the more advanced users, we don't have detailed tutorial usage for it - check online communities for STM32 boards to get project ideas and code samples! You can use STM32duino for Arduino support, and both MicroPython and CircuitPython have support for this chip.
The board features a USB C connector, with a 3.3V 100mA LDO regulator. There's both 25mhz and 32.768 KHz crystals on board. There's a few handy buttons: a BOOT button for entering the ROM DFU bootloader, a reset button and a generic button on PA0 for users. One power LED and one user controllable LED on PC13.
The chip itself has multiple UART, I2C, SPI, I2S and timer peripherals (check the datasheet for the pin multiplexing as you can only use some pins for each peripheral). The USB is full speed. There's a single ADC multiplexed to 10 inputs.
Simple, but has everything you need to get started. We recommend pairing with a ST-Link compatible dongle if you want to use a debugger. Thanks to the STM bootloader in ROM, you don't need a programmer to load binary firmware on! Comes with loose header you can solder in to plug into a breadboard.
- Dev board dimensions: 53mm x 21mm x 5mm
Product Weight: 4.5g / 0.2oz
- Pinout Diagram
- Schematic
Jargon buster
Plain-language definitions for the technical terms used above.
- 5G
- A mobile network standard used for high-speed wireless data links. If a project uses a 5G gateway, its power system must be able to supply enough current reliably for outdoor or remote operation.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- DFU
- Device Firmware Update is a mode that lets you load new firmware onto a board over USB. It matters when recovering a board or installing firmware without using a separate programmer.
- Flash memory
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- I2S
- I2S is a digital audio interface used to send sound data between chips, such as from a microcontroller to an audio amplifier or DAC. It matters if your project needs cleaner digital audio output than a basic buzzer or PWM signal can provide.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- STM32
- STM32 is a family of microcontroller chips commonly used in embedded electronics. Knowing a product uses an STM32 can help when looking at firmware updates, pin connections, or low-level serial control options.
- UART
- UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
Find this product in
Brands
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au