I have received a blue Pro Micro (32u4) and I can't get it to work.
When I plug it in via USB, it says that the USB device is not known. It also says that in the device manager (Windows 10).
I wanted to install the Pro Micro Driver from sparkfun, but when I try to do that via device manager it will not allow me to do that.
When I connect Reset to Ground (also 2x quickly), it disconnects from USB and reconnects, saying the same thing again.
It does not show up as a COM port in the device manager or in the Arduino IDE.
Thinking it may have a faulty bootloader I burned bootloaders for Arduino Leonardo and for the Sparkfun Pro Micro onto it using ISP and my Arduino Leonardo board. The bootloader burning works, but it does not fix the issue. It still shows up as an unknown USB device.
The USB-cable should be fine, since the same cable works with my Arduino Leonardo without any issues.
Is there anything I can do, or is the board broken?
Are you using USB 2.0 or 3.0 ports as USB 3.0 have been known to cause issues ?
Can I presume you have the IDE installed ?
Also which version ? (just for clarity)
Are you running your computer as Administrator or a form of restricted user ?
What security do you have on your computer as McAfee and Norton have had issues with the IDE ? (false positives)
Whilst a REAL pro micro should not need any additional drivers other than those with the IDE it is not uncommon for some Chinese vendors to say it is a pro micro when it is nothing close and in those cases other drivers may on rare occasions be needed.
A decent picture of both sides of the board may be useful for those cases.
Problem found:
One of the resistors for the USB transmission directly next to the USB port was not conducting at all, it should have 22 Ohm. I did not have such a low resistor, so for testing I soldered a 500 Ohm parallel to it, and suddenly it shows up in the device manager as Sparkfun Pro Micro.
For some reason the blink sketch will stop working after a few blinks, the analogReadSerial sketch seems to work fine.
But for now I am happy that the little board finally works.