NodeMCU returns 从 ESPlorer 发送的命令出错

NodeMCU returns ERROR for commands sent from ESPlorer

我有一个 NodeMCU 开发工具包 v2 (Lolin),我正在尝试使用 NodeMCU 脚本对其进行编程。我正在使用 ESPlorer,到目前为止,我已经设法使用 AT 命令(当然来自 ESPlorer 工具)与它交谈。我也成功地使用 AT 命令连接到 Wi-Fi 网络。

但是当我尝试发送 NodeMCU 命令时(例如 node.heap()),它在 ESPlorer 工具的终端 window 中显示 'ERROR'。

版本信息可以通过AT指令获取,附在附件中。 Screenshot of version info

我还附上了我在 运行 NodeMCU 命令时得到的响应。您会看到 IP 地址,因为我已经使用 AT 命令连接到 Wi-fi 网络。 Screenshot of Error message.

我不确定,但看起来你的设备没有加载 NodeMCU 固件。来自 http://nodemcu.readthedocs.io/en/latest/en/:

  • 构建固件
  • 将其刷入设备
  • 上传Lua/NodeMCU代码