• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MKT-porter
博客园    首页    新随笔    联系   管理    订阅  订阅
2018年1月16日
Arduino IDE for ESP8266 项目(4)HTTP客户端+服务端
摘要: Arduio for esp8266 官网API:http://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/readme.html 很有价值的参考文献:http://blog.csdn.net/sadshen/article/detail 阅读全文
posted @ 2018-01-16 23:28 MKT-porter 阅读(4664) 评论(0) 推荐(0)
远程桌面访问linux
摘要: hostname -I 10.13.34.185 4900 light-wings http://blog.csdn.net/qq754438390/article/details/50042511 阅读全文
posted @ 2018-01-16 19:51 MKT-porter 阅读(258) 评论(0) 推荐(0)
Arduino IDE for ESP8266 项目(3)创建AP+STA
摘要: 官网API:http://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/readme.html STA (客户端)手机连接路由器 S1 *简单的连接WIFI 自己当手机,连接wifi S2 *添加WIFI备用,自动连接 S3 连接WIFI, 阅读全文
posted @ 2018-01-16 02:31 MKT-porter 阅读(8685) 评论(0) 推荐(0)
Arduino IDE for ESP8266 项目(2)wifi扫描
摘要: #include "ESP8266WiFi.h" void setup() { Serial.begin(115200); //设定WiFi为STA模式,如果先前已连接上AP,则与之断开 WiFi.mode(WIFI_STA); WiFi.disconnect(); delay(100); Serial.println("Setup done"); } ... 阅读全文
posted @ 2018-01-16 02:18 MKT-porter 阅读(1604) 评论(0) 推荐(0)
Arduino IDE for ESP8266 项目(1) 点亮灯+按键LED+pwm
摘要: 官方文档 http://esp8266.github.io/Arduino/versions/2.1.0/doc/libraries.html 引脚口说明 http://yfrobot.com/thread-11798-1-1.html 数字I/O口 Digital IOArduino 引脚号直接对 阅读全文
posted @ 2018-01-16 01:40 MKT-porter 阅读(16851) 评论(1) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3