Hi,
I am working on my first project using Arduino. I would like to burn ATMEGA328P-PU microprocessor.
I have a problem with AVR ISP shield for Arduino, I am able to follow almost all the steps of the guide (I think so!!!), but when I follow the steps:
For example in the tutorial, page 7
“Next, download the codebase from github. (adafru.it/ckz) Make a sketch floader called
adaLoader in your Arduino sketch collection and copy the pde and helper files in. Restart the
IDE and open up that sketch, compile it and upload it to your Arduino.” It’s well done
Next step page 8
“Now you can use it, very easy…just insert the chip, lock it down and press the button. While
programming, the green LED is lit. When done, the piezo will beep once. If the red LED is lit, a
problem occured.”
Dies it mean that I don’t need to use Burn Bootloader option in IDE arduino?
How can I copy my program? After uploading Arduino uno with adaLoader, do I just open my pdf file and use Burn Bootloader option in IDE arduino? Or do I need to compile, then upload my program in Arduino uno and press the button in AVR ISP shield?
Please find attached some images of the shield and Arduino IDE also the tutorial that I downloaded.
Error in Arduino UNO
Error While burning bootloader
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable():
Thank you…