差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
上一修订版 两侧同时换到之后的修订记录
esp8266 [2019/03/22 10:45]
jingjing [阅读与资源]
esp8266 [2019/03/22 15:30]
jingjing [购买渠道]
行 71: 行 71:
 基于ESP8266的开发板/​模块通常包含一个表面贴装PCB模块,一个板上USB到串行桥,以及0.1英寸间距连接的分支。例如,NodeMCU开发套件使用Ai-Thinker模块, [[https://​www.adafruit.com/​product/​2821|Adafruit Feather HUZZAH]] 使用带有SiLabs CP2104 USB转串口桥接芯片的Ai-Thinker ESP-12S模块,[[https://​wiki.wemos.cc/​products:​d1:​d1_mini|WEMOS D1 Mini]]版本2.3使用Ai-Thinker ESP-12S模块带有WinChipHead CH340G USB转串口桥接芯片。其他开发板不使用中间模块,而是直接在板上集成芯片 - 例如, [[https://​wiki.wemos.cc/​products:​d1:​d1_mini_pro|WEMOS D1 Mini Pro]]使用ESP8266EX,而[[https://​wiki.wemos.cc/​products:​d1:​d1_mini_lite|WEMOS D1 Mini Lite]]使用ESP8285。 基于ESP8266的开发板/​模块通常包含一个表面贴装PCB模块,一个板上USB到串行桥,以及0.1英寸间距连接的分支。例如,NodeMCU开发套件使用Ai-Thinker模块, [[https://​www.adafruit.com/​product/​2821|Adafruit Feather HUZZAH]] 使用带有SiLabs CP2104 USB转串口桥接芯片的Ai-Thinker ESP-12S模块,[[https://​wiki.wemos.cc/​products:​d1:​d1_mini|WEMOS D1 Mini]]版本2.3使用Ai-Thinker ESP-12S模块带有WinChipHead CH340G USB转串口桥接芯片。其他开发板不使用中间模块,而是直接在板上集成芯片 - 例如, [[https://​wiki.wemos.cc/​products:​d1:​d1_mini_pro|WEMOS D1 Mini Pro]]使用ESP8266EX,而[[https://​wiki.wemos.cc/​products:​d1:​d1_mini_lite|WEMOS D1 Mini Lite]]使用ESP8285。
 ===== 社区与交流 ===== ===== 社区与交流 =====
-==== 论坛和聊天 ​====+==== 论坛 ====
   * [[https://​bbs.espressif.com/​|官方Espressif论坛]]   * [[https://​bbs.espressif.com/​|官方Espressif论坛]]
   * [[http://​www.esp8266.com/​|ESP8266社区论坛]]   * [[http://​www.esp8266.com/​|ESP8266社区论坛]]
行 99: 行 99:
   * [[https://​github.com/​esp8266/​arduino|ESP8266是Arduino的核心]]   * [[https://​github.com/​esp8266/​arduino|ESP8266是Arduino的核心]]
   * [[https://​github.com/​SmingHub/​Sming|Sming]] - 高效原生ESP8266开发的开源框架。   * [[https://​github.com/​SmingHub/​Sming|Sming]] - 高效原生ESP8266开发的开源框架。
-  * [[https://​github.com/​eerimoq/​simba|Simba OS]] - 嵌入式编程平台。/​ [[http://​simba-os.readthedocs.io/​en/​latest/​index.html|docs]], [[https://​simba-os.readthedocs.io/​en/​latest/​boards.html|支持的董事会]]+  * [[https://​github.com/​eerimoq/​simba|Simba OS]] - 嵌入式编程平台。/​ [[http://​simba-os.readthedocs.io/​en/​latest/​index.html|docs]], [[https://​simba-os.readthedocs.io/​en/​latest/​boards.html|支持的板卡]]
   * [[https://​github.com/​pfalcon/​esp-open-sdk|ESP-Open-SDK]] - 为ESP8266 / ESP8285芯片提供免费和开放(尽可能)的集成SDK。   * [[https://​github.com/​pfalcon/​esp-open-sdk|ESP-Open-SDK]] - 为ESP8266 / ESP8285芯片提供免费和开放(尽可能)的集成SDK。
   * [[https://​github.com/​SuperHouse/​esp-open-rtos|ESP-Open-RTOS]] - 基于FreeRTOS的开源ESP8266软件框架。   * [[https://​github.com/​SuperHouse/​esp-open-rtos|ESP-Open-RTOS]] - 基于FreeRTOS的开源ESP8266软件框架。
行 108: 行 108:
   * Python   * Python
     * [[https://​micropython.org/​download#​esp8266|MicroPython]] / [[http://​docs.micropython.org/​en/​latest/​|docs]], [[http://​wiki.micropython.org/​Home|wiki]], [[https://​github.com/​micropython/​micropython/​|source]]     * [[https://​micropython.org/​download#​esp8266|MicroPython]] / [[http://​docs.micropython.org/​en/​latest/​|docs]], [[http://​wiki.micropython.org/​Home|wiki]], [[https://​github.com/​micropython/​micropython/​|source]]
-    * [[https://​github.com/​eerimoq/​pumbaa|Pumbaa MicroPython]] / [[https://​pumbaa.readthedocs.io/​en/​latest/​|docs]], [[https://​pumbaa.readthedocs.io/​en/​latest/​boards.html|支持的板]] +    * [[https://​github.com/​eerimoq/​pumbaa|Pumbaa MicroPython]] / [[https://​pumbaa.readthedocs.io/​en/​latest/​|docs]], [[https://​pumbaa.readthedocs.io/​en/​latest/​boards.html|支持的板]] 
-    * [[https://​www.zerynth.com/​|Zerynth混合C / Python]] / [[https://​docs.zerynth.com/​latest/​|docs]], [[https://​www.zerynth.com/​zerynth-supported-devices/​|支持板]]+    * [[https://​www.zerynth.com/​|Zerynth混合C / Python]] / [[https://​docs.zerynth.com/​latest/​|docs]], [[https://​www.zerynth.com/​zerynth-supported-devices/​|支持]]
   * JavaScript:   * JavaScript:
     * [[http://​www.espruino.com/​EspruinoESP8266|Espurino]] / [[https://​github.com/​espruino/​Espruino|来源]]     * [[http://​www.espruino.com/​EspruinoESP8266|Espurino]] / [[https://​github.com/​espruino/​Espruino|来源]]
行 143: 行 143:
   * Adafruit的:   * Adafruit的:
     * [[https://​www.adafruit.com/​product/​2491|Ai-Thinker ESP-12S]](6.95美元)     * [[https://​www.adafruit.com/​product/​2491|Ai-Thinker ESP-12S]](6.95美元)
-    * [[https://​www.adafruit.com/​product/​2471|Adafruit HUZZAH ESP8266突围]]($ 9.95) +    * [[https://​www.adafruit.com/​product/​2471|Adafruit HUZZAH ESP8266 ​Breakout]]($ 9.95) 
-    * [[https://​www.adafruit.com/​product/​2821|带有ESP8266 Wi-Fi的Adafruit羽毛HUZZAH]](16.95美元) +    * [[https://​www.adafruit.com/​product/​2821|Adafruit Feather HUZZAH with ESP8266 Wi-Fi]](16.95美元) 
-    * [[https://​www.adafruit.com/​product/​3213|Adafruit羽毛HUZZAHESP8266 Wi-Fi和堆叠接头]]($ 19.95) +    * [[https://​www.adafruit.com/​product/​3213|Adafruit ​Feather ​HUZZAH ​with ESP8266 Wi-Fi & Stacking Headers ​]]($ 19.95) 
-    * [[https://​www.adafruit.com/​product/​2680|Adafruit HuzzahAdafruit.io物联网羽毛ESP8266 Wi-Fi入门套件]](37.50美元)+    * [[https://​www.adafruit.com/​product/​2680|Adafruit HuzzahAdafruit.io ​IoT Feather ​ESP8266 Wi-Fi Starter Kit ]](37.50美元)
   * AnalogLamb:   * AnalogLamb:
     * [[https://​www.analoglamb.com/​product/​esp-01s/​|Ai-Thinker ESP-01S]](4.99美元)     * [[https://​www.analoglamb.com/​product/​esp-01s/​|Ai-Thinker ESP-01S]](4.99美元)