Hai everyone i have some issue with my arduino nano.
i have install driver CH340 on my pc but arduino nano wont detected on my pc.
so i start press hold reset button on arduino nano and i open Device manager and my arduino detected on Com 7
but if i release reset button my arduino not detect anymore
i just plugged the usb cable into my computer and nano didn't read it, but when i press and hold the reset button nano will read on my computer but when i try to upload a new sketch arduino ide is stuck in uploading
That's odd. I can't think of any sketch that could turn off the CH340 on the nano.
Are you using an USB hub? If so, you could try to plug the cable directly in the PC.
Please answer the question what thatb "evevrything" is. Motors, solenoids,displays .... ?
We know that.
I suspect that something is drawing too much current; it might be the main processor (328P). I would start by measuring the 5V pin under the normal circumstances and when reset is pressed.
I recall that I had this trouble with a nano and using the old bootloader option solved that. It is possible that the bootloader contains the ID code that the Arduino IDE needs.
Which ID code? VID and PID are in the CH340 and the operating system needs the to use the correct driver. Atmel chip ID is baked in the processor and does not change for a 328P (e.f. Uno vs Nano).
Although the bootloaders are different (I do not know the exact details), one difference is the communication speed (57600 for the old one, 115200 for the new one).
I do not know the details either. I had trouble with a nano, and I got a "song and dance" from my supplier about using a laptop (Oh, too bad) and Windows (Oh, you're using that one, too bad!) so I tried "old bootloader" and it worked. I'm just sharing a suggestion. I think it's worth a try.