Home data

data

77 Articles

ESP32 #3 || How to use I2C || PART1

How to use the LCD1602 connected with the ESP32 via the I2C. We will see how to use the function to write the...

ESP32 #2 || How to use UART || PART2

This tutorial will cover how to use the UART peripheral in ESP32 using the ESP-IDF to receive the command and control the LED...

Display Clock on TM1637

This tutorial will cover how to display the clock on the TM1637 seven segment display using the internal RTC of STM32F103C8 MCU...

W25Q Flash Series || Part 11 || XIP

In this PART 11 of the W25Q series, we will cover how to run an application from the External Flash, also known as...

W25Q Flash Series || Part 10 || QSPI & Ext Loader in H750

This is the 10th tutorial in the W25Q Flash series using STM32 and today we will interface W25Q64 Flash using QSPI mode on...

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...

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 #9 || Lin Protocol PART 2

In this tutorial we will see how to use the Lin Transceivers to communicate between 2 STM32 MCUs, the master and the slave....

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...