“ESP8266 Arduino”的版本间的差异
第41行: | 第41行: | ||
PS:NodeMCU有数据通信芯片可直接下载,所以硬件方面使用NodeMCU | PS:NodeMCU有数据通信芯片可直接下载,所以硬件方面使用NodeMCU | ||
− | [http://www.yfrobot.com/thread-11801-1-1.html ESP8266+Arduino 一:认识ESP8266,esp8266 arduino core学习链接] | + | [http://www.yfrobot.com.cn/thread-11801-1-1.html ESP8266+Arduino 一:认识ESP8266,esp8266 arduino core学习链接] |
− | [http://www.yfrobot.com/thread-11798-1-1.html ESP8266+Arduino 二: 参考学习 Reference] | + | [http://www.yfrobot.com.cn/thread-11798-1-1.html ESP8266+Arduino 二: 参考学习 Reference] |
− | [http://www.yfrobot.com/thread-11799-1-1.html ESP8266+Arduino 三: libraries 库学习] | + | [http://www.yfrobot.com.cn/thread-11799-1-1.html ESP8266+Arduino 三: libraries 库学习] |
− | [http://www.yfrobot.com/thread-11800-1-1.html ESP8266+Arduino 四: file system 文件系统学习] | + | [http://www.yfrobot.com.cn/thread-11800-1-1.html ESP8266+Arduino 四: file system 文件系统学习] |
− | [http://www.yfrobot.com/thread-11797-1-1.html ESP8266+Arduino 五:Arduino IDE 环境搭建与配置] | + | [http://www.yfrobot.com.cn/thread-11797-1-1.html ESP8266+Arduino 五:Arduino IDE 环境搭建与配置] |
− | [http://www.yfrobot.com/thread-11832-1-1.html ESP8266+Arduino 六:ESP8266 下载Blink测试(ESP-01模块)] | + | [http://www.yfrobot.com.cn/thread-11832-1-1.html ESP8266+Arduino 六:ESP8266 下载Blink测试(ESP-01模块)] |
− | [http://www.yfrobot.com/thread-11841-1-1.html ESP8266+Arduino 七:nodemcu 下载Blink测试(NodeMCU模块)] | + | [http://www.yfrobot.com.cn/thread-11841-1-1.html ESP8266+Arduino 七:nodemcu 下载Blink测试(NodeMCU模块)] |
− | [http://www.yfrobot.com/thread-11805-1-1.html ESP8266+Arduino 八:远程遥控LED 基于yeelink云平台(nodemcu)] | + | [http://www.yfrobot.com.cn/thread-11805-1-1.html ESP8266+Arduino 八:远程遥控LED 基于yeelink云平台(nodemcu)] |
− | [http://www.yfrobot.com/thread-11823-1-1.html ESP8266+Arduino 九:远程监控温湿度,基于yeelink云平台 (nodemcu)] | + | [http://www.yfrobot.com.cn/thread-11823-1-1.html ESP8266+Arduino 九:远程监控温湿度,基于yeelink云平台 (nodemcu)] |
− | [http://www.yfrobot.com/thread-11872-1-1.html ESP8266+Arduino 十 : ESP8266 AP Web Server] | + | [http://www.yfrobot.com.cn/thread-11872-1-1.html ESP8266+Arduino 十 : ESP8266 AP Web Server] |
− | [http://www.yfrobot.com/thread-11874-1-1.html ESP8266+Arduino 十一 : ESP8266 Web Server -- read DHT11] | + | [http://www.yfrobot.com.cn/thread-11874-1-1.html ESP8266+Arduino 十一 : ESP8266 Web Server -- read DHT11] |
− | [http://www.yfrobot.com/thread-11877-1-1.html ESP8266+Arduino 十二 : ESP8266 wifi 获取天气数据 心知天气API] | + | [http://www.yfrobot.com.cn/thread-11877-1-1.html ESP8266+Arduino 十二 : ESP8266 wifi 获取天气数据 心知天气API] |
− | [http://www.yfrobot.com/thread-11880-1-1.html ESP8266+Arduino 十三 : ESP8266+0.96OLED weather station(气象站)] | + | [http://www.yfrobot.com.cn/thread-11880-1-1.html ESP8266+Arduino 十三 : ESP8266+0.96OLED weather station(气象站)] |
− | [http://www.yfrobot.com/thread-11881-1-1.html ESP8266+Arduino 十四:ESP8266网络时钟 NTP制作] | + | [http://www.yfrobot.com.cn/thread-11881-1-1.html ESP8266+Arduino 十四:ESP8266网络时钟 NTP制作] |
− | [http://www.yfrobot.com/portal.php 持续更新中————] | + | [http://www.yfrobot.com.cn/portal.php 持续更新中————] |
====ESP8266 手机本地遥控==== | ====ESP8266 手机本地遥控==== | ||
第87行: | 第87行: | ||
购买地址 [https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-13278610326.9.bbopSn&id=537128661253 arduino_ESP8266] | 购买地址 [https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-13278610326.9.bbopSn&id=537128661253 arduino_ESP8266] | ||
− | 更多建议和问题欢迎反馈至 [http://www.yfrobot.com YFRobot论坛] | + | 更多建议和问题欢迎反馈至 [http://www.yfrobot.com.cn YFRobot论坛] |
2021年1月7日 (四) 13:58的最后版本
目录
Arduino core for ESP8266 WiFi chip
项目地址:ESP8266_arduino
项目简介:使ESP8266支持使用arduino 环境,它允许你使用熟悉的arduino函数及库编写程序,并直接运行与ESP8266,不再需要外部的微型控制器!
arduino core for esp8266 说明文档
Documentation for ESP8266 Arduino Core. Installation instructions, functions and classes reference.
原文链接
ESP8266 Arduino Core’s documentation - latest
libraries 概总
ESP8266 应用
ESP8266-Arduino 教程汇总
PS:NodeMCU有数据通信芯片可直接下载,所以硬件方面使用NodeMCU
ESP8266+Arduino 一:认识ESP8266,esp8266 arduino core学习链接
ESP8266+Arduino 二: 参考学习 Reference
ESP8266+Arduino 三: libraries 库学习
ESP8266+Arduino 四: file system 文件系统学习
ESP8266+Arduino 五:Arduino IDE 环境搭建与配置
ESP8266+Arduino 六:ESP8266 下载Blink测试(ESP-01模块)
ESP8266+Arduino 七:nodemcu 下载Blink测试(NodeMCU模块)
ESP8266+Arduino 八:远程遥控LED 基于yeelink云平台(nodemcu)
ESP8266+Arduino 九:远程监控温湿度,基于yeelink云平台 (nodemcu)
ESP8266+Arduino 十 : ESP8266 AP Web Server
ESP8266+Arduino 十一 : ESP8266 Web Server -- read DHT11
ESP8266+Arduino 十二 : ESP8266 wifi 获取天气数据 心知天气API
ESP8266+Arduino 十三 : ESP8266+0.96OLED weather station(气象站)
ESP8266+Arduino 十四:ESP8266网络时钟 NTP制作
ESP8266 手机本地遥控
购买地址 arduino_ESP8266
更多建议和问题欢迎反馈至 YFRobot论坛