Posts

Showing posts from June, 2026

Build Your Own Breath Monitoring System Using ESP32 and MQ Sensors

  🫁 Build Your Own Breath Monitoring System Using ESP32 and MQ Sensors 📅 By Dinesh | LearnWithDTrend Blog | 2026 🚀 Introduction Have you ever wanted to build a simple breath monitoring system that can read gas changes from your breath and show the values on an OLED display? In this project, I built a compact breath monitoring setup using: ✅ ESP32 microcontroller ✅ MQ3, MQ135, MQ9, and MQ2 sensors ✅ 128x64 OLED display ✅ I2C communication ✅ Real-time sensor reading on serial monitor and display This project is useful for learning how gas sensors respond to breath-related changes and how sensor data can be displayed in real time. Let’s dive in. 🧠 Project Concept Here’s how the system works: The ESP32 reads values from four MQ sensors. Each sensor detects a different gas or air-quality pattern. The data is printed on the serial monitor. The same values are shown on the OLED display. The system refreshes every 2 seconds for live monitoring. This makes the project simple, interactiv...

🤖 Build Your Own Webcam Hand-Gesture Controlled RGB LED Strip Using Arduino Uno

  🤖 Build Your Own Webcam Hand-Gesture Controlled RGB LED Strip Using Arduino Uno 📅 By Dinesh | LearnWithDTrend Blog | 2026 🚀 Introduction Have you ever wanted to control an RGB LED strip just by showing hand gestures in front of a laptop webcam? In this project, I built a simple and fun gesture-controlled lighting system using: ✅ Arduino Uno ✅ 12V RGB LED strip ✅ BC547 transistor driver stage ✅ Laptop webcam ✅ HTML-based hand gesture detection The idea is simple: when you show 5 fingers , the strip glows red . When you show 2 fingers , it glows green . When you show 1 finger , it glows blue . This project is a great example of combining computer vision, web technology, and embedded systems in one compact build. 🧠 Project Concept Here’s how the system works: The webcam captures your hand. The HTML page detects how many fingers are visible. Based on the gesture, the webpage sends a serial command to Arduino. Arduino reads the command and switches the RGB LED strip. The strip li...