Home controller

controller

5 Articles

STM32 FMC || LCD PART3 || Add LVGL & Create UI

This tutorial is the PART3 of the STM32 FSMC LCD series. We will see how to add the LVGL to our display which...

STM32 FMC || LCD PART2 || How to add touch interface to the LCD

This tutorial covers how to configure the touch controller for the LCD connected via the FMC peripheral to the STM32. We will read...

STM32 FMC || LCD PART1 || How to configure for LCD

This tutorial covers how to configure the FMC peripheral of the STM32 to interface a LCD in the16 bit parallel mode. We will...

AVR #6. I2C Master PART 2 || comm. with Slave Device

This tutorial covers how to configure the AVR MCU as the I2C Master. We will transmit the data to the PCF8574 and control...

FDCAN in Normal Mode || STM32H7

This tutorial will cover how to implement the FDDCAN in Normal mode. I am going to use STM32H7 microcontroller..