In this tutorial, we will learn how to connect an STM32 microcontroller to a 16x2 LCD display with I2C device (PCF8574) and use the STM32 LCD library in this project. We start with simple introducing the 16x2 LCD display, then we will show how to set up the STM32 LCD library, and finally test it| Electronics - Microcontrollers - Tutorials and Projects
In this tutorial, we will interface the MPU6050 Accelerometer and Gyroscope module and SSD1306 OLED display to monitor the values Using Arduino. To know more basic details about MPU6050 Accelerometer and Gyroscope module and SSD11306 OLED display please refer below tutorials: Introduction to MPU6050 Motion Sensor How to Interface MPU6050 with the Arduino? Interfacing SSD1306| 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