STM32CubeMX learning notes (39) -- FSMC interface use (TFT-LCD touch screen)

1, Introduction to TFT-LCD TFT-LCD (thin film transistor liquid crystal display) is a thin film transistor liquid crystal display. TFT-LCD is different from the simple matrix of passive TN-LCD and STN-LCD. It is equipped with a thin film transistor (TFT) on each pixel of the LCD, which can effectively overcome the crosstalk when it is not g ...

Added by TechXpert on Mon, 24 Jan 2022 00:19:32 +0200

When you click the mouse, STM32CubeMX reads the data of DS18B20 temperature sensor, and the serial port prints and displays it

summary The title of all the work to be done in this paper basically includes reading the temperature value of the temperature sensor, and then printing it to the serial assistant through the serial port; A lot of bloggers' great God's tutorial I always follow the steps to make the program do not report errors and detect the sensor's condition ...

Added by chris270 on Thu, 06 Jan 2022 03:53:12 +0200

STM32CubeMX(05) transplants DMP Library of gyroscope MPU6050 to read triaxial angle and acceleration

preface Today, let's learn the gyroscope mpu6050, and use the DMP Library of mpu6050 to read the three-axis angle and acceleration. What is the DMP library, that is, the built-in digital motion processing (DMP) engine can reduce the load of MCU complex fusion calculus data, sensor synchronization, attitude and potential sensing, etc. I ...

Added by besbajah on Sun, 26 Dec 2021 05:44:56 +0200