Reputation: 15
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:
Upvotes: 0
Views: 1464
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
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