STM32F103C8T6

How to use Digital-to-Analog Converter (DAC) with STM32F10C8 Blue Pill Board How to use Digital-to-Analog Converter (DAC) with STM32F10C8 Board

We all know that the Microcontrollers work only with digital values but in real world we have to deal with analog signals. That…

Interfacing RFID with STM32 Microcontroller How to Connect RFID with STM32 Microcontroller

In this tutorial, we will design a system to read the RFID cards using STM32 and RFID Reader. RFID stands for Radio Frequency…

How to use SPI Communication in STM32 Microcontroller How to Use SPI Communication in STM32 Microcontroller

In our previous tutorials, we have learned about SPI and I2C communication between two Arduino boards. In this tutorial we will…

How to use I2C Communication in STM32 Microcontroller How to use I2C Communication in STM32 Microcontroller

In our previous tutorials, we have learned about SPI and I2C communication between two Arduino boards. In this tutorial we will…

Interfacing Stepper Motor with STM32F103C8 (Blue Pill) Interfacing Stepper Motor with STM32F103C8

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

Interfacing Bluetooth HC-05 with STM32F103C8 Blue Pill: Controlling LED Interfacing Bluetooth HC-05 with STM32F103C8 Blue Pill: Controlling LED

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

Pulse width Modulation (PWM) in STM32F103C8: Controlling Speed of DC Fan Pulse width Modulation (PWM) in STM32F103C8: Controlling Speed of DC Fan

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

How to use ADC in STM32F103C8 - Measuring Analog Voltage using STM32 ADC How to use ADC in STM32F103C8 - Measuring Analog Voltage

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

Interfacing LCD with STM32F103C8T6 STM32 Board (Blue Pill) Interfacing 16x2 LCD with STM32F103C8T6

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

Getting Started with STM32 Development Board (STM32F103C8T6) using Arduino IDE Getting Started with STM32 (Blue Pill) using Arduino IDE: Blinking LED

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