I can't get my Arduino micro to work [SOLVED]

Hello everyone!

I can't get my Arduino micro to work, when I try to program it, my Arduino IDE output panel says, "Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.

Programmer supports the following devices:
Device code: 0x44"
I don't get what's happening.

Thanks to everyone who can help me!

Did it work before? If so, tell us in general terms what you've done since the last time it worked.

@camsysca
it never worked, not 1 time.

Then someone more familiar with the Pro Micro will have to help you, as I don't recognize the error process. I don't even see it in the pick list in the IDE, but this is a plain-vanilla install, so the problem may be at my end.
Good luck!

@camsysca
okay, bye!

I see the originals, is yours theirs, or a clone?
https://www.sparkfun.com/search/results?term=pro+micro

What voltage and clock rate is yours?

mines clock rate is 16MHz, it's 5V, and it's a clone, it's simply labeled "micro".

Arduino also has an Arduino Micro, different number of pins - it isn't one of those, or a clone of one of those? A picture might help.



sorry it took a while, i had to get the images from my tablet.

It's not necessarily an error. The fact that it is displayed in red is probably putting you on the wrong foot..

In IDE 1.x, the bar about the output window will show if an upload succeeded or not; in IDE 2.x, pay attention to the popup and check the notification at the right bottom.

I know it's not working because when I try to upload anything it just shows "Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.

Programmer supports the following devices:
Device code: 0x44" and the micro board runs it's program from the factory.

Images arent much use, but looks more like:

And there are white clones(read further in the page linked):

If you could improve those images, I might dig further.

here's the board data:

BN: Unknown board
VID 0x1A86
PID 0x7523
SN: (null)

maybe it's faulty?
I think that maybe the case.
as I already followed the steps to set it up, but the Arduino IDE won't program it.

I only have IDE 1.x available; this is a "censored" image of a verbose output of a successful upload and I suspect that the text in the output windows is what you see.

Please enable verbose output during upload and disable verbose output during compilation under file/preferences. Perform an upload of blink and post the output here (please use code tags).

This is the full verbose output from the above screenshot

Forcing reset using 1200bps open/close on port /dev/ttyACM1
PORTS {/dev/ttyACM0, /dev/ttyACM1, /dev/ttyUSB0, } / {/dev/ttyACM0, /dev/ttyUSB0, } => {}
PORTS {/dev/ttyACM0, /dev/ttyUSB0, } / {/dev/ttyACM0, /dev/ttyACM1, /dev/ttyUSB0, } => {/dev/ttyACM1, }
Found upload port: /dev/ttyACM1
/home/wim/Downloads/1_arduino_ide_1.x/arduino-1.8.19/portable/packages/arduino/tools/avrdude/6.3.0-arduino17/bin/avrdude -C/home/wim/Downloads/1_arduino_ide_1.x/arduino-1.8.19/portable/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf -v -patmega32u4 -cavr109 -P/dev/ttyACM1 -b57600 -D -Uflash:w:/tmp/arduino_build_449371/Blink.ino.hex:i 

avrdude: Version 6.3-20190619
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2014 Joerg Wunsch

         System wide configuration file is "/home/wim/Downloads/1_arduino_ide_1.x/arduino-1.8.19/portable/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf"
         User configuration file is "/home/wim/.avrduderc"
         User configuration file does not exist or is not a regular file, skipping

         Using Port                    : /dev/ttyACM1
         Using Programmer              : avr109
         Overriding Baud Rate          : 57600
         AVR Part                      : ATmega32U4
         Chip Erase delay              : 9000 us
         PAGEL                         : PD7
         BS2                           : PA0
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom        65    20     4    0 no       1024    4      0  9000  9000 0x00 0x00
           flash         65     6   128    0 yes     32768  128    256  4500  4500 0x00 0x00
           lfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           efuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           lock           0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00

         Programmer Type : butterfly
         Description     : Atmel AppNote AVR109 Boot Loader

Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
    Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.

Programmer supports the following devices:
    Device code: 0x44

avrdude: devcode selected: 0x44
avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e9587 (probably m32u4)
avrdude: reading input file "/tmp/arduino_build_449371/Blink.ino.hex"
avrdude: writing flash (3958 bytes):

Writing | ################################################## | 100% 0.30s

avrdude: 3958 bytes of flash written
avrdude: verifying flash memory against /tmp/arduino_build_449371/Blink.ino.hex:
avrdude: load data flash data from input file /tmp/arduino_build_449371/Blink.ino.hex:
avrdude: input file /tmp/arduino_build_449371/Blink.ino.hex contains 3958 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 0.03s

avrdude: verifying ...
avrdude: 3958 bytes of flash verified

avrdude done.  Thank you.


In IDE 2.x Forcing reset using 1200bps open/close on port /dev/ttyACM1 will be slightly different with no indication of the port detection after that.

Please post your verbose output if needed.

is this right?

avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch

     System wide configuration file is "C:\Users\Logan\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"

     Using Port                    : COM19
     Using Programmer              : avr109
     Overriding Baud Rate          : 57600
     AVR Part                      : ATmega32U4
     Chip Erase delay              : 9000 us
     PAGEL                         : PD7
     BS2                           : PA0
     RESET disposition             : dedicated
     RETRY pulse                   : SCK
     serial program mode           : yes
     parallel program mode         : yes
     Timeout                       : 200
     StabDelay                     : 100
     CmdexeDelay                   : 25
     SyncLoops                     : 32
     ByteDelay                     : 0
     PollIndex                     : 3
     PollValue                     : 0x53
     Memory Detail                 :

                              Block Poll               Page                       Polled
       Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
       ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
       eeprom        65    20     4    0 no       1024    4      0  9000  9000 0x00 0x00
       flash         65     6   128    0 yes     32768  128    256  4500  4500 0x00 0x00
       lfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
       hfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
       efuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
       lock           0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
       calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
       signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00

     Programmer Type : butterfly
     Description     : Atmel AppNote AVR109 Boot Loader

Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.

Programmer supports the following devices:
Device code: 0x44

avrdude: devcode selected: 0x44
avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e9587 (probably m32u4)
avrdude: reading input file "C:\Users\Logan\AppData\Local\Temp\arduino\sketches\95CD61F2AF5A7E320D4AFFF96E80C803/sketch_jun28a.ino.hex"
avrdude: writing flash (3462 bytes):

Writing | ################################################## | 100% 0.27s

avrdude: 3462 bytes of flash written

avrdude done. Thank you.

That looks OK to me. I suggest that you enable Verify code after upload in file/preferences as well. The will perform a read back and verify of the programmed code. It will give (on success), the below part that was in my earlier output.

PS
You did forget to use code tags :wink:

it works... until i press the reset button, i don't get it.
but as least it works!

it wasn't code, but maybe i should use code tags.

Yes, you should :wink: It just make it easier to read and easier to copy. Also the forum software handles it as is. If you look at the output that you provided, it had blocks mixed with normal text because the forum software treats e.g. indentations and e.g. < in a special way.

Code tags are three backticks (``` ) on their own line at the beginning and end of a code block.

You can influence the colour scheme a bit by selecting a language in with the opening code tag. The forum just uses plain ``` and assumes that it's C++ (```cpp) but you can use e.g. ```java if you want to present a piece of java code and you can use ```text for serial monitor output and the compile / upload output (that's what I did) so there is no colouring applied.

Here is a full list of supported languages in case you're interested: GitHub - jincheng9/markdown_supported_languages: Markdown supported languages for syntax highlighting