I am not able to upload sketch because my Windows 8.1 PC is not able to recognise it. It used to work fine but suddenly my driver disappeared from my device manager and no light is shown on the Arduino uno led also.
I tried to uninstall and install the Arduino IDE again but still didn't work.
Note:- whenever I connect the USB cable to my PC, I see a dim light glowing for few milli seconds.
Update:- Also my Arduino board is not dead since it worked when connected to other pc but not working with my windows pc.
What could be the problem? How do I install the port driver back?
-
Is it a Genuine Arduino or a cheap Chinese clone?Majenko– Majenko2018年10月27日 09:44:23 +00:00Commented Oct 27, 2018 at 9:44
-
cheap Chinese i thinkSultan Morbiwala– Sultan Morbiwala2018年10月27日 10:49:27 +00:00Commented Oct 27, 2018 at 10:49
-
If you bought it off Amazon or eBay then it will be. Chances are it's dead. Get a new one.Majenko– Majenko2018年10月27日 10:50:11 +00:00Commented Oct 27, 2018 at 10:50
-
got if from souq, yea have to check. or maybe problem in usb cable?Sultan Morbiwala– Sultan Morbiwala2018年10月27日 10:51:02 +00:00Commented Oct 27, 2018 at 10:51
-
i think you have unsigned drivers see forum.arduino.cc/index.php?topic=205837.0abu-ahmed al-khatiri– abu-ahmed al-khatiri2018年10月27日 11:02:02 +00:00Commented Oct 27, 2018 at 11:02
3 Answers 3
Sometimes Windows will disable a given USB port if it think's the attached device is malfunctioning. Try using a different USB port on your PC. If that does't work try rebooting your PC.
-
I think that's the problem. I connected the Arduino to another PC and it worked so problem is not in the board but in my pc driver. Even using different usb port didn't work. How do I reboot the pc exactly?Sultan Morbiwala– Sultan Morbiwala2018年10月27日 18:08:12 +00:00Commented Oct 27, 2018 at 18:08
No LED = no power being supplied. That would imply a bad port, a bad cable, or a damaged board (open circuit due to a damaged trace or part).
A brief LED can mean the board was drawing too much current and the computer shut down that port to protect itself. That would imply a damaged board (short circuit due to burned out part, bad wiring if you have any on the board, or something conductive touching your board where it shouldn't (anywhere!).
Try substituting ports, cables, & Arduinos - one thing at a time - until something changes to give you a clue to what component is faulty.
You might also have a driver problem, but a good board/cable/port should power up anyway.
-
Problem is in driver. I connected the Arduino board to another PC and it started working but not working in my pc.Sultan Morbiwala– Sultan Morbiwala2018年10月27日 18:06:15 +00:00Commented Oct 27, 2018 at 18:06
Problem solved
I connected the arduino with my motor shield on top of it which stopped the power supply from pc. Now its working fine.