I followed the tutorial link below to enter DFU mode and update the ATMEGA16u2 firmware.
I want to follow the tutorial below to enter DFU mode and update the ATMEGA16u2 firmware. When I connect the two pins, I can't enter DFU mode.
Is this only for the clones ? the tutorial appears to show that only the 16U2 only needs a reset to enter DFU mode and anyway it has native USB.
Neither have i, there were some instructions on how to modify an UNO to be used as a USB-MIDI device, which got me thinking about doing it, but the link has expired probably ages ago.
Can you show us a picture of it, just to confirm.
I simple google showed me a link to this , which actually provides the option to use 16u2 in a dual mode setup.
Hmm, even if that is a genuine 16u2 chip, it seems to have fewer connected tracks than shown on the photo of the UNO R3 (or even R2) on the An overview of different UNO boards page on the Arduino website. For example, are those two header pins to be shorted actually connected to the 16u2? I have my doubts, although its hard to tell just from the photos.
Unless you can see all of the layers, i would say it's impossible to tell from any picture. A DMM could be able to confirm that the connections to the 16U2 are actually there.
Because I want to use the ATMega16U2 to emulate other USB classes (HID, Mass Storage, CDC, etc.) and then use some software to analyze the contents of USB packets.
Then upload the ArduinoISP.ino to the Mega.
Start AVRDUDESS
Connect to the Mega port.
Set MCU to Atmega16u2
Set programmer to STK500v1
Select Flash to Write
Select your hex file
Click on program