gpt4 book ai didi

linux - ESP8266 模块在启动时失败

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:41:26 26 4
gpt4 key购买 nike

我有一个连接到 USB 转 UART 模块的 ESP8266MOD ESP-12-E。当我尝试与模块通信时,我得到了一些可理解的输出,然后是一条错误消息,并且通信已关闭。

对于 ai-thinker-0.9.5.2-115200espressif-nonos-2.0.0-SDK (这不是文件的实际名称):

ets Jan  8 2013,rst cause:1, boot mode:(3,7)

load 0x40100000, len 816, room 16
tail 0
chksum 0x8d load 0x3ffe8000, len 788, room 8
tail 12
chksum 0xcf ho 0
tail 12
room 4 load 0x3ffe8314, len 288, room 12 tail 4
chksum 0xcf
csum 0xcf

2nd boot version : 1.2
SPI Speed : 40MHz
SPI Mode : DIO SPI
Flash Size : 32Mbit
jump to run user1

对于今天使用他们的云服务构建的 nodeMCU 固件(查看日期),我收到了一条更短的消息:

ets Jan  8 2013,rst cause:1, boot mode:(3,7)

load 0x40100000, len 26160, room 16
tail 0
chksum 0xb1
load 0x3ffe8000, len 2192, room 8
tail 8
chksum 0x5d
load 0x3ffe8890, len 136, room 0
tail 8
chksum 0xd8
csum 0xd8

此外,错误信息是:对于 linux 上的 miniterm.py:

Exception in thread rx:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/bin/miniterm.py", line 403, in reader
data = self.serial.read(self.serial.in_waiting or 1)
File "/usr/lib/python2.7/dist-packages/serial/serialposix.py", line 495, in read
raise SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)')
SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)

Exception in thread tx:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/bin/miniterm.py", line 444, in writer
self.serial.write(self.tx_encoder.encode(text))
File "/usr/lib/python2.7/dist-packages/serial/serialposix.py", line 547, in write
raise SerialException('write failed: %s' % (v,))
SerialException: write failed: [Errno 5] Input/output error

对于 windows 上的 Putty,我似乎也在启动过程的同一阶段遇到错误。

注1:我已经成功刷入新固件,每次都“验证OK”,所以连接良好。

注2:当我在正常启动模式下使用模块时(GPIO15低电平,GPIO0和GPIO2 float ),当EN(使能)引脚为高电平(3.3v)时,windows上的PORT8和linux上的/dev/ttyUSB0两者都消失了。此外,在与 putty 或 miniterm 进行任何类似通信时,我需要保持 EN float 以便系统看到模块,然后连接到软件,然后将 EN 置于高电平(否则它会卡住)。

还尝试使用 ESPlorer,但无法自动检测固件。我在几个固件上遇到了这个错误,我尝试了很多波特率。

最佳答案

问题出在 ESP8266 单元的电源上。我没有使用 USB 转 UART 模块提供 3.6V 电压,而是使用了另一个提供 3.3V 电压的电压源,也可能提供更高的电流。请注意,模块必须由 3.0V - 3.6V 供电,它可能会使用几百毫安,因此旧电源略高于 3.6V,可能无法提供所需的电流。

关于linux - ESP8266 模块在启动时失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42318104/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com