I bought two arduino pro micro, was using one of them yesterday with no problems, today, i pluged it in my computer, the power led turned on but i could not see it in any COM port (it was not recognized), and the program that was in the board was not functioning.
I tried other arduino using the same cable and it worked.
Does this means that my first one is broken? is there a way for me to make it work again?
but i remember that my windows recognized my arduino even before i installed the IDE. now, i tried this same arduino in another windows and the same problem happened. only the power led turn on and the windows didnt regocnized it
Arduino produce no such board, but it exist Arduino Micro and Arduino Leonardo with chip Atmega32u4. Other company developed Arduino compatible board "SparkFun Micro Pro".
What board do you have and what board did you chose before uploading?
thanks for your answers kolaha, but can you teach me how to reset the board?
when i connect in every port in my computer the only thing that happens is the power led turning on, neither my IDE or the windows (device manager com ports) detect the arduino.
... and connect it to GND for a short moment. This should reset the board. After reset it will run in bootloader mode for a few seconds during which you should see it in your computer.
Select View > Devices by type from the Device Manager menus.
Open the "View" menu.
If there is a ✓ to the left of the "Show hidden devices" menu item, click on "Show hidden devices" to disable it.
Connect your Arduino board to your computer with the USB cable.
Momentarily connect and disconnect the RST pin to the GND pin on the Pro Micro board twice.
This can be done with a wire or metal tweezers.
Immediately select Action > Scan for hardware changes" from the Device Manager menus. You must perform this step soon after the previous step because the effect of the reset may only last for a short time.
If you weren't able to perform it quickly, you can repeat the procedure.
Watch for a new device to appear under the "Ports (COM & LPT)" section of the Device Manager tree.
Please reply here to let us know whether you saw a new device appear in the "Ports (COM & LPT)" section of the Device Manager tree soon after you performed those instructions.
You can repeat steps 5-6 multiple times if you are not sure.
I followed the steps you provided in your last answer and tried them several times. Unfortunately, I didn't see any new devices in the Ports (COM & LPT) section.
When I connect the Arduino, only the power LED turns on. Windows doesn't even emit a sound when I connect the Arduino.
It is possible for a short or external circuitry connected to the Arduino board to cause it to no longer produce a port.
Make sure the board is not sitting on anything conductive that could short the contacts on the bottom of the board. Make sure there isn't any conductive debris (e.g., strands of wire or component leads) on the board or on the surface the board is sitting on.
If you have a shield or any external circuitry or components connected to your Arduino board, try this experiment:
Unplug your board's USB cable from your computer.
Disconnect any shields, modules, external circuitry, etc. from your board.
Plug your board's USB cable back into your computer.
Now check to see whether a port is shown for the board in Arduino IDE's Tools > Port menu. If it does, you know the problem was caused by the external circuitry. You can then focus your attention on identifying the specific problem with the circuit and resolving it.
Ptillisch, I am not sure that is a shield problem because it was working one day, than i unpluged, went to bed, and the other day it was not functioning.
But I just disconnected from my shield, cleaned it with an antistatic brush, and connected but still, only the power led went on.