06 2016 档案

摘要:这是练英语写作的,中文在下面。Since the execution of "init.lua" at the time of NodeMCU booting, once there are any bugs in it, the NodeMCU may restart over and ove... 阅读全文
posted @ 2016-06-20 22:08 Leytton 阅读(385) 评论(0) 推荐(0)
摘要:一、译文 与烧写一样,这里有好几种方法来从计算机上传代码到设备当中。注意NodeMCU串口接口在启动时使用115200波特率,为了在启动后改变速率,可以使用uart.setup(0,9600,8,0,1,1)。ESPlorer在改变下拉列表框里的波特率时会自动地执行uart.setup语句。在任何时... 阅读全文
posted @ 2016-06-20 21:31 Leytton 阅读(620) 评论(0) 推荐(0)
摘要:一、译文 Adafruit 提供了非常好的固件烧写教程 。下面你会发现两个流行的基本工具esptool和NodeMCU Flasher。注意:记住ESP8266在烧写新固件前需要放入烧写模块。1、esptool一个用于连接Espressif ESP8266 ROM引导装载程序的工具。它的目的是替代X... 阅读全文
posted @ 2016-06-20 20:04 Leytton 阅读(591) 评论(0) 推荐(0)
摘要:一、译文 主要有三种方法来构建NodeMCU固件:云端构建服务、Docker 镜像和专门的Linux环境(可能是虚拟机)。1、手动构建注意,默认配置的C文件头(user_config.h,user_modules.h)被设计成运行在所有的ESP模块中,像ESP-01一样包含512KB的模块,并且只包... 阅读全文
posted @ 2016-06-20 18:40 Leytton 阅读(314) 评论(0) 推荐(0)
摘要:一、译文 1、NodeMCU文档 NodeMCU是基于ESP8266 WiFi SOC(来自Espressif)的eLua固件,固件基于espressif non-os SDK并且使用基于spiffs的文件系统。SDK代码库由98.1%的C语言代码和少量的Lua嵌入式代码组成。NodeMCU固件是与... 阅读全文
posted @ 2016-06-20 18:05 Leytton 阅读(521) 评论(0) 推荐(0)
摘要:一、译文1、NodeMCU文档NodeMCU是基于ESP8266 WiFi SOC(来自Espressif)的eLua固件,NodeMCU固件是与流行的NodeMCU dev kits相配套的项目,现成的开源开发板esp8266-12e芯片。2、最新文档目前NodeMCU开发组维护的最新的文档版本是... 阅读全文
posted @ 2016-06-20 17:29 Leytton 阅读(380) 评论(0) 推荐(0)
摘要:这是练英语写作的,中文在下面。On the board of NodeMCU, there are two leds what can be tested.1、First LEDThrough the pcb file of NodeMCU (see Figure-1 or https://gi... 阅读全文
posted @ 2016-06-13 01:37 Leytton 阅读(1125) 评论(0) 推荐(0)
摘要:NodeMCU是一块集成了ESP8266的单片机,它具有体积小,扩展性强的特点。在物联网应用领域将迸发出强大的能量。我们通过入门一个NodeMCU的程序来展示一下它的强大功能。 NodeMCU的WIFI模块有三种模式,AP模式(即路由器模式),STA模式(我的理解是无线网卡模式),AP+STA模式... 阅读全文
posted @ 2016-06-12 23:20 Leytton 阅读(2712) 评论(0) 推荐(0)
摘要:这是练英语写作的,中文在下面。1、Connect WifiBefore we make a http-get request, connecting Wifi must be done.The demo gave by official website is as Code Block-1. See... 阅读全文
posted @ 2016-06-12 20:00 Leytton 阅读(438) 评论(0) 推荐(0)
摘要:http://www.verycd.com/topics/114866/1.公元前的琥珀和磁石希腊七贤中有一位名叫泰勒斯的哲学家。公元前600年前后,泰勒斯看到当明的希腊人通过摩擦琥珀吸引羽毛,用磁钱矿石吸引铁片的现象,曾对其原因进行过一番思考。据说他的解释是:“万物皆有灵。磁吸铁,故磁有灵。”这里... 阅读全文
posted @ 2016-06-12 18:27 Leytton 阅读(1026) 评论(0) 推荐(0)
摘要:这是练英语写作的,中文在下面。1、Simple DemoWe can operate the GPIO of NodeMCU like Arduino,Code block-1 is a simple demo gave by the official website.For more you ca... 阅读全文
posted @ 2016-06-12 16:41 Leytton 阅读(6903) 评论(0) 推荐(0)
摘要:这是练英语写作的,中文在下面。In the use of NodeMCU, problems may be encountered that the webserver can't receive the data of "http.post" request body.1、Using NodeJ... 阅读全文
posted @ 2016-06-11 19:42 Leytton 阅读(2051) 评论(0) 推荐(0)