Esp-fs-Webserver: The Only ESP32 Web Server Library You’ll Ever Need

esp-fs-webserver ESP32 web server library feature image showing WiFi manager, browser file editor, OTA updates, and WebSocket support

Tired of Re-flashing Your ESP32 Just to Change WiFi or Fix a Web Page? If you have built any ESP32 or ESP8266 project with a web interface, you have felt this pain. You hardcode your WiFi credentials into the sketch, upload it, and everything works great until you need to change your WiFi credentials. Then … Read more

FDRS: Send ESP32 IoT Data Without WiFi (Ideal for Remote Farms & Fields)

Farm Data Relay System diagram showing ESP32 LoRa sensor nodes, relay gateways, ESP-NOW and LoRa hops across a farm, plus a Raspberry Pi front-end dashboard connected through GPIO UART and MQTT.

No WiFi? No Problem—ESP32 IoT Data Still Travels Far & Fast If you’ve tried to use an ESP32 IoT sensor in a remote area with no WiFi and Internet, you’ve probably run into the same problem. Maybe you want to check temperatures in a greenhouse, watch water levels in a distant pond, or record soil moisture over a … Read more

No HTML, No Headaches: Build a Clean Web UI for ESP32/ESP8266 with ESPUI

ESPUI: No HTML web UI for ESP32/ESP8266, real-time control panel with WebSocket

Ever Tried Making a Web Control Panel for Your ESP Project? It Wasn’t Fun. Let’s be real: you just want to toggle a relay, adjust LED brightness, or view sensor data from your phone or laptop. You don’t want to spend hours wrestling with HTML, CSS, and JavaScript—half the time, the code breaks, the layout … Read more