How to Install ESP32+ESP8266 Combined Filesystem Uploader in Arduino IDE

In the world of IoT development, ESP32 and ESP8266 microcontrollers are popular choices due to their low cost, ease of use, and versatility. However, one of the challenges developers face is managing files like HTML, CSS, images, and configuration files on these devices. That’s where SPIFFS (SPI Flash File System) comes into play. SPIFFS is … Read more

Web based Weather Station with ESP32 and DHT11 Sensor

INTRODUCTION In this project, we’ll create a simple, real-time weather station using ESP32 and DHT11 sensor to monitor temperature and humidity. The ESP32 will operate in Access Point (AP) mode, allowing it to host a web interface that displays temperature and humidity readings in real-time, which can be accessed by any nearby device without an … Read more

How to Use Ultrasonic Sensor HC-SR04 with Arduino: A Beginner’s Guide

ultrasonic-sensor-arduino

Introduction In this tutorial, we will learn how to use the Ultrasonic Sensor HC-SR04 with Arduino to measure distances accurately. Ultrasonic sensors are perfect for obstacle detection and distance measurement in various DIY electronics projects. We’ll cover how the sensor works, wiring it to the Arduino, and a simple test code to get started. What … Read more

Beginner’s guide to PCB Soldering

PCB soldering is the process of attaching electronic components to a printed circuit board (PCB) and connecting them in their required layout. The process is crucial for ensuring seamless operation of the electronic components, as poor soldering can lead to oscillations, flickering, and component failure. Components Required To get started with PCB soldering, you will … Read more

0.96 inch I2C OLED Display with Arduino

OledFeaturedAlt

Overview Discover how to kickstart your OLED display projects with Arduino! Learn step-by-step guidance, wiring, and code example to get started with I2C OLED Display with Arduino effortlessly. Read about OLED displays: https://www.oled-info.com/oled-introduction Wiring the OLED Display to Arduino To connect an OLED display to an Arduino, you will need an OLED display module, such … Read more

DIY Home Security: Arduino Intruder Alarm System with ESP32 & Blynk Cloud Integration

Arduino Intruder Alarm System

Overview Welcome to this comprehensive tutorial on building your very own Arduino Intruder Alarm System. In this tutorial, we’ll guide you through the process of creating a robust and effective security system using the Beetle ESP32 C3 board, DF robot mm wave Radar (human presence sensor), and Blynk Cloud integration. This project will enable you … Read more

YouTube Channel Statistics Display with NodeMCU(ESP8266) and I2C OLED Display – Easy

YouTube-Channel-Statistics-Display-with-NodeMCU

In this project we are goin to make a YouTube Channel Statistics Display with NodeMCU(ESP8266). In this project we make you familiar using and OLED with NodeMCU and using Google Cloud Console . We are reading the channel statistics using the Google API service and displaying that data to the OLED. This project can be … Read more