Skip to content
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

Closed
degraafm76 opened this issue Jan 5, 2022 · 7 comments
Closed

Problems flashing ("Amica") NodeMCU with CP2101 #156

degraafm76 opened this issue Jan 5, 2022 · 7 comments

Comments

@degraafm76
Copy link

degraafm76 commented Jan 5, 2022

I have a couple of ("Amica") NodeMCU with CP2101 that i cannot flash with ESP web tools.
20220105_122248300_iOS

image

Flashing the same NodeMCU's with Arduino IDE or PlatformIO is working fine:

image

I allready tried different browsers/computers

@degraafm76 degraafm76 changed the title Problems flashing (chinese "Amica") NodeMCU with CP2101 Problems flashing ("Amica") NodeMCU with CP2101 Jan 5, 2022
@balloob
Copy link
Member

balloob commented Jan 5, 2022

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

@degraafm76
Copy link
Author

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.

@ldijkman
Copy link

ldijkman commented May 9, 2022

Hello
i have 2 of these nodemcu boards = ESP 12E
no problem with my esp web tools installer https://ldijkman.github.io/randomnerd_esp32_wifi_manager/Touch_Electra-Electra_Touch/

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
looks like the code bin part is done at 26% and then the littlefs part "Timed out waiting for packet header"
code is running if i look at serial monitor (but it has no littlefs files)

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

@ldijkman
Copy link

ldijkman commented May 9, 2022

https://esphome.github.io/esp-web-tools/
tryed the install
worked on my amica nodemcu ESP8266 / ESP12E (nice the improv configure wifi ! )
wemos d1 mini ESP12F also worked

@ldijkman
Copy link

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

@degraafm76
Copy link
Author

with the latest version flashing ("Amica") NodeMCU with CP2101 is working

@rbric
Copy link

rbric commented Jun 20, 2023

Same issue... I moved the VIN pin to the RST pin. It connected and flashed. In case someone is still stuck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants