上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页
摘要: 1、方法一若在NodeMCU中使用了cjson.decode(result)进行解码,那么上位机程序显示编码则应为UTF-82、方法二NodeMCU获取到的Json数据中文为Unicode编码,不存在乱码问题,那么在上位机程序中对Json数据进行解码就行【转载请注明出处:http://blog.cs... 阅读全文
posted @ 2016-07-07 11:54 Leytton 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 这是练英语写作的,中文在下面。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 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 一、译文 与烧写一样,这里有好几种方法来从计算机上传代码到设备当中。注意NodeMCU串口接口在启动时使用115200波特率,为了在启动后改变速率,可以使用uart.setup(0,9600,8,0,1,1)。ESPlorer在改变下拉列表框里的波特率时会自动地执行uart.setup语句。在任何时... 阅读全文
posted @ 2016-06-20 21:31 Leytton 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 一、译文 Adafruit 提供了非常好的固件烧写教程 。下面你会发现两个流行的基本工具esptool和NodeMCU Flasher。注意:记住ESP8266在烧写新固件前需要放入烧写模块。1、esptool一个用于连接Espressif ESP8266 ROM引导装载程序的工具。它的目的是替代X... 阅读全文
posted @ 2016-06-20 20:04 Leytton 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 一、译文 主要有三种方法来构建NodeMCU固件:云端构建服务、Docker 镜像和专门的Linux环境(可能是虚拟机)。1、手动构建注意,默认配置的C文件头(user_config.h,user_modules.h)被设计成运行在所有的ESP模块中,像ESP-01一样包含512KB的模块,并且只包... 阅读全文
posted @ 2016-06-20 18:40 Leytton 阅读(306) 评论(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 阅读(497) 评论(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 阅读(371) 评论(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 阅读(1068) 评论(0) 推荐(0) 编辑
摘要: NodeMCU是一块集成了ESP8266的单片机,它具有体积小,扩展性强的特点。在物联网应用领域将迸发出强大的能量。我们通过入门一个NodeMCU的程序来展示一下它的强大功能。 NodeMCU的WIFI模块有三种模式,AP模式(即路由器模式),STA模式(我的理解是无线网卡模式),AP+STA模式... 阅读全文
posted @ 2016-06-12 23:20 Leytton 阅读(2684) 评论(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 阅读(422) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页