
Question is.... Did i connect things right .....
Ok so i think i got the code to work?! it can verify now....
I have been using this schematic and arduino as isp ..... and i added a 10uf cap on the reset and g .
I get this error when compiling , does it mean that the atmega1284pu will not work with the atmega1284p??? or is it finding my arduino isp and saying thats not the right one .....
If the correct one can't be found can i create a new "boards" definition, or modify an existing one to correct the signature. if so how ?
Maybe i just have to keep playing with the bord manager ?
I think i got the wiring done right sorry for thr bad pics i cant seem to put the good ones i have on there
--------------------------------------------------------------------------------------------------------
Arduino: 1.8.9 (Windows 7), Board: "ATmega1284, Standard, 1284, 2.7v, Disabled (default), 16 MHz external"
Sketch uses 15236 bytes (11%) of program storage space. Maximum is 130048 bytes.
Global variables use 8064 bytes (49%) of dynamic memory, leaving 8320 bytes for local variables. Maximum is 16384 bytes.
avrdude: Expected signature for ATmega1284 is 1E 97 06
Double check chip, or use -F to override this check.
Wrong microcontroller found. Did you select the right board from the Tools > Board menu?
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.