Turn Your Arduino Into an ISP by mr_mac3
Untitled Sketch 3_bb.jpg
Learn how to turn your Arduino into an AVR In System Programmer. This will allow you to burn bootloaders onto new chips or program AVRs without a bootloader.
 
Remove these adsRemove these ads by Signing Up

Step 1: Materials

To begin you will need:
* Arduino (I will be using the Uno)
* AVR Microcontroller (This tutorial will cover the ATtiny85 & ATmega644)
* Arduino IDE
* Breadboard
* Jumpers
leeseibert says: Mar 11, 2013. 5:05 AM
Here is some help for those using the Arduino Mega ADk or Mega 2560 instead of Uno or Due.

Check it out:
https://www.youtube.com/watch?v=DebJ1s5I3QM
Foxtrot70 says: Feb 20, 2012. 10:47 AM
I do not have an arduino board but, have breadboarded a 328 chip. I can burn bootloader to the 328 chip but can not get the ArduinoISP sketch to load to the 328. I do get an error msg... avrdude: stk500_getsync(): not in sync: resp-0x00 . I also have some programs I want to DL to the ATTiny85 but, can not until this problem is solved. Can you help me?
WildWalkerCT says: Mar 3, 2013. 6:34 PM
by ISP do you mean 'Internet Service Provider'?
atb_uk says: Oct 8, 2012. 1:53 PM
Hi.
I had the exact same problem when I was using Arduino as an ISP.
What I found is that arduino is trying to write data too fast.
You can fix it by selecting "Arduino NG or older" from the boards menu and "Arduino ISP" as a programmer. This will force ISP to write data at 19,2kbps instead of 57,6kbps. Hope it helps.
Foxtrot70 says: Oct 8, 2012. 5:22 PM
Thanks I'll give it a try.
Michael_Bell says: Jun 26, 2012. 6:05 PM
I have the same problem, have you had any luck?
Sparticles says: Aug 12, 2011. 12:45 PM
Thank you very much!
This actually works!

But I still have a question with the time. Now, I used the blink program to test it out. Blinking a led 1000 ms on and 1000 ms off. At least so is it written in the code. The actual blinking is rather 8 seconds on and 8 seconds off.
Probably something with some different oscillator inside. (I used ATtiny2313)
Do you maybe know a proper way to adjust this?


(ok, I can divide everything by 8 but there is probably a better way.)
jhall30 says: Feb 1, 2013. 10:31 PM
It's been a couple years, but people might want to know. Your code has to be compiled for the correct clock speed of your target chip. This is when the conversion between cycles and ms occurs, so your code does not need to change.
slayer04 says: Apr 27, 2012. 10:45 PM
Please help, this must be my 20th time trying to get this to work. I'm currently trying to use Arduino 1.0 I dowloaded the correct ATiny files, it burns the bootloader just fine but then when I go to upload the Blink sketch I get:

Problem uploading to Board.

avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny85
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny85

avrdude: stk500_paged_write(): (a) protocol error, expect=0x14, resp=0x64
avrdude: stk500_cmd(): protocol error

I understand the first part can sometimes be ignored but I can assure you that the sketch isn't getting uploaded, any ideas?

Thank you very much for any help
slayer04 says: Mar 16, 2012. 3:37 PM
Nice instructible, but would you happen to know why my blink sketch runs about 5x faster when I upload it to the ATiny? I don't have any real errors, the sketch is set to delay 1000 like normal but it cycles about every .2 secs.
skootles says: Apr 16, 2012. 5:21 PM
It might be the clock speed of the ATtiny. Follow the instructions on this page to change the clock speed to 8MHz: http://hlt.media.mit.edu/?p=1695
phenoptix says: Mar 19, 2012. 6:45 PM
I found it easier to add the optional LEDs to the 7,8,9 pins for a error, programming and heartbeat LEDs (respectively) and leaving the LED on the breadboard off until the program successfully uploads. It just helped with debugging and understanding the circuit.
Asaleemj says: Feb 28, 2012. 1:38 PM
I want to use it for Controlling Home appliances through Bluetooth Mobile and please can any one send me complete code for this microcontroller and which tool will be used to assemble and depoly the code
Mark3rr says: Mar 2, 2011. 3:58 PM
Hi there,
I used your instruction to get a bootloader on an Atmega328p by using the Arduino uno with the Arduino Software release22 on a mac. But the only thing I get are some Error Codes like:

avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14

avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x01
avrdude: stk500_initialize(): (a) protocol error, expect=0x14, resp=0x10
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.

avrdude: stk500_disable(): unknown response=0x12

I did it like shown here:
http://arduino.cc/en/Tutorial/ArduinoToBreadboard

But it doesn`t work......
Can you help me? :)
jgrina says: Feb 7, 2012. 10:59 PM
Version of Arduino IDE 0022 use tiny45-85.zip
Version Arduino IDE 1.0 use ATtiny.zip
mixing them up makes a mess
diy_bloke says: Dec 13, 2011. 4:07 PM
So do i understand correctly yu do not have to load the ArduinoISP sketch? The Arduino programs the Attiny with the sketch that is uploaded to the Arduino? Is taht correct?
gsuarda bluetour says: Dec 7, 2011. 9:11 PM
is this means that i can program my AVR micro controller with the simple arduino code in C ?
techboy411 says: Nov 20, 2011. 12:20 PM
Arduino ROCKS!!!!!!!!
jayjay110 says: Feb 3, 2011. 8:36 PM
Damn the title is misleading to me... i thought it said ISP as in Internet Service Provider, and i was like WOOOOAAAAA, then i was like.......................................................................................................................no
RichardBronosky says: Oct 17, 2011. 8:46 AM
I'm curious to know what the expectation of an Arduino Internet Service Provider would be. I was in the dial-up ISP business in 1995. So, my thoughts on what ISP means is different than most consumers.

Can you even put into words what your most creative product would be?
jayjay110 says: Oct 17, 2011. 1:43 PM
my most creative product? Well, its a toss up between a piece of wood with a nail in or a dirt house in Minecraft, both took the same amount of time to complete and were really hard tasks!
kgee says: Sep 11, 2011. 10:45 PM
same...
angellicktrooper says: Aug 2, 2011. 6:57 AM
same reason i clicked this one dude kinda sad :(
hightekrednek2396 says: Apr 14, 2011. 7:57 AM
that would have been cool
brawns214 says: Feb 7, 2011. 7:49 PM
I thought the same thing when I first read this, then realized WHOA, this is way more useful!
DIY-Guy says: Nov 22, 2011. 11:36 PM
Agreed! This is much more useful for building a business than trying to compete with the phone company. Various companies are currently selling circuits based upon a custom programmed chip. Everything is open source but of course the pre-programmed chip is what you end up buying... and that's where the money is to be made.

I gave up doing the Internet Service Provider thing a long time ago also. This has more potential on the scale that I would operate.
Exiumind says: Oct 16, 2011. 8:29 PM
Is it possible to burn another atmega like this?
csnowman00 says: Jun 13, 2011. 8:55 AM
Just thought this blurb from Arduino.cc would be helpful:

NOTE: Currently, you cannot use an Arduino Uno as an ISP programmer because the optiboot bootloader does not support this sketch. A revision for this is in progress.

ryanstewart86 says: Jul 4, 2011. 8:16 AM
yeh you can dude, you put a 10uf cap between the reset input pin and ground to hold it high for a brief period.
andy70707 says: May 23, 2011. 3:20 AM
Could I use a similar method to program an ATtiny 2313 or a PIC16F648A?
thegriffy100 says: Apr 27, 2011. 7:11 PM
i love ISP
robonerd says: Feb 22, 2011. 3:04 PM
Had to prog a tiny85 and this was EXACTLY what I was looking for. Thanks a ton!
beemakka says: Feb 17, 2011. 10:57 AM
Well jayjay, I was like................................................blhurhshphit, then I was like.................................................plplplplpliiiiiiiiiiiiiiiiiip, then I was like.............................................."what is it with people these days expressing their emotions so poorly?"
ElvenChild says: Jan 29, 2011. 3:03 AM
cool
Pro

Get More Out of Instructables

Already have an Account?

close

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format. You also have the ability to customize your PDF download.

Upgrade to Pro today!