nodemcu-flasher icon indicating copy to clipboard operation
nodemcu-flasher copied to clipboard

Nodemcu isn't detected (COM)

Open n00bhax opened this issue 7 years ago • 6 comments

the program doesn't see the com and in device manager it's the same. Nothing is connected. I do have an arduino nano which works perfectly and is detected by device manager. I tried 2 different cables and pressing the flash and reset buttons on the esp8266.

Thanks for helping!

n00bhax avatar May 19 '17 22:05 n00bhax

So most likely the reason for this is a driver issue the driver is cp2102 driver esp8266 or here is a link hope this helps https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers

just unzip the driver and run the exe and you should start seeing the esp8266

celgara avatar Oct 18 '17 06:10 celgara

I don't think this will work. The nodemcu was just broken. I bought another one and it worked fine

n00bhax avatar Oct 18 '17 10:10 n00bhax

thanks for the answer though

n00bhax avatar Oct 18 '17 10:10 n00bhax

no problem

celgara avatar Oct 18 '17 10:10 celgara

I guess issues should be close since it is not a nodemcu problem, but a USB-to-Serial IC problem. Look at https://github.com/nodemcu/nodemcu-flasher/issues/31 Close issue 29 and issue 31 :-) 👍

mlinaje avatar Dec 07 '17 18:12 mlinaje

So most likely the reason for this is a driver issue the driver is cp2102 driver esp8266 or here is a link hope this helps https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers

just unzip the driver and run the exe and you should start seeing the esp8266

Worked for me, the COM port was available after installing the driver.

tristanlirette avatar Jun 22 '20 20:06 tristanlirette