Anonymous
Mar 28, 2026
Rating: 5/5
Reliable and fast shipping
Received the 2025 new version quickly. The chip is genuine, and I had no issues flashing my first 'Blink' program. Highly recommended for beginners moving from Arduino to ARM.
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 |
| Operating Frequency | Up to 72 MHz |
| Flash Memory | 64 KB |
| SRAM | 20 KB |
| Digital I/O Pins | 37 GPIOs |
| Analog Input Channels | 10 x 12-bit ADC |
| Communication Interfaces | 3 USART, 2 SPI, 2 I2C, USB, CAN |
| Power Supply Voltage | 3.3V (Input via VIN: 5V-9V) |
| Board Dimensions | 53mm x 23mm x 12mm |
Anonymous
Mar 28, 2026
Rating: 5/5
Reliable and fast shipping
Received the 2025 new version quickly. The chip is genuine, and I had no issues flashing my first 'Blink' program. Highly recommended for beginners moving from Arduino to ARM.
Anonymous
Mar 28, 2026
Rating: 4/5
Good quality control
The soldering on the headers is clean, and there are no cold joints. It fits snugly into standard breadboards. Would have liked a few more example codes in the download link.
Anonymous
Mar 23, 2026
Rating: 5/5
Exceeded expectations
I bought this for an industrial control prototype. The stability at 72MHz is impressive, and the peripheral support is extensive. Definitely buying more for our team.
Anonymous
Mar 18, 2026
Rating: 5/5
Ideal for learning embedded systems
As a self-taught developer, this kit provided everything I needed to understand register-level programming. The documentation linked in the package was helpful and clear.
Anonymous
Mar 10, 2026
Rating: 5/5
Perfect for university projects
This board is exactly what our engineering club needed. It matches the specifications used in the Jiangke University curriculum perfectly. The pinout is clearly labeled, and it worked immediately with the STM32CubeIDE.
Anonymous
Mar 09, 2026
Rating: 4/5
Great value starter kit
Excellent hardware for the price. The breadboard compatibility makes prototyping very easy. I deducted one star because the included USB cable felt a bit flimsy, but the board itself is solid.
Q: Is this compatible with the Arduino IDE?
A: Absolutely. You can use the Arduino IDE by installing the appropriate STM32 board support package (BSP) via the Board Manager. Many examples from the Jiangke University association are available for this setup.
Q: Does this board come with a pre-installed bootloader?
A: Yes, the 2025 New Version comes with a standard UART bootloader pre-installed, allowing you to program it via USB without an external ST-Link debugger initially.
Q: Are the header pins already soldered onto the board?
A: No, the board is shipped with unsoldered header pins to allow for flexible mounting options (e.g., stacking or breadboarding). You will need to solder them yourself.
Q: What is the maximum current this board can supply to sensors?
A: The onboard 3.3V regulator can safely supply up to 200mA. For high-power peripherals, we recommend using an external power source connected to the VIN pin.
Q: Can I use this for motor control applications?
A: Yes, the STM32F103C8T6 features advanced timer peripherals specifically designed for PWM generation and motor control applications, making it suitable for small DC and stepper motors.