Posts

Showing posts with the label google assistant

Controlling an LED using Voice Based Google Assistant via Adafruit MQTT

Image
**STEPS** 1. Driver Installations Download the entire folder given to you in the link. This folder contains the driver files, codes, libraries, etc. Go to the installation folder & install the Device driver CP210 2. Download the Arduino Ide software (version 1.6.5 I prefer ; you can go for higher version too) for your computer/laptop from www.arduino.cc (Its free) Once downloaded open it, go to File>Preferences and in additional board manager url type the url http://arduino.esp8266.com/stable/package_esp8266com_index.json 3. Go to Tools>Boards>Board Manager Now a small download will take place. (Around 20 min it will take). Once done type Esp so it should show “installed” 4. Now go to Tools>Boards>Select NodeMcu (Esp 12E) 5. Now connect your Esp8266 to your laptop with usb cable then select the correct com port in Tools>Port (If its not visible that means esp driver is not installed) 6. There are 2 libraries that are to be added. To add the 1st...