DFRobot
Arduino Portenta H7 Lite Development Board
The Arduino Portenta H7 Lite is a high-performance dual-core development board and the cost-optimised entry point in the Portenta H7 series. It uses the same...
The Arduino Portenta H7 Lite is a high-performance dual-core development board and the cost-optimised entry point in the Portenta H7 series. It uses the same STM32H747XI MCU as the full Portenta H7, featuring a Cortex-M7 core (up to 480MHz) and a Cortex-M4 core for parallel multi-threaded processing.
With 16MB QSPI flash and 8MB SDRAM, the board provides substantial storage and computing power. It supports the MKR form factor for easy shield expansion, and is compatible with Arduino IDE, STM32CubeIDE, Mbed Studio, and MicroPython. The Lite variant omits wireless connectivity and high-resolution video compared to the full H7, offering a powerful solution where wired communication is preferred.
Key Features
- Dual-Core Processing – Cortex-M7 (480MHz) + Cortex-M4 for parallel task execution
- 16MB Flash / 8MB SDRAM – Generous memory for complex applications
- AI Capable – Powerful enough to run AI state machines on the edge
- MKR Compatible – Use existing Arduino MKR shields for sensor and actuator expansion
- High-Density Connectors – Two 80-pin connectors expose all peripherals
- USB-C – Host/device, high/full speed with power delivery
- Multi-OS Support – FreeRTOS, Mbed OS, and Zephyr
- Camera Interface – 8-bit, up to 80MHz
Specifications
- MCU: STM32H747XI (dual Cortex-M7 + M4)
- Secure Element: Microchip ATECC608
- Power Supply: 5V (USB/VIN)
- Battery: Li-Po single cell, 3.7V, 700mAh minimum (integrated charger)
- Operating Voltage: 3.3V
- Standby Current: 2.95μA
- Timers: 22× timers and watchdogs
- UART: 4× ports (2 with flow control)
- ADC: 3× 16-bit (up to 36 channels, 3.6 MSPS)
- DAC: 2× 12-bit (1MHz)
- Ethernet: 10/100 Mbps (via expansion port)
- Operating Temperature: −40°C to +85°C
Ideal For
- High-end industrial machinery and PLCs
- Robotics controllers and laboratory equipment
- Computer vision and edge AI applications
- Mission-critical embedded systems
Package Contents
- 1× Arduino Portenta H7 Lite development board
Resources
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.
- DAC
- A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- 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.
- Shield
- An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
- 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.
- USB-C
- A modern reversible USB connector used for power and data connections. On this product it matters because it can connect directly to a computer as well as to a microcontroller project.
Find this product in
Brands
Microcontrollers
Portenta H7 Microcontroller Datasheet
Datasheet · 2.1 MB · Click any page to view full size
STM32H747XI MCU Datasheet
Datasheet · 3.4 MB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au