Arduino 環境建置 安裝ESP8266開發板

安裝nodeMCU驅動程式

對於Windows使用者,若無法自動偵測nodeMCU驅動程式,需要自行下載安裝COM埠驅動程式。

• nodeMCU V3 使用CH340G USB-to-UART橋接晶片組。

– USB-SERIAL CH340G 驅動程式下載

http://www.arduined.eu/files/CH341SER.zip


• nodeMCU V2 使用CP2102 USB-to-UART橋接晶片組。

– USB-SERIAL CP2102 驅動程式下載

https://www.silabs.com/documents/public/software/CP210x_Windows_Drivers.zip

在 Arduino IDE 設定 NodeMCU

打開ARDUINO IDE軟體,檔案==>偏好設定,在下方額外的開發板管理員

網址:輸入 http://arduino.esp8266.com/stable/package_esp8266com_index.json

https://github.com/esp8266/Arduino/releases/download/2.3.0/package_esp8266com_index.json


接著到工具==>開發板==>開發板管理員

搜尋"ESP8266"並安裝

選擇開發板:NodeMCU 1.0(ESP-12E Module)

選擇你的序列埠

大功告成,可以開始寫程式了。