An ESP-12F (ESP8266) based home automation project with dual control modes:
- MQTT (HiveMQ broker / IoT apps)
- HTTP (local web server access)
- Control appliances remotely via MQTT broker
- Local control via HTTP server hosted on ESP12F
- Uses GPIO D5 to drive relay
- Real-time Wi-Fi connectivity
- Module: ESP-12F (ESP8266)
- Relay: 5V Single-channel relay
- IDE: Arduino IDE
- Libraries:
ESP8266WiFi.h
,PubSubClient.h
- Install Arduino IDE and ESP8266 board support
- Clone this repo
git clone https://github.com/prathameshsalunkhe/IoT-Relay.git