New ESP8266 module, does not seem to want to talk via COM Port/USB or UART via FTDI-USB? #10339
Replies: 4 comments 3 replies
-
Bump... No one? |
Beta Was this translation helpful? Give feedback.
-
I can't see any difference, but I don't have a microscope or a very strong magnifier to validate. I doubled checked the pin soldering, that looks to be solid and correct on the suspect module. I did jumper GND to GPIO0, and tried that right off, did not work, the module just seems to refuse to behave. I will have time this weekend to test again, before I bin the thing, for salvage parts. Unfortunately, past modules have been solid from the vendor, so I did not test these immediately, so I may have to eat the $4 since I can't return it this late. Good news I guess, is the replace order the module was only $3, price came down a bit, guess the ESP32 is dropping the demand for the older ESP8266 variants. |
Beta Was this translation helpful? Give feedback.
-
Still interesting why these signals were not applied by esptool.py. There must be something different with the board. |
Beta Was this translation helpful? Give feedback.
-
Nope in this case I purchased legit modules. Just happen to get one it is a bit odd. It happens. I wanted the older USB socket to keep an existing standard, but other than that, nothing special. These are for a solar battery/gimbal/tracking project so the ESP32 would have been major over kill. Building devices that track the Sun from Sunrise to Sunset. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
New ESP8266 module, does not seem to want to talk via COM Port/USB or UART via FTDI-USB?
I have tried to flash the module via Arduino IDE as well as using Thorny. Both attempts serial COM port or UART time out results.
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header.
If I open serial console, I can type AT commands. And power on the module reports READY. But no joy beyond that point. This module is 1 of 3 I purchased, the other two flashed MicroPython without issue.
AT+GMR
AT version:1.1.0.0(May 11 2016 18:09:56)
SDK version:1.5.4(baaeaebb)
compile time:May 20 2016 15:08:19
OK
Since it is responding to AT commands it is not bricked, but not sure what else to try? Is there a way to force the module via AT commands to accept a flash update?
Beta Was this translation helpful? Give feedback.
All reactions