Hi! I'm experienced with coding (software only) but struggle with hardware and things like Arduino. I cannot upload sketches or burn bootloader to my Microduino. Reading off of this:
Hardware
Microduino Itty Bitty City (mCookie)
Code problems
I don't think anyone needs the code (just empty setup and loop functions), ask me for it if you want it. But there are some errors.
When trying to burn a bootloader:
Arduino: 1.6.7 (Windows 10), Board: "Microduino/mCookie-Core (168pa), Atmega168pa@16M,5V"
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
That says Windows 10 but I'm actually using Windows 11 (insiders). Arduino IDE is the one for Microduino. Programmer is 'AVR ISP'. If I use 'AVRISP mkII' the error is
avrdude: usbdev_open(): did not find any USB device "usb"
When trying to upload:
Same as above log but 'resp=0xfd', 'resp=0x89' and some others.
Schematics or circuit diagrams
mBattery with Core module on top. I had some trouble with the light on the module not turning on when I turn the mBattery on, but wiggling the module until the pins connected made the (red) light turn on. I suspect that the pins may not be connecting properly. The reset button doesn't seem to do anything.
Research
I have already done a lot of research on this, but Microduino just doesn't have that much support.
About you
No problem with English, very limited experience with microcontrollers and electronics.
Other notes
I have tried using Arduino CLI, but it seems to not support Microduino that well, even with this.
Thanks in advance!



