-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems flashing ("Amica") NodeMCU with CP2101 #156
Comments
Could it be the baud rate? ESP Web Tools defaults to 115200 baud rate: https://github.com/esphome/esp-web-tools/blob/main/src/connect.ts#L21 |
While the bottom of the NodeMCU states 9600 baud rate the upload speed in arduino IDE and PlatformIO is 115200 and working fine. I changed the baud rate to 9600 in esp web tools but uploading doesnt work. Openening the serial console through esp webtools does work , so the serial connection seems to be ok. I browsed through the issue list and found #27. It seems there is a problem with uploading to ESP8266EX. This chip is on the boards i have. In this issue there are 2 problems described and it seems uploading to ESP8266EX is never solved. If helpfull I can send you a board. |
Hello also have wemos uno sized ESP 12F wich also works ok installing today i recieved 5 wemos d1 mini ESP12F and that does not work made a littlefs bin adress 0x200000 button on webpage works ok on nodemcu esp12E and wemos uno sized 12F but does not work for wemos D1 mini ESP12F cannot figure out yet what is the problem |
https://esphome.github.io/esp-web-tools/ |
changed the baudrate in local js file to 57600 now it installs littlefs bin at 0x200000 on wemos d1 mini esp12F ldijkman/randomnerd_esp32_wifi_manager#28 https://ldijkman.github.io/randomnerd_esp32_wifi_manager/Touch_Electra-Electra_Touch/local_js.html |
with the latest version flashing ("Amica") NodeMCU with CP2101 is working |
Same issue... I moved the VIN pin to the RST pin. It connected and flashed. In case someone is still stuck |
I have a couple of ("Amica") NodeMCU with CP2101 that i cannot flash with ESP web tools.
Flashing the same NodeMCU's with Arduino IDE or PlatformIO is working fine:
I allready tried different browsers/computers
The text was updated successfully, but these errors were encountered: