ESP32-Sensor-Hub is a modular embedded project developed with ESP-IDF (C++).
It functions as a central hub that integrates multiple environmental sensors — such as temperature, humidity, and analog inputs — displaying real-time data on an LCD screen and transmitting it to a remote IoT server via Wi-Fi.
- Built with ESP-IDF and modern C++ class-based design
 - Reads data from multiple sensors (temperature, humidity, etc.)
 - Displays values on I2C LCD
 - Sends data to a remote server or cloud API (HTTP/MQTT)
 - Designed for easy expansion with additional sensors