Anonymous
Mar 29, 2026
Rating: 5/5
Reliable and robust
Used this board for an industrial sensor interface prototype. It handled the communication protocols without any issues. The build quality of the PCB is surprisingly good for the price point.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Development, Learning, Evaluation & Industrial Control Boards |
| Origin | - |
| Microcontroller Model | STM32F103C8T6 |
| Core Architecture | ARM Cortex-M3 32-bit RISC |
| Maximum Frequency | 72 MHz |
| Flash Memory | 64 KB |
| SRAM | 20 KB |
| GPIO Pins | 37 Available I/O Ports |
| Communication Interfaces | USART, SPI, I2C, CAN, USB 2.0 |
| Debug Interface | SWD and JTAG |
| Operating Voltage | 3.3V (5V tolerant inputs) |
| Included Resources | Access to exclusive Bilibili video tutorials |
Anonymous
Mar 29, 2026
Rating: 5/5
Reliable and robust
Used this board for an industrial sensor interface prototype. It handled the communication protocols without any issues. The build quality of the PCB is surprisingly good for the price point.
Anonymous
Mar 18, 2026
Rating: 4/5
Great hardware, minor documentation gap
The STM32F103 chip is genuine and performs as expected. The schematic is clear. While the videos are helpful, I wish there was a written English manual included for quick reference, but overall a solid purchase.
Anonymous
Mar 17, 2026
Rating: 5/5
Excellent value for money
I bought this for a university project involving motor control. The PWM outputs are stable, and the ADC resolution is accurate. The free tutorial series saved me hours of debugging time.
Anonymous
Mar 15, 2026
Rating: 5/5
Community support is amazing
Not only is the hardware great, but the community around these tutorials is very active. I had a question about clock configuration, and got an answer within hours. The board itself is compact and fits well on a breadboard.
Anonymous
Mar 05, 2026
Rating: 5/5
Perfect for beginners with great video support
The board works flawlessly right out of the box. The real highlight is the link to the Bilibili videos; they explain the register-level programming and HAL library usage incredibly well. Highly recommended for students.
Anonymous
Mar 04, 2026
Rating: 4/5
Good starter kit
As someone transitioning from Arduino to ARM, this board was the perfect bridge. The examples in the videos cover everything from blinking LEDs to setting up interrupts. Lost one star because the USB cable included felt a bit flimsy.
Q: Is this board compatible with the Arduino IDE?
A: Yes, this STM32F103 board is fully compatible with the Arduino IDE. You can use the 'STM32duino' core package to program it just like an Arduino, though we recommend using STM32CubeIDE for advanced features covered in our videos.
Q: Are the Bilibili videos available in English?
A: The primary video content is in Chinese, but most episodes include English subtitles. Additionally, we provide translated code comments and English summary notes in the downloadable resource pack linked in the product description.
Q: Can I use this for real-time industrial control applications?
A: Absolutely. The Cortex-M3 core running at 72MHz provides sufficient processing power for many real-time control tasks. It features hardware timers and interrupt controllers suitable for motor control and data acquisition systems.
Q: Do I need a separate programmer to upload code?
A: No separate programmer is strictly necessary if you use the built-in USB bootloader for serial uploads. However, for debugging and faster flashing, we recommend using a low-cost ST-Link V2 debugger, which connects via the SWD pins.
Q: What is the maximum current this board can supply on the 3.3V pin?
A: The onboard regulator can safely supply up to 200mA on the 3.3V rail. For projects requiring higher current (such as driving multiple servos or WiFi modules), we advise using an external power source.