My first IOT home automation project with ESP8266


My first IIoT device was created as a very simple project. This is all about controlling the appliances via the internet and the cloud, as well as monitoring some current environmental changes.

To control the relays in the first part of the experiment, I used the Blynk server and app which is very convenient and the easiest thing to deal with on the internet of things. Blynk allows for a quick and painless setup process. The user only needs to upload some of the example codes that define the network's authentication token, SSID, and password.

Probing ahead with the second part, I used to use Ubidots to manage my device. Ubidots also offer an excellent platform for managing, analyzing, and updating the status of your device through IoT technology. Overall, Blynk works on the MQTT protocol, which is fantastic.

Thirdly, I linked it to IFTTT - Webhooks, which allows me to control and pull data from it using Google Assistant.



At the fourth stage, I created (in a flash, so it's very basic) my own web app to control my relays, this is how it appears, 


Now I'm looking forward to linking it to the Google cloud platform in the fifth stage.

No comments:

Post a Comment