ESP8266 AirKiss NFF

来自Jack's Lab
(版本间的差异)
跳转到: 导航, 搜索
(以“== 概述 == <br><br> == 参考 == * 微信设备授权新接口:http://iot.weixin.qq.com/document-2_11.html <br><br> <br><br> <br><br> <br><br> <br><br> <br>...”为内容创建页面)
 
(概述)
第1行: 第1行:
 
== 概述 ==
 
== 概述 ==
 +
 +
<br><br>
 +
 +
== 快速尝试 ==
 +
 +
下载 SDK:
 +
 +
<source lang=bash>
 +
# clone the whole sdk
 +
$ git clone git://github.com/icamgo/noduino-sdk.git noduino-sdk
 +
 +
# fetch the toolchain of esp8266
 +
$ cd noduino-sdk
 +
$ git submodule init
 +
$ git submodule update
 +
$ cd toolchain
 +
$ ./gen.py
 +
# generate the toolchain (you need Python 2.7)
 +
</source>
 +
 +
 +
插上开发板,编译上传一步完成:
 +
 +
<source lang=bash>
 +
$ cd ../example/smart-config
 +
 +
$ make flash
 +
</source>
 +
 +
 +
打开微信,扫一扫如下二维码,直接进入微信,自动开始探测设备:
 +
 +
[[文件:Wechat-qcode-maike-noduino.jpg]]
  
 
<br><br>
 
<br><br>

2015年11月12日 (四) 19:20的版本

1 概述



2 快速尝试

下载 SDK:

# clone the whole sdk
$ git clone git://github.com/icamgo/noduino-sdk.git noduino-sdk

# fetch the toolchain of esp8266
$ cd noduino-sdk
$ git submodule init
$ git submodule update
$ cd toolchain
$ ./gen.py
# generate the toolchain (you need Python 2.7)


插上开发板,编译上传一步完成:

$ cd ../example/smart-config

$ make flash


打开微信,扫一扫如下二维码,直接进入微信,自动开始探测设备:

文件:Wechat-qcode-maike-noduino.jpg



3 参考























个人工具
名字空间

变换
操作
导航
工具箱