Arduino as isp HELP!!!


oh goodness.  trying use arduino uno isp   .  have seen countless examples on internet can't work. here steps doing.   i attempting the 
atmega 328p on breadboard(8mhz internal clock)     with uno
ide version 1.6.5

1.
open arduinoisp example sketch
tools >> board >> arduino uno
programmer >> arduino isp 
then upload. 

2.
pull chip off of arduino uno board.
place chip chip on breadboard vcc , ground pin hooked up

arduino pin       chip on bradboard pin
13                   19(sck)
12                   18(miso)
11                   17(mosi)
10                   1 (reset)

3.
tools >> board >> atmege 328 on breadboard(8mhz)
tools >> burn bootloader


this fails
it wont load bootloader

error message

avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer not responding
problem uploading board.  see http://www.arduino.cc/en/guide/troubleshooting#upload suggestions.
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03


any idea can solve issue.   
do use older ide version??

???


thanks bunch





you must leave chip plugged arduino you're using isp programmer - chip doing work of burning bootloader, if remove it, can't that.

you need put capacitor (any value of 1uf or higher should work, 10uf typically recommended) between reset , ground pins of arduino using programmer after upload arduino isp sketch.


Arduino Forum > Using Arduino > Programming Questions > Arduino as isp HELP!!!


arduino

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'