Home sensor

sensor

6 Articles
GP2Y0A41SK0F STM32 ADC Distance Measurement

GP2Y0A41SK0F STM32 ADC Distance Measurement Guide

Learn how to interface the GP2Y0A41SK0F IR distance sensor with STM32 using ADC. Includes circuit diagram, code example, and distance measurement explanation.

Interface AHT20 Sensor with STM32 Using I2C

Learn how to interface the AHT20 temperature and humidity sensor with STM32 using I2C. Includes circuit diagram, datasheet-based code, and project files.

STM32 UART #7 || 1-Wire Protocol

This is the 7th tutorial in the STM32 UART Series. In this tutorial we will use the one wire protocol to interface the...

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

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 DHT22 sensor with STM32

This tutorial will cover how to interface the DHT22 Temperature and Humidity sensor with STM32. We will use the timer to generate...