Home write

write

35 Articles

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

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

FLASH Programming in STM32

This tutorial will cover how to program the internal Flash memory in STM32. We will cover 2 types of flash memory distribution...

How to LOG Sensors data into SD card

This tutorial will cover how to log different data (from Sensor and potentiometer) to the sd card in STM32. The sd card is...

How to interface DS18B20 with STM32

Interface DS18B20 Temperature sensor with STM32 using the microseconds delay generated using the Timer. The sensor uses one wire...

How to use the SPI Peripheral in STM32

In this tutorial we will see how to use the SPI peripheral of STM32 to write and read the data from the ADXL345...

How to Interface DHT11 sensor with STM32

How to interface DHT11 Temperature and Humidity sensor with STM32. We will use the timer to generate the delay in microseconds...