Anonymous
Mar 27, 2026
Rating: 5/5
Highly recommended for students
As an engineering student, this was exactly what I needed for my final year project. It handles both sensorless and sensored modes well.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Development, Learning, Evaluation & Industrial Control Boards |
| Origin | - |
| Microcontroller | STM32F103C8T6 |
| Motor Support | BLDC and PMSM |
| Control Algorithm | Field Oriented Control (FOC) |
| Input Voltage | 12V - 24V DC |
| Max Current | 5A Continuous |
| Interface | UART, SWD, GPIO |
| Sensor Support | Hall Effect and Encoder |
| PCB Dimensions | 80mm x 60mm |
| Operating Temperature | -20°C to 85°C |
| Included Software | Open Source FOC Library |
Anonymous
Mar 27, 2026
Rating: 5/5
Highly recommended for students
As an engineering student, this was exactly what I needed for my final year project. It handles both sensorless and sensored modes well.
Anonymous
Mar 21, 2026
Rating: 4/5
Great hardware, steep learning curve
The build quality is excellent and the components feel robust. However, if you are new to STM32, be prepared to spend some time reading the datasheets.
Anonymous
Mar 20, 2026
Rating: 5/5
Works flawlessly with PMSM
Connected it to a small PMSM motor for a robotics project. The smoothness of the rotation using the provided FOC algorithm is impressive.
Anonymous
Mar 13, 2026
Rating: 5/5
Perfect for learning FOC
This board made understanding Field Oriented Control much easier. The documentation is clear, and the code examples run out of the box with my NEMA motor.
Anonymous
Mar 11, 2026
Rating: 5/5
Excellent value for prototyping
I used this to prototype a drone ESC. The current sensing is accurate, and the thermal management is sufficient for moderate loads.
Anonymous
Mar 03, 2026
Rating: 4/5
Solid development tool
Good board for the price. The pinout is logical, but I wish it came with a dedicated debugger included. Had to use my own ST-Link.
Q: Can I program this using Arduino IDE?
A: While primarily designed for STM32CubeIDE, it is possible to configure the board for use with the Arduino IDE by installing the appropriate STM32 core packages.
Q: Is the source code available for modification?
A: Absolutely. We provide open-source libraries on our GitHub repository, allowing you to modify the FOC parameters and control logic.
Q: Does it come with a heatsink for the MOSFETs?
A: The board features a large copper pour for heat dissipation. For high-current applications above 4A, we recommend adding an external fan or small heatsink.
Q: Does this board support sensorless control?
A: Yes, the included firmware supports both sensorless and sensored (Hall/Encoder) control modes for BLDC and PMSM motors.
Q: What is the maximum voltage input allowed?
A: The board is designed to operate safely between 12V and 24V DC. Exceeding 24V may damage the power stage components.