Adafruit
STM32F411 BlackPill Development Board
All Products
New Arrivals
Adafruit
Brands and Manufacturers
Microcontrollers & Development Boards
STM32
Prototyping & Wiring
Microcontrollers
$60.20
|
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...
Get notified when back in stock
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
- 5G is the fifth-generation mobile network standard, offering higher-speed, lower-latency wireless data than earlier 4G/LTE networks. 5G modems can move large amounts of data over cellular networks but may draw significant current and need a suitable aerial and reliable power.
- 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
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- 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 (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- 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 asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
Find this product in
Brands
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au