This project utilizes NodeMCU 32bit ESP8266 and a Relay module as hardware components for home automation. By integrating with platforms such as Google Assistant, IFTTT, Adafruit, or Blynk, the project enables controlling home appliances using voice commands.
- NodeMCU 32bit ESP8266: An IoT development board with built-in Wi-Fi capabilities.
- Relay module: Used to control the switching of home appliances.
The project integrates with various platforms:
- Google Assistant: Voice commands triggered from a smartphone are used to control the home appliances.
- IFTTT: Connects Google Assistant with NodeMCU to send commands to the devices.
- Adafruit or Blynk: Provides additional control interfaces and visualization options for the smart home automation system.
- Connect the NodeMCU ESP8266 and Relay module according to the provided circuit diagram.
- Configure the NodeMCU to connect to your Wi-Fi network.
- Set up the necessary integrations with Google Assistant, IFTTT, and Adafruit/Blynk.
- Customize the code to map specific voice commands to turn on or off home appliances.
- Upload the code to the NodeMCU board.
- Test the system by triggering voice commands to Google Assistant and observing the appliances' behavior.