Home data

data

77 Articles

ESP32 #12 || ESP SPI LCD PART3

This tutorial will continue the ESP32 LCD series with SPI Displays. Today we will see how to add the touch interface to the...

ESP32 #11 || ESP SPI LCD PART2

This tutorial covers how to integrate LVGL to the ESP32. We will use the ESP32's builtin SPI LCD driver along with the LVGL...

ESP32 #10 || ESP SPI LCD PART1

This tutorial will cover how to initialise the SPI LCD Driver in ESP32 using the builtin library functions. We will also get the...

ESP32 #7 || How to use SPI || PART3

This tutorial will cover how the ESP32 will write and read data from the W25Q flash memory using the SPI peripheral...

ESP32 #6 || How to use SPI || PART2

This tutorial will cover how to receive the data from the slave device via the SPI. We will use the W25Q flash memory...

ESP32 #5 || How to use SPI || PART1

This tutorial will cover how to configure the SPI in ESP32. We will also see how to transmit any amount of data to...

How to Print & Scroll string on Dot Matrix Display

This tutorial will cover how to print and scroll string on the dot matrix display connected to STM32 via the SPI. We will...

How to Cascade Dot Matrix Displays

This tutorial will cover how to cascade the dot matrix displays and connect them to STM32 via the SPI, using only 3 wires....

ESP32 #4 || How to use I2C || PART2

The 4th tutorial in the ESP32 series will cover how to write and read data from a slave device. We will use the...