Program an ATtiny with Arduino

Follows are directions for programming the ATtiny microcontrollers using the Arduino IDE. In plain English, this is how to program 8-pin Atmel chips as you would normally an Arduino. This is cool because the ATtiny is tiny, and – well – this allows you to make tiny things that don’t need a big ol’ microcontroller.
Program an ATtiny with ArduinoThe instructions I have posted here are pretty much the same as instructions given by the incredibly awesome High-Low Tech Tutorial. I posted my version of the instructions here because I plan to make a couple of upcoming projects using ATtiny chips and figured I would show my process.

Step 1: Go get stuff

[box color=”#985D00″ bg=”#FFF8CB” font=”verdana” fontsize=”14 ” radius=”20 ” border=”#985D12″ float=”right” head=”Major Components in Project” headbg=”#FFEB70″ headcolor=”#985D00″]

You will need:

– Arduino
– Breadboard
– ATtiny85 (or ATtiny45)
– 10uF 16V electrolytic capacitor
– 220ohm 1/4 watt resistor
– LED
– solid core hookup wire

[/box]

Step 2: Wire the circuit

Wire the circuit

Connect the Arduino to the ATtiny as follows:

  • Arduino +5V      —>  ATtiny Pin 8
  • Arduino Ground —>  ATtiny Pin 4
  • Arduino Pin 10   —>  ATtiny Pin 1
  • Arduino Pin 11    —>  ATtiny Pin 5
  • Arduino Pin 12    —>  ATtiny Pin 6
  • Arduino Pin 13    —>  ATtiny Pin 7

Step 3: Program the Arduino

Select the “ArduinoISP” sketch from the “Examples” menu.

Upload the sketch to your Arduino as you would any other sketch.

Your Arduino is now configured as a serial programmer that can program other chips.

Step 4: Filter cap

Put the 10uF capacitor between ground and the Arduino reset pin. Make sure to keep an eye on the capacitors polarity (ground to ground!).

It is rumored you only need this for the Arduino Uno, but I have found it helped matters to include it with earlier versions as well. If you find that it is not working in the next steps, simple remove it and see if that helps.

Step 5: ATtiny core files

Take note of your sketchbook folder from the Arduino preference menu.

Create a new folder in your sketchbook folder called “hardware”

Then, go to this page and download the file: attiny45_85.zip 

Unzip this file and leave it in the new hardware folder.

Finally, restart the Arduino programming environment. The new cores should now be loaded.

Note that there are also core files for a number of other ATtiny chips. This pageis a good starting point for interfacing with a wide range of them using the Arduino.

 

For more detail: Program an ATtiny with Arduino


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top