- ESP8266 - Wikipedia #ril
- 低成本,帶有 MCU (單晶片;MicroController Unit) 與 Wi-Fi 晶片;由中國 Espressif Systems 生產。
- 深入淺出 Wifi 晶片 ESP8266 with Arduino – 阿喵就像家 https://mlwmlw.org/2015/07/%E6%B7%B1%E5%85%A5%E6%B7%BA%E5%87%BA-wifi-%E6%99%B6%E7%89%87-esp8266-with-arduino/ #ril
- ESP8266 Overview | Espressif Systems #ril
- 安可信只做晶片,是樂鑫拿去整出 ESP-XXX?
- Espressif Systems - Wi-Fi and Bluetooth chipsets and solutions #ril
- 深圳市安信可科技有限公司 #ril
- 深入淺出 Wifi 晶片 ESP8266 with Arduino – 阿喵就像家 (2015-07-19) ESP8266 分成 ESP01 ~ ESP12,用途跟 flash size 各有不同? 接到麵包板的方便性 ESP05 > ESP01 > ESP03 (除了 ESP-05 大都要額外焊轉接板);作者用 ESP01。 #ril
- ESP8266 modules hardware guide - gotta catch 'em all! - layer zero labs (2014-12-05) #ril
- ESP8266 module comparison: ESP-01, ESP-05, ESP-12, ESP-201, Test Board and NodeMCU – Squix – TechBlog (2015-03-16) #ril
- ESP-01 - ESP8266 module comparison: ESP-01, ESP-05, ESP-12, ESP-201, Test Board and NodeMCU – Squix – TechBlog (2015-03-16) #ril
- ESP-01 Pin Outs and Schematic | Henry's Bench #ril
- ESP8266 ESP-01S 串口 WIFI 收發無線模組 安信可科技原廠貨 - 台灣物聯科技 TaiwanIOT Studio #ril
- Arduino ESP8266 串口 WiFI 模組 (ESP-01S) - PlayRobot 下方有詳細規格書 #ril
- 入門教學 (PDF) 採用 115200 baud rate,強調 CH_PD 要接 3V,否則 Wi-Fi 不會作用 #ril
- ESP8266 ESP-01s測試 (01) 利用USB 轉TTL模組 @ 老尉子的部落格 :: 隨意窩 Xuite日誌 (2017-02-04) 為什麼說 USB-TTL 的 3V3 跟 +5V 都不要接? #ril
-
Getting Started with ESP8266 Development on the Mac | lost+found #ril
-
作者是軟體開發人員,沒有硬體的經驗,希望能直接在 Mac 上開發;許多有用的資訊來自 Kolban’s book on the ESP8266 (free)
-
由於 ESP-01 跟麵包板不太合 (breadboard-friendly) -- 不方便把針腳分別接出來? 作者找到一塊 breadboard adapter。
-
由於 ESP-01 不是 plug-and-play development board,所以需要 USB --> UART adapter,作者選用基於 CP2102 chipset 的 adpater,因為 macOS 有不錯的驅動程式;一再強調,要接 3.3v 的電源,接到 5v 可能會燒掉 ESP。
-
Assembly 看到作者把 USB --> UART adapter、ESP8266 (breadboard) adpater、breadboard 3.3v/5v power supply 全接上了,電源並非由 USB --> UART adapter 供應。
接線時注意 Connect the USB adapter TX0 (transmit) pin to the RXD (receive) pin on the ESP8266. 及 Connect the USB adapter RX1 (receive) pin to the TXD (transmit) pin on the ESP8266. 總是將 TX 與 RX 對接。
Connect the CHPD (?) pin of the ESP8266 to the positive rail (3.3v) on your bread board. 與 Connect the GP0 pin of the ESP8266 to the positive rail (3.3v) on your bread board, in order to boot the device on power up. [gray] Note that you will connect this spin to ground when it comes time to image the device. 最讓人不解??
-
作者採用 USB to UART Bridge VCP Drivers | Silicon Labs,尤其 driver 是 sign 過的,值得信任。接上電腦後就能看到
/dev/tty.SLAB_USBtoUART/
。$ ls -l /dev/tty.SLAB_USBtoUART crw-rw-rw- 1 root wheel 21, 6 Nov 29 23:21 /dev/tty.SLAB_USBtoUART $ kextstat | grep -i silabs # kernel module 418 0 0xffffff7f83811000 0x9000 0x9000 com.silabs.driver.CP210xVCPDriver (5.0.6) CB447773-056A-33AD-B00C-C66884C66223 <141 22 4 3>
在 About This Mac > System Report... > Hardware > USB 下也可以看到 CP2102 USB to UART Bridge Controller
-
The ESP8266 comes PRE-CONFIGURED WITH FIRMWARE that allows you to communicate over the USB-serial interface to the device, and send simple commands from the old and venerable AT command set, from the old days of modem communications. 作者用 minicom --
sudo minicom -D /dev/tty.SLAB_USBtoUART
,一開始 ESP 先不要接電源,待進到 minicom 後再接電,就會看到Ai-Thinker Technology Co.,Ltd. ... ready
的字樣,下AT
要回OK
。
-
-
1. Getting started with MicroPython on the ESP8266 — MicroPython 1.9.3 documentation 提到 "built-in USB-serial convertor to make the UART available to your PC"
-
IOT : Using ESP8266 Programmer CH340G Chip Adapter-PART 1 - CodeKrypt (2016-10-26) 一個 USB 轉接器,可以把 ESP-01 直接插上去;也是強調要用 3.3V #ril
-
USB-UART 3.3V converter for WiFi ESP-01 module (PDF) 也是 USB 轉接頭 #ril
-
Playing With a ESP8266 WiFi Module · William Durand (2015-03-17) VCC needs 3.3V #ril
-
Getting Started with ESP8266 Development on the Mac | lost+found (2016-07-17) 用 minicom #ril
-
USB TO Uart -friDay購物 使用 CH340 晶片,可以切換 3.3V 及 5V。
-
Trouble with connecting CP2102 with ESP8266 - Everything ESP8266 CP2102 供電不足? #ril
-
有人說,把
~/.screenrc
改成bindkey "\015" stuff "\015\012"
(把 CR 改成 CRLF),就可以連上了?
社群:
學習資源:
相關:
- esptool - ESP8266 bootloader 燒錄工具
- NodeMCU - 採用 ESP8266 微處理器
- MicroPython - MicroPython 官方直接提供 ESP8266 的韌體