News

He contemplated using an ATtiny for smaller projects, but after looking into what he would need to program the chip under Linux, he could never find the motivation to give it a go.
So in this article, I will walk you through the process of programming the ATtiny85 from the Arduino IDE with the help of the Arduino Uno. Basically, we will be using the Arduino UNO as the ATtiny85 ...
This project is a way to program ATtiny85, or 25 or 45. Using an Arduino, without using the Arduino ISP and without having to flash a bootloader on the ATtiny. An binary image of the ATtiny program ...
In our previous tutorial, we programmed the ATtiny85 using Arduino Uno. But connecting Attiny85 to Arduino and using Arduino as ISP can be difficult and time-consuming. So in this tutorial, we are ...
This article focuses only on how to program an ATtiny85. So it is not a complete guide on also how to set up and program an Arduino. In this article, I will do all examples with an Arduino Nano.
The ATtiny10 – along with its younger siblings that go by the names ATtiny 4, 5, and 9 – are the smallest microcontrollers Atmel makes. With only 32 bytes of RAM and 1 kB of Flash, ther… ...
Sometimes you don't need a large microcontroller to get your work done. In this installment, TK teaches us how to use the ATtiny combined with Arduino to use the PWM function found on this chip.
Write the programme – called ‘sketch’ in Arduino speak (you do have to add ATtiny85 capability to the standard Arduino software – easy, see SparkFun link below). Re-programme the Uno as a programmer, ...