CP2102_MQTT-Client
Getting started
// untested
- Download and Installer Driver from Silicon Labs
- Go to
:\SiLabs\MCU\CP210x_SDK\Drivers\CP210x_VCP_Windows
and install theCP210xVCPInstaller_x64.exe
Install ESP8266 Board in Arduino IDE
Step 1:
Adding the ESP8266 board to Arduino IDE.
Open Arduino IDE > File > Preferences > Additional board manager.
Add this link in the additional board manager and click OK to save changes. Link: https://arduino.esp8266.com/stable/package_esp8266com_index.json
Step 2:
This tutorial is for ESP8266 (CP2102 driver). So, we need to install the driver for CP2102 on our device/ computer.
Follow the link given below and download
https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads
In the software downloads section choose “CP210x Windows drivers”. Start Download.
Extract and open the downloaded file and install the “CP210xVCPInstaller_x64” application.
Install x64
Step 3:
Open Arduino IDE > Tools > Boards > Boards manager
Search for “esp8266 by ESP8266 Community”.
Select the latest version and install it.
Step 4:
Select board “NodeMCU 1.0 (ESP-12E Module)” and port (accordingly).
Select OK.