查看ESP-12F QuickStart的源代码
←
ESP-12F QuickStart
跳转到:
导航
,
搜索
因为以下原因,你没有权限编辑本页:
您刚才请求的操作只有这个用户组中的用户才能使用:
用户
您可以查看并复制此页面的源代码:
== 开发环境搭建 == 用杜邦线把模块引脚按如下规则连上 USB 串口模块的引脚: * VCC ---> VCCIO * GND ---> GND * EN ---> VCCIO (拉高使能) * GPIO15 ---> GND (拉低) * RX ---> TX * TX ---> RX * GPIO0 ---> DTR * RST ---> RTS [[文件:Esp8266-coresys-dev.jpg]] Noduino SDK Linux 环境参考: <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> # try the first example $ cd ../example/blink $ make # upload the example to dev board through serial $ make flash </source> Arduino 环境,选择如图的参数: [[文件:Noduino-blink-linux.png]] 点 Upload 即可将最简单的闪灯的例子,编译后刷写入模块。上传完毕后,就可以看到,模块上的蓝色 LED 在按 1s 左右的间隔在闪动 详细软件操作过程,可参考这个:[[Getting Started with Noduino on Linux]] <br><br>
返回到
ESP-12F QuickStart
。
个人工具
登录
名字空间
页面
讨论
变换
查看
阅读
查看源代码
查看历史
操作
搜索
导航
首页
社区专页
新闻动态
最近更改
随机页面
帮助
工具箱
链入页面
相关更改
特殊页面