3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

How do you program a attiny13a?

I'm thinking about getting some attiny13a micro-controllers. But how do you program them. I've seen http://www.instructables.com/id/Ghetto-Programming%3a-Getting-started-with-AVR-micro/ but that's for the attiny2313. Thanks in advance!

7 answers
sort by: active | newest | oldest
Apr 13, 2009. 4:00 AMAndyGadget says:
The 13A is an 8 pin, stripped down version of the 2313 and looking around, looks to be out of production. Are you really committed to this or could you pick up the 2313? It appears to have a much greater following, more abilities and is a current product. If you really do need to use the 13A, I would expect the programming cycle to be the same (but check) so you could build the 2313 programmer with an 8 pin socket and pins swapped around accordingly. The standard compiler should work as you usually specify what device you're programming for at the beginning of the process. It will then adapt the code file to suit.
Mar 29, 2012. 11:42 AMvxir says:
This blog describes using attiny13a (and a few other chips): http://effluviaofascatteredmind.blogspot.com/2012/01/transdescending-arduino-going-cheap-and.html

And here's some code to get Arduino users started:
https://github.com/gandrewstone/avrez
Apr 27, 2009. 7:46 AMdkhawk says:
I made an Instructable on this topic. You don't really need the Olimex board, you could go with some like the minimalist target board over at Evil Mad Scientist. (I built one for my attiny 2313 work, but wanted to try this board since it has a clock.)

http://www.instructables.com/id/Blinky-LED-using-an-attiny13-a-USBTiny-programmer/
Apr 14, 2009. 6:13 AMgmoon says:
The ATtiny13 is NOT out of production (the 13A was an improved version and might have been dropped for the low-voltage ATtiny13V.) They are very popular, low-cost AVRs and Atmel isn't going to stop making them anytime soon.

The ATtiny2313 is a nice chip also, but do your home work: the 2313 has more pins, memory, better serial support, but doesn't have an ADC (analog-digital converter.)

Compare AVRs on this page at AVRFreaks, which also has EOL (end-of-life) information...
Apr 14, 2009. 10:35 AMAndyGadget says:
Whoops - apologies. I had a quick look around and saw the 'not recommended for new designs' tag. I missed the updated versions.
Apr 14, 2009. 3:03 PMgmoon says:
No worries ;-)

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!