STM32 Projects

Since most of the modern electronics requires more compute power, memory and peripherals set, the popularity of 32-bit microcontrollers is increasing among designers. One of the most commonly used 32-bit devices are the STM32 Microcontrollers from ST Microelectronics which is based on the successful ARM core processors. There are many STM32 Development boards to help you get started but, in this section, we will cover some of the basic STM32 tutorials and sample projects using STM32F103C8 Microcontroller using the popular STM32 Blue Pill Development Board.

October 4, 2018

Interrupts is a mechanism by which an I/O or an instruction can suspend the normal execution of processor and gets itself…

September 21, 2018

In electronics, Servo motors are mostly used in Robotics Projects because of their accuracy and easy handling. Servo motors are…

September 13, 2018

Stepper motor is brushless DC motor, which can be rotated in small angles, these angles are called steps. Generally stepper…

September 3, 2018

In today’s world Bluetooth has become very popular and almost every device like mobile phone, laptop, and cars infotainment…

August 31, 2018

In previous article we have seen about ADC conversion using STM32. In this tutorial, we will learn about PWM (Pulse Width…

August 29, 2018

One common feature that is used in almost every embedded application is the ADC module (Analog to Digital Converter). These …

August 22, 2018

The STM32 Development Board housing the STM32F103C8 Microcontroller is getting increasingly popular thanks to its ARM Cortex M3…

August 15, 2018

For any microcontroller project, interfacing a display unit with it would make the project a lot easier and appealing for the…

August 8, 2018

Arduino would have been the first board for many hobbyists (including me) and engineers out there when they started with…