-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
ESP8266 NodeMCU not detected by computer. #3551
Comments
Did you install the USB driver ? |
Same problem, i have downloaded the drivers but still nothing :/ the blue lightning is flashing just |
Either your board is bad, or your drivers are bad. The ones with ftdi can suffer from fake chips, which then get bricked on purpose by the original ftdi driver. |
Same situation happened with me, I also purchased a nodemcu board of amica which is not showing on my windows platform. |
check in device manager, if installed the usb driver, check serial port number, |
I had same problem but I solved it. My board flashed only flashed once(it all about I think what my usb wire works) but, pc still doesnt recognize it. So i installed like 1 thousand times drivers from silabs. But pc still doesnt see it and board still flashing. So i try to change my usb wire to another one, and pc recognized it)) So if yr pc doesnt see com port try ty change the wire. |
Thanks to sshocked comment! Wire was the reason. Funniest moment is that I expierenced this problem before and forgot. Lots of wires, that are supplied with devices for charging, aren't complete USB wires, there are probably only 2 power leads inside, and missing D+ and D- wires |
@sshocked ; thankyou... it worked perfectly.. just changed the cable.... can i please know why the cable makes a difference? does it have anything to do with the length and impedance associated with it? |
thanks for these conversations. I try to change the cable and it works. |
I tried to change my wire but it didn't work. So I solved installing this: https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers |
I had to install the driver for the NodeMCU manually: https://github.com/nodemcu/nodemcu-devkit/tree/master/Drivers. Afterwards, it worked. |
Thanks @SeppPenner |
@sshocked, nice work. It's been a while since I've dealt with hardware and forgot about this. I've faced this issue quite a few times before and keep forgetting that some cables don't offer a data connection. It's now working fine...on with the show :) |
@sshocked is godlike |
Nodemcu Wifi Esp8266 NODEMCU-CP2102 V3 Lua 4Mb Same problem in the end was the change that does not have to pass data, was a cable for cellular charge, so I lost an hour in search of the solution. |
Try a different cable |
if you use windows 10, use the windows 8 driver |
same in case of my node mcu |
You can install the driver nodemcu
Pada tanggal Kam, 28 Feb 2019 21.05, Harshac2 <[email protected]>
menulis:
… Hello I purchased a esp8266 NodeMCU and I connected the micro USB into the
NodeMCU and connected via USB to my computer, which is running Windows 10
x64 bit. Nothing is showing up. However, the blue light on the esp8266 is
flashing (occasionally) but no signal whatsoever from the computer.
Please help and respond?
Thank
same in case of my node mcu
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3551 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Atgh9ri_Lc-w-2MaxIQB0abNiS11nKBiks5vR-ItgaJpZM4PDsvk>
.
|
Same problem.Finally, i find my micro usb-cable ,can only use for charge, cannot work well |
@jiashanzh This is also a quite common problem. Broken cables or cables that are usable for loading only... |
Same problem here. Resolved by changing wire. Thx |
Some of ports work for flashing an some do not. The ones that don't will power a device and copy files from my phone. Maybe it's how the driver is applied? I'd be curious if anyone has an idea why that would be. |
I have the same problem. I have downloaded ALL the drives, but they always say "Unable to find a device designed for this driver" Now, my pc does recognize that my a device is plugged in, but calls it 'Silicon labs CP210x USB to UART Bridge (COM3)' My Arduino IDE does not recognize this however. Any advice? |
I finally figured the problem out.
As it my arduino editor softwares inability to find and access the
drivers.I just changed my arduino version 1.6.4 to 1.8.8 then the problem
was solved . With that I have done my mini project using esp8266.
…On Mon, Apr 15, 2019, 2:54 PM pixelartartist ***@***.***> wrote:
I have the same problem. I have downloaded ALL the drives, but they always
say "Unable to find a device designed for this driver"
I have switch my Micro USB cables with the HUNDREDS I have at home and
none of them work. It would be nice if they all were for charging, but most
likely it's my pc.
Now, my pc does recognize that my a device is plugged in, but calls it
Silicon labs CP210x USB to UART Bridge (COM3)
My Arduino IDE does not recognize this however. Any advice?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3551 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/At3RSyqyzE-p6oT6jwqaO-xaMYMjbaD_ks5vhEVJgaJpZM4PDsvk>
.
|
If ur problem still not solved by turning from one arduino version to
another,then try it in another version .When I struck with this problem I
checked 4-5 versions to solve the problem
On Mon, Apr 15, 2019, 3:25 PM Harsha Vardhanachary <
[email protected]> wrote:
… I finally figured the problem out.
As it my arduino editor softwares inability to find and access the
drivers.I just changed my arduino version 1.6.4 to 1.8.8 then the problem
was solved . With that I have done my mini project using esp8266.
On Mon, Apr 15, 2019, 2:54 PM pixelartartist ***@***.***>
wrote:
> I have the same problem. I have downloaded ALL the drives, but they
> always say "Unable to find a device designed for this driver"
> I have switch my Micro USB cables with the HUNDREDS I have at home and
> none of them work. It would be nice if they all were for charging, but most
> likely it's my pc.
>
> Now, my pc does recognize that my a device is plugged in, but calls it
> Silicon labs CP210x USB to UART Bridge (COM3)
>
> My Arduino IDE does not recognize this however. Any advice?
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#3551 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/At3RSyqyzE-p6oT6jwqaO-xaMYMjbaD_ks5vhEVJgaJpZM4PDsvk>
> .
>
|
I have gone through versions 1.8.9-1.8.1 |
It worked for me in 1.8.8 after trying four versions
…On Mon, Apr 15, 2019, 4:16 PM pixelartartist ***@***.***> wrote:
I have gone through versions 1.8.9-1.8.1
You sure this is will work?
Thanks for the advice though!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3551 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/At3RS2JCGRpQTS9MfUxWLS1xMJyrfuJkks5vhFh0gaJpZM4PDsvk>
.
|
Thanks @Harshac2, I seriously appreciate your help :) |
change your cable |
i tried it.then also i'm getting same problem . before it was working well but i don't know why suddendly it is not working. |
I tried everything whats in this forum too. what worked for me this: https://www.usb-drivers.org/ft232r-usb-uart-driver.html |
Your S.O. version ??
…On Sun, 9 May 2021, 00:14 pepe0pepe, ***@***.***> wrote:
I tried everything whats in this forum too. what worked for me this:
https://www.usb-drivers.org/ft232r-usb-uart-driver.html
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3551 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIPMDFBFLYHINRVJ6RZTDY3TMWZVNANCNFSM4DYOZPSA>
.
|
I just downloaded this driver and worked for me. |
It works !!! |
I have t he same problem, And this one helped me, thanks for the images so I can quickly find this one. and understand that those are different hardwares
|
still, it's not come on port or pc not detects after entering it |
Thank it works ! |
i'd like to say thank you because the cable was the problem for me and I solved the problem |
I also face the same issue, I bought a new usb cable 3 new nodemcu. I already had 3 different usb cables. I tried different combinations and also tried different drivers. I was not succeed. I also tried in different OS. after I got the idea. let's verify one by one item. nodemcu was correct. new and LED blinks while connecting to the cable. When I tried to verify the usb cables. I connect my android phone with PC with the help of usb cable. and tried to transfer the data from phone to PC. My phone was detected by my PC. So I got all the cables i had faulty. Make sure you try to verify all items one by one. Thanks a lot |
Sorry if this is off topic: But I am unable to upload any code to my NodeMCU board ever since I upgraded my Windows 10. My old USB serial driver CH340 no longer works. Windows complains that the driver is 'not signed', so it cannot be installed. Windows Update also could not find any suitable driver for NodeMCU serial interface. The same board and cable work fine on a Linux laptop. |
The firmware you will upload in the esp8266 is closed source, Chinese, and has access to your local network. Will you trust it more @ramanraja ? |
@d-a-v , you have a valid point! |
These files are closed source binaries downloaded from espressif website and are included in every sketch build (arduino or platformio or tasmota or anything related to this arduino core).
Hardware usb<=>uart converters (ch340, cp2103, pl2303, ftdi) all need an USB driver for your OS. Sometimes there are open source versions for some OS, sometimes not. They sometimes need to be upgraded along with OS when they are themselves upgraded. Worst cases are about macOS. For all OSes there should be a signed binary version downloadable from manufacturer websites. Signed or not for the OS, if you don't compile the driver yourself, you can do little except from downloading the binary version from the manufacturer website. |
I want to ask, my nodemcu esp8266 does not turn on and is not detected on the computer, even when it is plugged into the computer, the esp led indicator does not turn on, anyone knows the problem. |
i think it's broken
|
thank you for your help, it is working now. |
thank you so much 😍😍 |
you saved my day |
if the com port not show how you choose the port and upload I too tried changing the wire but I doesn't work |
Hi, if you are installing for Ubuntu 22.04, the thing is that mine (NodeMCU spinoff called HW-628 V1.1) has a chip for which a CH340 driver is needed. This driver is installed natively, although another tty is normally assigned to this output (so no
Your Ubuntu should be able to recognize NodeMCU from now on. Source: https://askubuntu.com/questions/1403705/dev-ttyusb0-not-present-in-ubuntu-22-04 PS: Before you install anything, first check if your USB cable is data cable. It is almost impossible to tell it 100%, but the rule of thumb is that if the cable is really thick, it probably has also the data cable inside, not only + and - for charging. |
I have installed the drives changed the cable but no changes in the port display still the port is not visible in the device manager |
Dear @lk2626 , what is your SO? Your cable is a data cable? Type of your board? |
It is windows 11 64 bit mi usb cable |
Try to install this in your win 11, after restart win system |
WHAT WORKED FOR ME (why can't developers/sellers provide a list of common headaches and how to fix???): - This was after trying a zillion different cables and all sorts of other timewastery. |
Yes i face the same problem and the problem was in the usb wire |
My symptoms: The problem: The solution: Result:
(The moral of the story: No amount of software tinkering will solve a faulty solder joint :D ) |
Hello I purchased a esp8266 NodeMCU and I connected the micro USB into the NodeMCU and connected via USB to my computer, which is running Windows 10 x64 bit. Nothing is showing up. However, the blue light on the esp8266 is flashing (occasionally) but no signal whatsoever from the computer.
Please help and respond?
Thanks!
The text was updated successfully, but these errors were encountered: