An IoT project that collects temperature, humidity, and vibration data using ESP32, sending it to the Blynk app and MQTT broker. Includes remote LED control.
- Install the Arduino IDE if you don't have it.
- Install the ESP32 Board in the Arduino IDE.
- Open the
ESP32_IoT_Project.ino
file in the Arduino IDE. - Replace the placeholders in the code with your credentials (WiFi, Blynk, MQTT).
- Upload the code to your ESP32 board.
- Monitor the data in the Blynk app and control the LED remotely.
- ESP32 board
- DHT11 sensor for temperature and humidity
- ADXL345 accelerometer
- Blynk app on your mobile
- MQTT broker