Building a custom flight controller with STM32 is the ultimate drone electronics project. You design the PCB, select the IMU,... Continue reading
Blog & News
The STM32 vs Arduino debate is one every maker and embedded engineer faces at some point. Arduino got you started,... Continue reading
Adding a W25Q128 SPI flash memory to your STM32 project gives you an additional 16MB of non-volatile external storage —... Continue reading
Setting up STM32 USB CDC (Communications Device Class) allows your STM32 microcontroller to communicate with a PC over USB, appearing... Continue reading
Implementing STM32 UART DMA receive transforms serial communication from a blocking, CPU-intensive operation to a fully non-blocking, zero-overhead background process.... Continue reading
Understanding STM32 external interrupt EXTI setup is essential for any embedded developer working with STM32 microcontrollers. External interrupts allow your... Continue reading
If you’re looking to get started with Zephyr RTOS on STM32, you’ve chosen one of the most powerful combinations in... Continue reading
Building a robotic dog with a 12-DOF quadruped design, servo actuators, and STM32 control is one of the most rewarding... Continue reading
If you have ever wondered why your microcontroller slows to a crawl while copying large blocks of data between memory... Continue reading
The STM32 Blue Pill (STM32F103C8T6) is arguably the most exciting budget microcontroller board available to hobbyists today. Priced at under... Continue reading
Showing 1–10 of 1000 posts