Home string

string

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

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 #7. I2C Master PART 3 || Interface LCD1602 via I2C

This tutorial covers how to use the AVR MCU as the I2C Master and send data to the LCD1602, which is connected via...

How to Interface STONE HMI with ESP32

In this tutorial we will see how to interface the Stone HMI Display with ESP32 using the ESP-IDF. We will control a LED...

Interface STONE HMI Display with Arduino

In this tutorial we will see how to interface the Stone HMI Display with ARDUINO. We will control a LED using the buttons...

EEPROM and STM32

This tutorial will cover how to interface an I2C based AT24C EEPROM with STM32. The EEPROM is connected via the I2C peripheral...

ST7735 1.8″ TFT Display with STM32

This tutorial will cover how to interface ST7735 1.8" TFT Display with STM32 using the SPI peripheral. We will also see how to...

Interface LCD 16×2 with STM32 without I2C

This tutorial will cover how to use the LCD1602 with STM32 in Parallel mode. We will use the 4 bit mode, where 4...