ESPlorer 无法与 ESP8266 通信
2016-3-27 4:25:23
收藏:0
阅读:64
评论:2
我将 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.
刷了一个没有调试模式的新固件之后,我可以上传脚本。我试图构建这个项目: 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
点赞
用户1203115
Simply clicking on "FS Info" after getting the timeout error worked for me.
直接在超时错误后点击“FS Info”对我很有效。
2020-04-13 22:16:15
评论区的留言会收到邮件通知哦~
推荐文章
- 如何将两个不同的lua文件合成一个 东西有点长 大佬请耐心看完 我是小白研究几天了都没搞定
- 如何在roblox studio中1:1导入真实世界的地形?
- 求解,lua_resume的第二次调用继续执行协程问题。
- 【上海普陀区】内向猫网络招募【Skynet游戏框架Lua后端程序员】
- SF爱好求教:如何用lua实现游戏内调用数据库函数实现账号密码注册?
- Lua实现网站后台开发
- LUA错误显式返回,社区常见的规约是怎么样的
- lua5.3下载库失败
- 请问如何实现文本框内容和某个网页搜索框内容连接,并把网页输出来的结果反馈到另外一个文本框上
- lua lanes多线程使用
- 一个kv数据库
- openresty 有没有比较轻量的 docker 镜像
- 想问一下,有大佬用过luacurl吗
- 在Lua执行过程中使用Load函数出现问题
- 为什么 neovim 里没有显示一些特殊字符?
- Lua比较两个表的值(不考虑键的顺序)
- 有个lua简单的项目,外包,有意者加微信 liuheng600456详谈,最好在成都
- 如何在 Visual Studio 2022 中运行 Lua 代码?
- addEventListener 返回 nil Lua
- Lua中获取用户配置主目录的跨平台方法
第一个关于ESPlorer超时消息的Google搜索结果是你的朋友:https://github.com/nodemcu/nodemcu-firmware/issues/784
我认为,目前最好的选择是使用“debug = false”构建固件,最好是来自“dev”分支。