DFRobot
ART-Pi STM32H750 Cortex-M7 Development Board
The ART-Pi from RT-Thread Team is a DIY open source hardware with extended functions specially designed for embedded software engineers and open source maker...
Get notified when back in stock
The ART-Pi from RT-Thread Team is a DIY open source hardware with extended functions specially designed for embedded software engineers and open source makers. The equipped high-performance MCU, practical peripherals and rich extension ports make it an excellent choice for most engineers to study, develop and DIY.
This ART-Pi development board is built around the core of the STM32H750 processor which outperforms the Cortex-M0, M3, and M4. And STM32H750 is based on the high-performance Arm® Cortex®-M7 core (double-precision FPU) operating at up to 480 MHz. It has 128KB embedded Flash memory, which is a little bit small but still offers a cost-effective solution for developers. (Small RoM and large SRAM are usually the way of evolution for advanced MCUs. Especially for advanced MCU like H7, we never know how much RoM can be actually sufficient. So the optimal solution turns out to be expandable RoM.)
The ART-Pi board employs the STM32H750XBH6 that boasts the best performance among STM32H750 series.
Interface Description
4 x UART (Support LPUART)
3 x SPI
2 x Hardware I2C
1 x USB-FS
1 x ETH
1 x SAI
1 x DCMI
2 x CANFD
Over 15 ADC (Support ADC differential input)
Over 15 PWM (Support high-resolution timer HRTIM)
Features
Applications
Specification
Documents
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- Differential input
- A measurement method where the board reads the voltage difference between two input wires instead of measuring one wire compared with ground. This is useful for small sensor signals and noise reduction, but both input voltages still need to stay within the board’s allowed range.
- 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.
- FPU
- A floating-point unit is hardware inside a processor that speeds up calculations with decimal numbers. This helps when projects use maths-heavy tasks such as motion sensing, filtering sensor readings, or audio processing.
- 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.
- LCD
- LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- 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.
- Thread
- A low-power wireless mesh networking standard designed for smart home and IoT devices. It matters because Thread devices can relay messages through each other, helping build reliable networks for sensors and controllers.
- Type-C
- USB Type-C (USB-C) is a small, reversible USB connector used for charging, power, and data transfer on many modern devices. A Type-C port or plug indicates the cable and charger connection needed to power, charge, or communicate with a device.
- 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
Supplier page — dfrobot.com
Supplier Description · 653.0 KB · Click any page to view full size
Source Code
Open-source libraries, firmware & example projects for this product
d46b683
7 months ago
· 529 commits
- .github Update action.yml (#247) about 3 years ago
- debug [fix] fullfill StorageInfo for External FlashAlog, solved stlink/stcubeprogrammer/cubeIDE download problems due to firmware upgrade to latest ST's version. over 2 years ago
- documents [update] 增加出厂 flash 固件 over 5 years ago
- libraries [fix] UART5引脚复用问题 about 3 years ago
- pathfinderlab 成立 ART-PI探路者实验室 about 5 years ago
- projects [fix] fullfill StorageInfo for External FlashAlog, solved stlink/stcubeprogrammer/cubeIDE download problems due to firmware upgrade to latest ST's version. over 2 years ago
- rt-thread 修复ci编译报错 7 months ago
- tools [update] 增加出厂 flash 固件 over 5 years ago
- .gitignore [UPD]删除无效代码和文件 about 5 years ago
- README.md dosc: change chinese to english in READ*.md about 5 years ago
- README_ZH.md dosc: change chinese to english in READ*.md about 5 years ago
- RealThread_STMH750-ART-Pi.yaml 修复无法创建lrs007相关工程bug almost 4 years ago
Related Tutorials
Free guides on learn.littlebird.com.au