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