Hello everyone!
So I recently purchased this New-Pro-Micro-ATmega32U4 Replace ATmega328 Arduino-Pro-Mini in a plan for a project I'm going to start in about a month. I'm 100% new to all this, but have been trying to read up as much as I can/learn. Now that I have the actual board, I've been trying to run these blink tests that everyone does.
I have resistors, LEDs, a breadboard, wires, etc. and have been following tutorials as best as I can but nothing seems to work. I found this link that matches the board I have, as everything else seems to use Ardunio Unos, etc. and nothing still works...and I cant seem to figure out why.
- I 've attached a picture of how I have everything connected, which matches what the website shows.
- I have Arduino 1.8.12 installed. My board is listed as an Arduino Leonardo (com4).
- When I run the upload command, below is what the orange text is
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\erich\AppData\Local\Temp\arduino_build_97161/Blink.ino.hex"
avrdude: writing flash (3956 bytes):
Writing | ################################################## | 100% 0.30s
avrdude: 3956 bytes of flash written
avrdude: verifying flash memory against C:\Users\erich\AppData\Local\Temp\arduino_build_97161/Blink.ino.hex:
avrdude: load data flash data from input file C:\Users\erich\AppData\Local\Temp\arduino_build_97161/Blink.ino.hex:
avrdude: input file C:\Users\erich\AppData\Local\Temp\arduino_build_97161/Blink.ino.hex contains 3956 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 0.04s
avrdude: verifying ...
avrdude: 3956 bytes of flash verified
avrdude done. Thank you.
One LED blinks, then two a couple times and that's it. My computer makes the 'device disconnected' sound a couple times as well.
I'm not sure if something is wrong with the board, if I have some setting wrong, or what.
Please help!


