Home bluepill

bluepill

12 Articles

GPS (Neo 6M) with STM32

The GPS module Transmits the data via the UART in the NMEA format. We will see how to decode it and extract the...

CAN Protocol in STM32

This tutorial will cover the Basic Can protocol in STM32. Here we will see, how to communicate between two STM32 devices using the...

SPI using Registers in STM32

This tutorial will cover how to use SPI using Registers in STM32. We will see how can we send and receive data in...

PWM with DMA in STM32

This tutorial will cover how to use the Timer to generate the PWM(Pulse Width Modulation) wave in STM32. We will use the PWM...

STM32F103 Clock Setup using Registers

This tutorial will cover Clock setup, Timer Setup for Delay, and GPIO configuration for STM32 F103 using the Register based programming.

EEPROM and STM32

This tutorial will cover how to interface an I2C based AT24C EEPROM with STM32. The EEPROM is connected via the I2C peripheral...

Send and Receive data to PC without UART (STM32 USB COM)

This tutorial will cover how can we use the STM32 USB to send and receive data from the computer, just like we did...

ST7735 1.8″ TFT Display with STM32

This tutorial will cover how to interface ST7735 1.8" TFT Display with STM32 using the SPI peripheral. We will also see how to...

How to communicate between HC-12 using STM32

This tutorial will cover how to communicate between STM32 MCUs using the HC-12 Module. We will use the uart to send the data...