attiny

Programming an ATtiny w Arduino 2 (1)

Programming an ATtiny w/ Arduino 1.0

This tutorial shows you how to program an ATtiny45, ATtiny85, ATtiny44 or ATtiny84 microcontroller using the Arduino software. These are small, cheap ($2-3) microcontrollers that are convenient for running simple programs. The ATtiny45 and ATtiny85 have eight legs and are almost identical, except that the ATtiny85 has twice the memory of the ATtiny45 and can …

Programming an ATtiny w/ Arduino 1.0 Read More »

Programming an ATtiny w Arduino 2

Programming an ATtiny w/ Arduino 1.0

This tutorial shows you how to program an ATtiny45, ATtiny85, ATtiny44 or ATtiny84 microcontroller using the Arduino software. These are small, cheap ($2-3) microcontrollers that are convenient for running simple programs. The ATtiny45 and ATtiny85 have eight legs and are almost identical, except that the ATtiny85 has twice the memory of the ATtiny45 and can …

Programming an ATtiny w/ Arduino 1.0 Read More »

ATtiny at 16MHz without an external clock

Easily run your ATtiny at 16MHz, without an external clock, from the Arduino IDE

Hardware components: Atmel ATTiny85 ×1  SparkFun Tiny AVR Programmer ×1 Software apps and online services: Arduino IDE STORY Introduction The Atmel tinyAVR MCU’s (ATtiny) are a series of chips optimized for applications requiring performance and/or power efficiency in a small package. These have internal clocks that runs at 8 MHz. They can also be clocked at 16 MHz and 20MHz using …

Easily run your ATtiny at 16MHz, without an external clock, from the Arduino IDE Read More »

ATtiny programming

ATtiny programming with Arduino

After this Instructable you should be able to program an A Ttiny85/45 with an arduino. It may sound complex but it really isn’t. After doing some research I could not find to much info on how this could be done. I however did find http://www.instructables.com/id/Program-an-ATtiny-with-Arduino/. This Instructable is my interpretation of what I learned from Randy. Step …

ATtiny programming with Arduino Read More »