Building an IOT project with the help of ESP8266 module connected with cloud and google assistant STEPS FOR THE PROJECT
- Download the ESP8266 library and install it in Arduino. Here is the link how to install ESP8266 Library https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/
- After Succesfully installing copy the code to arduino.
- Open ubidots account and create Devices>Variables>Switch1,Switch2,Temperature,etc.
- Copy the id in in the code.
- Cody the Token ID from Credentials.
- Change wifi and password in your code.
- Run the code and open Serial Monitor to check is wifi connected successfuly.
- Now in Ubidots add switches to dashboard and try to switch it on and off on cloud and check if serial monitor showing any changes or not.
- If Serial monitor Shows value 1 for ON switch, hence we succefully Connected ESP8266 with Cloud.