qwerty_coder
qwerty_coder

Reputation: 15

ESP8266 module programming, usb port not defined

I am trying to connect a esp8266 wi-fi module via a usb ttl converter to PC, but the device manager is not showing any well established port for the given connection. The only thing device manager shows out is a "CP2102 USB to UART Bridge Controller" and hence Putty is not identifying the port. Kindly help me out.

Screenshot:

enter image description here

Upvotes: 0

Views: 1464

Answers (2)

JoeB
JoeB

Reputation: 11

You need to re-download the latest driver. Mine was working perfectly fine for about 4 months and then out of nowhere it stopped working. (I suspect it stopped working because of some windows updates I did on my machine.)

I tried reinstalling with an older .exe install file and it wasn't solved. It wasn't until I actually re-downloaded the file again (from https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers) and then it worked!

Hope this helps!

Upvotes: 0

Marcel Stör
Marcel Stör

Reputation: 23535

First of all you need to install the drivers from here: https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx

Then you need to make sure your power supply for the ESP8266 has an output of 3.3v.

Upvotes: 1

Related Questions