Dec 10, 2018 If the board is not recognised in Windows device manager, you need the driver. You need to identify the ttl-to-usb on the Nano first (visual inspection). Most clones ship with the CH340 chip and you need the driver for that. I am trying to connect to an Arduino with a CH340 serial to USB chip via my USB port but the computer will not recognize it. I am reading up that it requires a USB driver update for it to work. However, I do not see anything that provides me with a driver for a Windows 10 PC that only has USB 3.0 ports. This howto Blog Post will tell you how to install arduino mega 2560 drivers for windows 10, windows 7 and windows 8 both 64 bit and 32 bit systems. Sometime when you are using Arduino mega Development Circuit board that is best of many Arduino Developed boards available by ardunio.cc the device manager shows.
Scan performed on 4/25/2017, Computer: HP HP HDX 16 - Windows 7 64 bit
Outdated or Corrupted drivers:8/21
Device/Driver | Status | Status Description | Updated By Scanner |
Motherboards | |||
Intel SM-Bus-Controller | Corrupted By Arduino Mega 2560 Com3 | ||
Mice And Touchpads | |||
Microsoft Microsoft Comfort Mouse 3000 (Mouse and Keyboard Center) | Up To Date and Functioning | ||
A4Tech HID-compliant mouse | Up To Date and Functioning | ||
Logitech HID mouse | Corrupted By Arduino Mega 2560 Com3 | ||
Usb Devices | |||
YUAN High-Tech Development YUAN MC582ML/PD582 ATSC/QAM Hybrid TV AVS Video Capture | Up To Date and Functioning | ||
Sound Cards And Media Devices | |||
NVIDIA NVIDIA HDMI Audio | Outdated | ||
Hauppauge Hauppauge WinTV HVR-1200 (Model 71xxx, Hybrid DVB-T, No FP) | Outdated | ||
Network Cards | |||
Intel Ethernet Controller | Up To Date and Functioning | ||
Keyboards | |||
Microsoft HID Keyboard | Up To Date and Functioning | ||
Hard Disk Controller | |||
Intel(R) ICH9M-E/M SATA AHCI Controller | Up To Date and Functioning | ||
Others | |||
Nokia Nokia C6-00 USB Phone Parent | Outdated | ||
NEC Texas Instruments PCIxx21/x515 Cardbus Controller | Up To Date and Functioning | ||
Microsoft Texas Instruments PCI-7x20/6x20 CardBus Controller | Up To Date and Functioning | ||
Point Grey Research Texas Instruments OHCI-konformer IEEE 1394-Hostcontroller | Outdated | ||
Garmin Garmin USB GPS | Outdated | ||
Cameras, Webcams And Scanners | |||
Canon Canon MP495 ser | Corrupted By Arduino Mega 2560 Com3 | ||
Video Cards | |||
Intel Video Controller (VGA Compatible) | Up To Date and Functioning | ||
Input Devices | |||
Logitech Logitech WingMan Formula (ADI) | Up To Date and Functioning | ||
Port Devices | |||
Nokia Nokia Asha 311 USB Serial Port (COM5) | Up To Date and Functioning | ||
Monitors | |||
Sony Digital Flat Panel (1024x768) | Up To Date and Functioning | ||
Mobile Phones And Portable Devices | |||
Acer NOKIA | Up To Date and Functioning |
These instructions and screenshots describe the installation of the Arduino software and Arduino Uno drivers on Windows 7, but the same instructions work just as well for Windows Vista and Windows XP.
The only hurdle to jump is in Windows 8, which for the time being, at least, requires a few tricks to install the drivers. You can find a discussion on the Arduino forum titled “Missing digital signature for driver on Windows 8” that details a workaround.
With your Arduino Uno and a USB A-B cable at hand, follow these steps to obtain and install the latest version of Arduino on your version of Windows:
Arduino Uno Drivers Windows 7
1Open the Arduino downloads page and click the Windows link to download the .zip file containing a copy of the Arduino application for Windows.
Currently, the zipped file is 90.7MB. That’s quite a large file, so it may take a while to download. When downloading is complete, unzip the file and place the Arduino folder in an appropriate location, such as
2Plug the square end of the USB cable into the Arduino and the flat end into an available port on your PC to connect the Arduino to your computer.
As soon as the board is connected, the green LED labeled ON indicates that your Arduino is receiving power. Windows then makes a valiant effort to find drivers, but it will likely fail. It’s best to close the wizard and install the driver yourself, as described in the following steps.
3Open the Start Menu and type devmgmt.msc in the Search Programs and Files box; then press Enter.
The Device Manager window opens. Device Manager shows you all the different hardware and connected peripherals in your computer, such as your Arduino board.
If you look down the list, you should see Arduino Uno with an exclamation mark next to it. The exclamation mark indicates that it is not yet recognized.
4Right-click Arduino Uno and select Update Driver Software in the list that appears; then click the Browse my Computer for Driver Software option.
The window advances to the next page.
5Click Browse to find your Arduino folder.
You should find this folder in the location you saved it to in Step 1 of these steps.
Ch340g Arduino Driver Windows 10
6Within your Arduino folder, click the Drivers folder and then click the Arduino UNO file.
Windows 8.1 Arduino Driver
Note that if you’re in the FTDI USB Drivers subfolder, you have gone too far.
7Click Next, and Windows completes the installation.
Arduino Usb Driver
After you’ve taken care of the software installation, an easy way to launch the program is to place a shortcut on your desktop or your computer’s Start menu, whichever you prefer. Just go to your main Arduino folder, find the Arduino.exe file, right-click and click Create Shortcut to make a shortcut. Double-click the shortcut icon whenever you want to launch the Arduino application. This opens a new sketch window.