Home send

send

22 Articles

STM32 UART #10 || Lin Protocol PART 3

In this tutorial we will see how to STM32 as master and slave communicate with each other via the linbus. The master sends...

STM32 UART #8 || Lin Protocol PART 1

In this tutorial we will see how to configure the STM32 as the Lin protocol master. We will also send the data in...

STM32 UART #2 || use Interrupt & DMA to Transmit Data

This is the 2nd tutorial in the STM32 UART series. In this tutorial we will learn why and how to use the Interrupt...

STM32 UART #1 || Configure UART & Transmit Data

This is the first tutorial in the STM32 UART Series. Today we will cover how to configure the different parameters of the peripheral...

AVR #5. I2C Master PART 1 || Configuration

This tutorial covers how to configure the AVR MCU as the I2C Master. We will also transmit the data to the slave device...

LVGL ON STM32 || PART5

In this LVGL tutorial we will see how to use the on screen keyboard. The data entered in the text fields will be...

LVGL on STM32 || PART 4

In this LVGL tutorial we will send the UART and ADC data to the display, and retrieve the button states from the display...

AVR Tutorial #5. How to use ADC

This tutorial covers how to implement the ADC with the AVR MCU. We will use the ATtiny85 with the microchip studio to interface...

STM32 as I2C SLAVE || PART 6

This is the 6th tutorial in the series, which covers how to write an I2C slave driver for the STM32. The slave sends...