You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🚀 Object Detection using STM32 and Ultrasonic Sensor (Displayed on LCD)
This project implements a basic object detection system using an ultrasonic sensor (like HC-SR04) with an STM32 microcontroller. The detected distance is displayed in real-time on a 16x2 I2C LCD. It’s useful for proximity alerts, obstacle detection, or DIY automation systems.
📦 Features
Real-time object distance measurement
Visual output on 16x2 I2C LCD
Threshold-based object detection alert
Easy to extend for buzzer/LED alerts or WiFi transmission