Skip to content
  • Home
  • Arduino
    • Arduino Projects
    • Arduino Guides
  • ESP32
    • ESP32 Projects
    • ESP32 Guides
  • ESP8266
    • ESP8266 Projects
    • ESP8266 Guides
  • Electronics
    • Electronics Guides
  • Blog
  • About
    • About us
    • Contact us
    • Privacy Policy
ArduinoYard

ArduinoYard

  • Home
  • Arduino
    • Arduino Projects
    • Arduino Guides
  • ESP32
    • ESP32 Projects
    • ESP32 Guides
  • ESP8266
    • ESP8266 Projects
    • ESP8266 Guides
  • Electronics
    • Electronics Guides
  • Blog
  • About
    • About us
    • Contact us
    • Privacy Policy

ESP32 Guides

DHT11 with ESP32: Add Temp and Hum to your IoT Project

July 19, 2025July 18, 2025 by Arduino Yard
ESP32_DHT11_Thumbnail

While working on a DIY smart room monitor last month, I used a sensor called DHT11 with ESP32 to track temperature and humidity. It’s a simple yet reliable combo, making … Read more

Categories ESP32 Guides, Blog Leave a comment

ESP32 and BluetoothSerial Issue: Sketch Too Big? Here’s the QUICK Fix

July 15, 2025 by Arduino Yard

This is a common ESP32 and BluetoothSerial issue, and the fix is surprisingly simple: change the partition scheme in the Arduino IDE. If you’re working on an ESP32 project that … Read more

Categories ESP32 Guides, Blog Leave a comment

Firebase to ESP32: Read Realtime Data from Firebase Realtime Database

July 13, 2025July 13, 2025 by Arduino Yard

After learning how to upload data to Firebase using ESP32, the next important step is to read data from Firebase to ESP32. This is essential for remote control applications, real-time … Read more

Categories ESP32 Guides, Blog Leave a comment

ESP32 Firebase Guide: Send Any Sensor Data to Firebase using esp32

July 13, 2025July 11, 2025 by Arduino Yard

This is a modern and recommended way to implement ESP32 Firebase integration without needing external servers. Logging data from a microcontroller to the cloud is a foundational task in many … Read more

Categories ESP32 Guides, Blog Leave a comment

Temperature Sensor DS18B20 with ESP32: Complete Guide

July 4, 2025 by Arduino Yard
DS18B20_ESP32_Thumbnail

Using the DS18B20 with ESP32 is an excellent way to measure temperature accurately in your IoT projects. Thanks to its One-Wire protocol and waterproof option, this digital sensor is widely … Read more

Categories ESP32 Guides, Blog Leave a comment

DFPlayer Mini with ESP32 – A Complete Guide

July 3, 2025 by Arduino Yard
DFPlayer_Mini_ESP32_Thumbnail

In this guide, we will learn how to interface DFPlayer Mini with Arduino UNO, explore its connections, commands, and libraries, and create a sample project to play audio files.

Categories ESP32 Guides, Blog 2 Comments

Using IR Sensor with ESP32 (Proximity Sensor) – Easy Guide

June 29, 2025 by Arduino Yard
IR_Sensor_ESP32_Thumbnail

Introduction In this article, we’ll explore the basics of using an IR Sensor with ESP32 and create a simple project to demonstrate its functionality: turning an LED ON or OFF … Read more

Categories ESP32 Guides, Blog Leave a comment

Control ESP32 Devices via XAMPP from a PHP Web Dashboard: An Important Guide

June 24, 2025 by Arduino Yard
XAMPP Led Control ESP32

In this guide, we’ll show you how to control ESP32 devices via XAMPP, allowing you to create a local web interface to turn devices on or off with a click … Read more

Categories ESP32 Guides, Blog Leave a comment

ESP32 I2C Scanner: Detect I2C Address Easily

June 17, 2025 by Arduino Yard
ESP32_I2C_SCANNER

That’s where the ESP32 I2C scanner helps—it quickly finds all connected I2C devices and their addresses. If you’re using I2C modules with your ESP32 board, the first thing you need … Read more

Categories ESP32 Guides, Blog Leave a comment

Understanding ESP32 I2C Pins: An Important Guide

June 14, 2025 by Arduino Yard
ESP32_I2C

The ESP32 I2C pins allow developers to connect a wide range of modules and sensors using just two wires. Whether you’re building a weather station, a smart home interface, or … Read more

Categories ESP32 Guides, Blog Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page5 Next →

Recent Posts

  • ESP32 Interrupt Timers – A Basic Guide for Beginner’s
  • Connect ESP32 with ChatGPT: Building Smarter IoT Systems
  • How to Use the ESP32 JSN-SR04T Waterproof Ultrasonic Sensor
  • ESP32 Firebase Dashboard: Monitor Temperature and Humidity With Firebase
  • Snack Shame Station – Fun Dieting Helper with Arduino, DFPlayer Mini, and IR Sensor

Connect With us

  • YouTube
  • Facebook
  • Instagram

ArduinoYard

  • Contact us
  • Privacy Policy
  • Terms and Conditions
  • Disclaimer
ArduinoYard - All About Arduino Projects