When I connect my Arduino through USB to my laptop, it does not make any sound like something is connected but green light is on. And port option in the Arduino IDE remains grayed out. I might have burned my Arduino, maybe? Please help.
Asked
Active
Viewed 1,936 times
2 Answers
2
The Arduino will not make a sound, but probably you refer to the sound Windows makes when a USB device is connected?
Try (except for the tips already given by JRobert)
- different USB port
- reinstall Arduino IDE
- disable/enable or reinstall driver in Control panel/hardware/system/USB devices
Greenonline
- 3,152
- 7
- 36
- 48
Michel Keijzers
- 13,014
- 7
- 41
- 58
1
There are a number of possible scenarios as to what is wrong:
- The USB cable is a power only cable and has no data lines. However, this is unlikely because, whilst power-only USB cables are common with mobile phones (i.e. USB to Micro USB), a full on USB-A to USB-B cable, which is what the Uno uses, normally do not come in a power-only configuration.
- The port is damaged on the laptop. This is unlikely, but it worth checking by connecting a keyboard or mouse to the same port, to see if data is transferred
- You have no driver installed. This is the most likely scenario. Normally the Arduino will trigger a driver to be automatically installed. However, in the case of the cheap Chinese clones, which use the CH340G chip, then the CH340 driver will need to be installed, if you are using Windows. Check the Device Manager in Windows to see if you Uno is recognised when connected, or whether is is shown as an "Unknown Device". A quick google should provide you with the correct driver for the CH340G. Please note that, if you are using Linux, then no driver is required, see Majenko's answer to Safe place to download CH340G drivers from.
Greenonline
- 3,152
- 7
- 36
- 48