The STM32 Blue Pill is a popular microcontroller board based on the STM32F103C8T6 from STMicroelectronics. Known for its powerful features and cost-effectiveness, it's widely used in various applications, from simple projects to complex systems. One of the key features that can greatly enhance its performance is the use of Direct Memory Access (DMA) with UART| Electronics - Microcontrollers - Tutorials and Projects
In this tutorial, we will learn how to read multiple analog inputs on Analog GPIO pin of STM32 Board using the inbuilt Analog-to-Digital Converter (ADC). Related posts: How to Control LED Brightness with PWM on STM32 BluePill? STM32 Blue Pill vs. Other STM32 Boards: A Comparison Getting Started with STM32 Blue Pill Using Arduino IDE| Electronics - Microcontrollers - Tutorials and Projects
In this tutorial, we will learn how to use the STM32 Blue Pill timer in PWM mode. We'll configure the timer to generate signals with different duty cycles.| Electronics - Microcontrollers - Tutorials and Projects
In our previous tutorial, we have seen the fundamentals of the STM32 Development Board and successfully programmed it to execute LED blinking. However, a major inconvenience surfaced during the programming process. We relied on an FTDI programmer module and had to toggle the boot 0 jumper between positions 0 and 1 while uploading and testing| Electronics - Microcontrollers - Tutorials and Projects