Back to Browse

Controlling and Reading data from nodemcu using Google assistant, Dialogflow and NodeJS

5.7K views
May 1, 2020
48:23

In this tutorial, we are going to control LED connected to Esp12e using google assistant. We will be also querying data from nodemcu and read it in Google Assistant. We will be using nodejs as backend and Dialogflow for making the Agent. My Instagram : https://www.instagram.com/vikkeycodes/ Github Link : https://github.com/vikkey321/controlling-reading-data-from-nodemcu-using-dialogflow-nodejs Article Link : https://iotmonk.com/courses/controlling-and-reading-data-from-nodemcu-using-google-assistant-dialogflow-and-nodejs/ Topics Covered 1. What is a voice assistant/chatbot? 2. What is text classification? 2.1. Intents 2.2. Utterances 2.3. Entities 3. Introduction to Dialogflow. 4. Installing NodeJS 5 Installing Arduino and Esp12e(NodeMCU) libraries 6. Esp12e(NodeMCU) Breadboard setup 7. Esp12e(NodeMCU) programming. 8. Esp12e(NodeMCU) testing api using postman to control LED and read data from LDR on breadboard 9. Architecture 10. Creating an agent in Dialogflow 10.1 Creating NodeJS project and installing libraries 10.2 Creating NodeJS backend for Dialogflow 10.3 Integrating Dialogflow with NodeJS backend 10.4 Installing and using ngrok 10.5 Testing the Dialogflow agent. 10.6 Deploying it on google assistant. Installing Arduino : https://iotmonk.com/courses/introduction-to-arduino/ Installing Esp8266 Libraries : https://iotmonk.com/courses/getting-started-with-esp12e-node-mcu-wifi-development-board/ Tutorial - Applying Machine Learning on IoT Data : https://iotmonk.com/courses/applying-machine-learning-on-iot-data/ Important Links: nodejs - https://nodejs.org/en/ Dialogflow - https://dialogflow.com/ ngrok - https://ngrok.com/

Download

0 formats

No download links available.

Controlling and Reading data from nodemcu using Google assistant, Dialogflow and NodeJS | NatokHD