Anonymous
Mar 30, 2026
Rating: 4/5
Solid industrial prototype base
We bought five of these for initial prototyping. They are stable and the Ethernet MAC feature is a huge plus for our IoT gateway tests. Would give 5 stars if it came with a case.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Development, Learning, Evaluation & Industrial Control Boards |
| Origin | - |
| Microcontroller | STM32F407VGT6 (ARM Cortex-M4) |
| Main Frequency | Up to 168 MHz |
| Flash Memory | 1 MB |
| SRAM | 192 KB + 4 KB Backup |
| Operating Voltage | 3.3V (Board input 5V via USB or Jack) |
| Debug Interface | SWD and JTAG supported |
| Connectivity | USB OTG, Ethernet MAC, CAN 2.0 |
| Peripherals | 3x ADC, 2x DAC, Multiple Timers |
| Expansion Headers | Standard 2.54mm pitch GPIO headers |
| Dimensions | Approx. 55mm x 80mm |
Anonymous
Mar 30, 2026
Rating: 4/5
Solid industrial prototype base
We bought five of these for initial prototyping. They are stable and the Ethernet MAC feature is a huge plus for our IoT gateway tests. Would give 5 stars if it came with a case.
Anonymous
Mar 25, 2026
Rating: 4/5
Great value, minor documentation gaps
The hardware quality is solid and the chip is genuine. I got it running FreeRTOS within an hour. The only downside is that the included schematic could be more detailed, but the community forums helped fill the gaps.
Anonymous
Mar 20, 2026
Rating: 5/5
Best budget F4 board available
Compared to other brands, Youxin offers the best price-to-performance ratio. The USB programming works immediately on Windows 10. No driver headaches!
Anonymous
Mar 13, 2026
Rating: 5/5
Exceeded expectations
Fast shipping and the board arrived well-packaged. The voltage regulator stays cool even under load. Successfully ported my old F1 project to this F4 board with minimal changes.
Anonymous
Mar 05, 2026
Rating: 5/5
Robust performance for motor control
Using this for a drone flight controller project. The PWM resolution and timer capabilities are excellent. It handles high-frequency interrupts without any lag. Very satisfied with the purchase.
Anonymous
Mar 03, 2026
Rating: 5/5
Perfect for learning ARM Cortex-M4
This board is exactly what I needed to transition from Arduino to professional embedded development. The pinout is clearly labeled, and it works flawlessly with STM32CubeIDE. Highly recommended for students.
Q: Does it support external SPI Flash or SD cards?
A: Yes, the GPIO headers expose the necessary SPI pins (MOSI, MISO, SCK, CS) to connect external SPI Flash modules or SD card readers. Example code for FATFS is available in our GitHub repository.
Q: What is the maximum current the 3.3V pin can supply?
A: The onboard LDO regulator can typically supply up to 800mA total for the board and peripherals, but we recommend drawing no more than 200mA from the 3.3V header pin to ensure stability for the MCU itself.
Q: Can I power this board via the USB port alone?
A: Yes, the board can be fully powered via the Micro-USB port. It also features a DC power jack (5V input) if you need to power additional high-current peripherals externally.
Q: Is this compatible with the Arduino IDE?
A: Yes, you can use this board with the Arduino IDE by installing the 'STM32duino' board package. However, for full utilization of the F407 features, we recommend using STM32CubeIDE or Keil MDK.
Q: Does this board come with a built-in debugger like ST-Link?
A: No, this specific model does not have an onboard ST-Link programmer. You will need an external debugger (such as an ST-Link V2 or V3) connected via the SWD header pins to program and debug the MCU.