I2C

STM32 I2C Tutorials

23 Articles

STM32 as I2C SLAVE || PART 1

This tutorial is the start of a new series covering the STM32 as I2C Slave device. This tutorial covers the basic funcctions needed...

Custom characters in LCD 1602 || STM32

This is yet another tutorial covering the LCD 1602, but this time we will see how to use custom characters with this display.

BME280 with STM32

THis tutorial will cover how to interface the BME280 pressure sensor / Barometer with STM32. The sensor is connected to the MCU via...

STM32 I2C Configuration using Registers

This tutorial will cover both transmission and reception using the I2C and the configuration will remain common in both the processes.

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

Send and Receive data from the WebServer using STM32

This tutorial will cover how to communicate with the webserver, created on STM32 using ESP8266. We will send some data from the computer..

Interface BMP180 with STM32

This tutorial will cover how to interface the BMP180 temperature and atmospheric pressure sensor with STM32. We will use the I2C peripheral..

Interface DS3231 RTC module with STM32

This tutorial will cover how to interface the DS3231 RTC module with STM32. The module is connected via the I2C...

GLCD 128×64 ST7920 interfacing with STM32

This tutorial will cover how to interface the ST7920 based 128x64 Graphic LCD with STM32...