Anonymous
Mar 26, 2026
Rating: 5/5
Robust performance in harsh environments
We deployed this in a factory setting with high vibration and temperature fluctuations. It has been running stable for three months without a single reboot.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Development, Learning, Evaluation & Industrial Control Boards |
| Origin | - |
| Processor | STM32MP135 Dual-core ARM Cortex-A7 up to 1GHz |
| Operating System | Embedded Linux (Yocto Project supported) |
| Memory (RAM) | 512MB DDR3L |
| Storage | 8GB eMMC Flash + MicroSD Slot |
| Ethernet | 1x Gigabit Ethernet (RJ45) with PoE support option |
| CAN Interface | 2x CAN FD ports with isolated transceivers |
| Expansion Headers | Arduino Uno R3, Raspberry Pi 40-pin, and MIPI DSI/CSI |
| Operating Temperature | -40°C to +85°C (Industrial Grade) |
| Power Supply | 5V DC via USB-C or GPIO header |
| Dimensions | 85mm x 56mm |
Anonymous
Mar 26, 2026
Rating: 5/5
Robust performance in harsh environments
We deployed this in a factory setting with high vibration and temperature fluctuations. It has been running stable for three months without a single reboot.
Anonymous
Mar 25, 2026
Rating: 4/5
Great board, documentation could be better
Hardware quality is top-notch and the temperature range is genuine. I had some trouble finding specific device tree overlays for the GPIO pins, but community forums helped.
Anonymous
Mar 21, 2026
Rating: 5/5
Perfect for industrial IoT prototyping
The dual CAN FD interfaces worked flawlessly with our existing vehicle network setup. Linux boot time is impressively fast, and the Yocto build instructions were clear.
Anonymous
Mar 20, 2026
Rating: 5/5
Best STM32MP series board for the price
Compared to other boards in this category, the inclusion of isolated CAN FD and Gigabit Ethernet at this price point is unbeatable. Highly recommended for professionals.
Anonymous
Mar 16, 2026
Rating: 4/5
Solid choice for automation projects
The Cortex-A7 cores handle our Python-based control scripts easily. Only minor issue was the initial SD card image needed a manual update to recognize the WiFi dongle.
Anonymous
Mar 07, 2026
Rating: 5/5
Excellent value for embedded Linux learning
As an educator, this board is perfect for teaching embedded Linux concepts. The pinout is well-labeled, and the Gigabit Ethernet makes remote debugging very smooth.
Q: Is the source code for the bootloader available?
A: Absolutely. We adhere to open-source licenses. The U-Boot source code and all necessary device trees are hosted on our public GitHub organization.
Q: What is the maximum resolution supported on the MIPI DSI display interface?
A: The STM32MP135 GPU supports resolutions up to 1280x800 at 60Hz via the MIPI DSI interface, depending on the specific panel used.
Q: Are there example projects for using the CAN FD ports with SocketCAN?
A: Yes, our wiki includes a dedicated tutorial on configuring SocketCAN interfaces, including sample C and Python scripts for sending and receiving CAN FD frames.
Q: Can I power this board directly from a 24V industrial supply?
A: No, the board requires a regulated 5V input. You will need an external 24V-to-5V DC-DC converter to connect it to a standard industrial power rail.
Q: Does this board support real-time patches for the Linux kernel?
A: Yes, the board supports PREEMPT_RT patches. We provide a pre-built kernel image with RT capabilities in our download repository.