作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我将 NodeMCU v0.9.5 闪存到我的 ESP8266 模块之一。现在我正在尝试使用 ESPlorer 将 Lua 脚本发送到我的模块。我已经仔细检查了接线。
当我按下“发送到 ESP”按钮时,它显示错误:
PORT OPEN 9600
Communication with MCU...
....Got answer! AutoDetect firmware...
Can't autodetect firmware, because proper answer not received.
����,�.,�����(�.,�����Waiting answer from ESP - Timeout reached. Command aborted.`
我该如何解决这个问题?
编辑:在我刷新 NodeMCU 1.4(master)后,我收到一条启动消息。
_flash_used_end:402669c3
fs.start:68000,max:14000
mount res: 0
Task task_lua started.
SIG_LUA received.
NodeMCU custom build by frightanic.com
branch: master
commit: c8037568571edb5c568c2f8231e4f8ce0683b883
SSL: false
modules: file,gpio,i2c,net,node,ow,tmr,uart,wifi
build built on: 2016-02-29 18:25
powered by Lua 5.1.4 on SDK 1.4.0
lua: cannot open init.lua
> Heap size::42720.
Task task_lua started.
当我尝试上传 Lua 脚本时,我收到这些错误消息。
fTask task_lua started.
iTask task_lua started.
lTask task_lua started.
eTask task_lua started.
.Task task_lua started.
remove("DS1820.lua");Task task_lua started.
Task task_lua started.
Task task_lua started.
Task task_lua started.
Waiting answer from ESP - Timeout reached. Command aborted.
在没有 Debug模式的情况下刷新新固件后,我可以上传脚本。我正在尝试构建这个项目: http://www.instructables.com/id/Low-cost-WIFI-temperature-data-logger-based-on-ESP/?ALLSTEPS但是没有关于 Thingspeak 的数据。串行线路上的输出似乎没问题。我想,一切都应该没问题吧?
Sending data to thingspeak.com
Got disconnection...
Last temp: 222500
Temp:22.25.2500 C
最佳答案
在 Google 上第一个点击 ESPlorer 超时消息的是你的 friend :https://github.com/nodemcu/nodemcu-firmware/issues/784
我认为目前最好的选择是使用“debug = false”构建固件,最好是从 dev
分支。
关于lua - ESPlorer 无法与 ESP8266 通信,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35685471/
我将 NodeMCU v0.9.5 闪存到我的 ESP8266 模块之一。现在我正在尝试使用 ESPlorer 将 Lua 脚本发送到我的模块。我已经仔细检查了接线。 当我按下“发送到 ESP”按钮时
我是一名优秀的程序员,十分优秀!