Hi,
i´ve seen some others having this problem, but did not find a solution.
I try to install my genuine Arduino UNO R3 on my windows 7, 46Bit machine (also tried winxp, also no success)
-> Plug it in
-> Devices: Unknown Device ->ATmega16u2 DFU is shown
-> update drivers and selecting Arduino UNO R3.INF
-> Devices: COM/ LPT - Arduino UNO R3 (COM 3) is shown with yellow signal, The device cannot start (Code 10)
On an HP Vista machine, had a UNO R3 that gave this error code when I tried installing it. Tried another UNO and problem went away and successfully loaded blink. Original board still gives same error. Therefore was a bad board somehow.
I think I have found solution to the problem described above in case of arduino uno with CH340 USB-to-serial chip in Winodws 7 32 bit. Just update the COM driver with drivers for CH340 USB-to-serial chip which can be downloaded from DCcduino usb drivers (CH340 / CH341 chipset). Although the site describes a solution for Macbook, it contains also drivers for windows. This solution worked for me. (Exchange of usb CABLE and Arduino driver reinstalation did not work for me).
with regards
Bartek
The fact that you are seeing Atmega16u2 in Device manager could probably suggest that your boards weren't properly loaded. I would suggest that you guys try to reload the atmega16u2 through flip. A tutorial on how to do this can be found here.
Here i attached driver file.Unzip the file. Upload it manually in port proprty.
Code 10 error is usually USB hub error. You might be using clone version of arduino. Where they use Different female USB; for which driver wont support
i found a solution for this problem.
you have to install atmel flip programme in your computer.
and upload the (arduino-usbserial-........rev3.hex) file in your arduino board.
AMPS-N:
Here i attached driver file.Unzip the file. Upload it manually in port proprty.
Code 10 error is usually USB hub error. You might be using clone version of arduino. Where they use Different female USB; for which driver wont support
I am using a clone as i have just discovered and i have downloaded the file you attached (thank you)
how do i upload it manually into port property?
Im very new to this
thanks again
DeadPoolWanab:
I am using a clone as i have just discovered and i have downloaded the file you attached (thank you)
how do i upload it manually into port property?
Im very new to this
thanks again
If you are truly using a clone, the attached drivers wont do you any good. Those are just a compressed copy of the drivers that are originally installed alongside the IDE. What usb-to-serial chip does your board use?
if the USB-to-serial chip is the small component next to the input port on the UNO r3, then im unable to tell you what sort it is as it has a 5 and then what appears to be two symbols following.
however i have a had a look on line to find fake identification threads and videos and this same component is green and not the patented brown and orange that genuine Arduino's use.
I again apologize for my shear lack of knowledge.
iv uploaded a photo of the board to hopfull awnser your question
Your board is already stuck in DFU mode, so you need not connect the reset pin to ground.
When selecting your target device in flip, you will have to select the "atmega16u2" option.
The hex file (firmware) you will need to is the one for Arduino Uno R3s.
Since you are using a 64bit computer the hex file you need should be named "Arduino-usbserial-atmega16u2-Uno-Rev3.hex" and be located in "C:\Program Files (x86)\Arduino\hardware\arduino\avr\firmware\atmegaXXu2\arduino-usbserial\”.
Hope that helps, let me know if it doesn't work.
Berthfield
I followed your instructions however my bored was in COM5 mode where DFU should be displayed i have tried to ground the device in the manner specified in the link you posted however it then shows that it is in COM6 mode
I then tried to proceed with the firmware update anyway however that ended in failure also.