Anonymous
Mar 19, 2026
Rating: 5/5
Reliable for university projects
Used this for my embedded systems final project. The 72MHz clock speed handled all my sensor readings and PWM tasks without any lag. Highly recommend for students.
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 |
| Operating Voltage | 2.0V to 3.6V (3.3V typical) |
| I/O Pins | 37 GPIO pins available |
| Programming Interface | SWD and JTAG |
| Board Dimensions | 53mm x 23mm |
| Manufacturer | Jiangxie Tech |
Anonymous
Mar 19, 2026
Rating: 5/5
Reliable for university projects
Used this for my embedded systems final project. The 72MHz clock speed handled all my sensor readings and PWM tasks without any lag. Highly recommend for students.
Anonymous
Mar 17, 2026
Rating: 4/5
Good documentation support online
The board itself is standard, which is great because there are thousands of tutorials available for the STM32F103C8T6. Worked immediately with CubeIDE.
Anonymous
Mar 14, 2026
Rating: 4/5
Great value, minor soldering needed
Excellent core board for the price. The headers were not pre-soldered on my unit, which was fine since I prefer custom lengths, but beginners should be aware they might need a soldering iron.
Anonymous
Mar 09, 2026
Rating: 5/5
Perfect for beginners and prototyping
This board is exactly what I needed to start learning ARM development. It fits perfectly on a breadboard and the pinout is clearly labeled. Flashing firmware via ST-Link was seamless.
Anonymous
Mar 03, 2026
Rating: 5/5
Essential for motor control experiments
I am using this to drive stepper motors in a small robot arm. The timer peripherals are easy to configure and the performance is stable even under load.
Anonymous
Mar 01, 2026
Rating: 5/5
Compact and powerful
Don't let the small size fool you; this chip packs a punch. I successfully ran a FreeRTOS demo on it with plenty of memory to spare. The Jiangxie Tech build quality seems solid.
Q: Does Jiangxie Tech provide a schematic for this specific board?
A: Yes, the schematic and pinout diagram are available for download in the 'Documents' section of the product page or on our official GitHub repository.
Q: What is the pitch of the header pins?
A: The header pins have a standard 2.54mm (0.1 inch) pitch, making them fully compatible with standard breadboards and jumper wires.
Q: Is the 3.3V regulator capable of powering external sensors?
A: The onboard regulator can provide limited current for low-power sensors. For high-current peripherals, we recommend using an external 3.3V power source to ensure stability.
Q: Does this board come with a USB-to-TTL converter built-in?
A: No, this is a minimal system board. You will need an external ST-Link V2 or similar programmer/debugger to upload code and power the board via the SWD interface.
Q: Can I use the Arduino IDE with this board?
A: Yes, you can program this board using the Arduino IDE by installing the STM32Duino core package. However, for advanced features, we recommend using STM32CubeIDE or Keil.