Hi all,
While I'm a self confessed newcommer to Arduino, I've been learning my way around the Arduino (HW & IDE) for a few months now, but I've just hit a major problem with my second Arduino mega no longer responding in Windows device manager.
I've relentlessly searched threads and google for solutions to my problem, and while I've come close (diagnosing the problem and finding various tutorials that promise a fix), I'm having no success (or it would appear I have a compounded issue).
Example reference material:
https://www.virtuabotix.com/how-to-cure-sudden-uno-death-syndrome/
Here's a summary of my issue:
Arduino Mega R3 board #1 stopped being recognized in Windows as an Arduino Mega. It shows up as an 'unknown device' and no amount of driver re-installation fixes this. Putting the board into "DFU" mode (by momentarily shorting the two pins closest to the USB port) fails to make a difference (it disappears and comes back as unknown device again, and even using the DFU driver in FLIP doesn't work).
Arduino Mega R3 board #2 was my replacement, which has been working fine for weeks until suddenly it stopped showing up in Windows at all. This one does go into DFU mode when shorting the pins near the USB port, although it shows up in device manager as ATmega16U2 contrary to some of the tutorials (which admittedly are focused on the Uno).
What I have attempted to do:
- Put board 2 into DFU mode
- Use FLIP, load "Arduino-usbserial-atmega16u2-Mega2560-Rev3.hex"
- Open usb connection (ok)
- Click 'Run' (Result: Blank check fail at 0x00000)
- Try clicking 'Erase ' button (Result: Could not write to USB device)
For what its worth, I can successfully upload "Blink" to BOTH megas using an USBtinyISP programmer, but not my larger program (I am aware the TinyUSBISP is not suitable for the mega due to the larger memory space, but I believe this does prove my issue on both devices is the Mega16U2 chip).
So this brings me to three main questions:
- Is there anything I've missed that might help me bring these boards back to life?
- Are there any alternative methods of (reliably) programming the Mega 2560 boards? I intend this mega to be used in a Robot and I had really hoped to plug in a cable and quickly and easily upload new sketches).
- There's enough anecdotal evidence that this latest generation of in-built MegaxxU2 chips used for USB programming are unreliable... are we any closer to understanding why they fail? I would really love to know if there's something I'm doing to cause this
Thanks in advance for any advice!