Home connection

connection

60 Articles

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

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

Interface LED dot matrix with STM32

This tutorial will cover How to interface the LED Dot Matrix Display with STM32. The Display is connected via the SPI Peripheral and...

SH1106

Interface SH1106 OLED display with STM32

This tutorial will cover how to interface the 1.3" SH1106 based oled display with STM32. The display is connected via the I2C..

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

Interface Continuous Servo with STM32

This tutorial will cover how to interface a continuous rotation servo with STM32. We will use the PWM to vary the RPM and...