差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
esp8266 [2019/03/21 15:38] jingjing [开发平台] |
esp8266 [2019/03/27 15:48] (当前版本) gongyu |
||
---|---|---|---|
行 1: | 行 1: | ||
+ | {{ :eetreewechat.png?600 |}} <WRAP centeralign>**扫描二维码,关注微信公众号“电子森林”,可以在手机上查看本网站的所有文章** </WRAP> | ||
+ | |||
{{ :esp8266.png?nolink |}} | {{ :esp8266.png?nolink |}} | ||
===== 什么是“物联网” ===== | ===== 什么是“物联网” ===== | ||
行 106: | 行 108: | ||
* [[https://nodemcu-build.com/|NodeMCU自定义构建]] | * [[https://nodemcu-build.com/|NodeMCU自定义构建]] | ||
* [[https://nodelua.org/|NodeLua]] - 使用Web IDE的Lua解释器。 | * [[https://nodelua.org/|NodeLua]] - 使用Web IDE的Lua解释器。 | ||
- | * | + | * 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|来源]] | ||
* [[https://mongoose-os.com/|Mongoose JS(mJS)]] / [[https://github.com/cesanta/mjs|来源]] | * [[https://mongoose-os.com/|Mongoose JS(mJS)]] / [[https://github.com/cesanta/mjs|来源]] | ||
* [[https://github.com/pando-project/jerryscript/tree/master/targets/esp8266|JerryScript]] | * [[https://github.com/pando-project/jerryscript/tree/master/targets/esp8266|JerryScript]] | ||
- | * 向前: | + | * Forth: |
* [[https://github.com/zeroflag/punyforth|PunyForth]] | * [[https://github.com/zeroflag/punyforth|PunyForth]] | ||
- | * [[https://github.com/niclash/forthright|直率的]] | + | * [[https://github.com/niclash/forthright|Forthright]] |
* ESP8266Forth / [[http://www.forth-ev.de/article.php/20151210011706511/|文章]] | * ESP8266Forth / [[http://www.forth-ev.de/article.php/20151210011706511/|文章]] | ||
- | * Lisp的: | + | * Lisp: |
* [[https://github.com/yesco/esp-lisp|ESP-Lisp语言]] | * [[https://github.com/yesco/esp-lisp|ESP-Lisp语言]] | ||
* [[https://dmitryfrank.com/articles/lisp_on_mcu|在Mongoose OS下使用JavaScript的Lisps]](低效;不实用) | * [[https://dmitryfrank.com/articles/lisp_on_mcu|在Mongoose OS下使用JavaScript的Lisps]](低效;不实用) | ||
- | * 基础: | + | * Basic: |
* [[https://www.esp8266basic.com/|ESP8266基本版]] | * [[https://www.esp8266basic.com/|ESP8266基本版]] | ||
* [[http://www.zbasic.net/downloads.php|ESP8266]] / [[http://www.zbasic.net/doc/ZBasicESP8266.html|docs的]][[http://www.zbasic.net/downloads.php|ZBasic]] | * [[http://www.zbasic.net/downloads.php|ESP8266]] / [[http://www.zbasic.net/doc/ZBasicESP8266.html|docs的]][[http://www.zbasic.net/downloads.php|ZBasic]] | ||
- | * 可视化编程: | + | * Visual programming: |
* [[https://github.com/orionrobots/Bounce|Bounce]] - 使用Google Blockly的可视化编程环境; 使用Lua NodeMCU固件为ESP8266 / NodeMCU设计。 | * [[https://github.com/orionrobots/Bounce|Bounce]] - 使用Google Blockly的可视化编程环境; 使用Lua NodeMCU固件为ESP8266 / NodeMCU设计。 | ||
* [[https://www.visuino.com/|Visuino]] - 商业视觉编程环境。 | * [[https://www.visuino.com/|Visuino]] - 商业视觉编程环境。 | ||
- | * 联网: | + | * Networking: |
* [[https://github.com/jeelabs/esp-link|ESP-LINK]] - Wi-Fi /串行桥,出站TCP和Arduino / AVR / LPC / NXP编程器。 | * [[https://github.com/jeelabs/esp-link|ESP-LINK]] - Wi-Fi /串行桥,出站TCP和Arduino / AVR / LPC / NXP编程器。 | ||
* [[https://github.com/martin-ger/esp_wifi_repeater|ESP_WiFi_Repeater]] - Wi-Fi NAT路由器。/ 视频 | * [[https://github.com/martin-ger/esp_wifi_repeater|ESP_WiFi_Repeater]] - Wi-Fi NAT路由器。/ 视频 | ||
* [[https://github.com/martin-ger/esp_slip_router|ESP_SLIP_Router]] - 串行线路IP(RFC1055)路由器。 | * [[https://github.com/martin-ger/esp_slip_router|ESP_SLIP_Router]] - 串行线路IP(RFC1055)路由器。 | ||
* USB:[[https://github.com/cnlohr/espusb|ESPUSB]] - 仅限软件的ESP8266 USB设备。/ [[https://github.com/cnlohr/espusb/wiki|wiki]], [[https://www.esp8266.com/viewforum.php?f=154|论坛]] | * USB:[[https://github.com/cnlohr/espusb|ESPUSB]] - 仅限软件的ESP8266 USB设备。/ [[https://github.com/cnlohr/espusb/wiki|wiki]], [[https://www.esp8266.com/viewforum.php?f=154|论坛]] | ||
- | * 空间: | + | * Spacial: |
* [[https://www.espressif.com/sites/default/files/documentation/geolocating_with_esp8266_en.pdf|与ESP8266进行地理定位]](PDF) | * [[https://www.espressif.com/sites/default/files/documentation/geolocating_with_esp8266_en.pdf|与ESP8266进行地理定位]](PDF) | ||
* [[https://github.com/cnlohr/esplocalizer|ESPLocalizer]] - ESP8266,IMU(方向),气压计和电池。 | * [[https://github.com/cnlohr/esplocalizer|ESPLocalizer]] - ESP8266,IMU(方向),气压计和电池。 |