Program the ATTINY85 with Arduino 1.8.18 (2022)
DIY TECH BROS DIY TECH BROS
11.8K subscribers
67,914 views
0

 Published On Jun 9, 2020

How do build a programmer and program the ATTINY85 (Attiny 85) using Arduino IDE version 1.8.18.
It also works on Arduino 1.8.17 and down to 1.8.10 (probably older as well). And it will likely work for newer versions as well.

In addition to programming / flashing the ATTINY85 we also burn the bootloader.

Buy ATTiny85 (affiliate links):
#####################
Banggood - https://www.banggood.com/custlink/Km3...
AliExpress - http://s.click.aliexpress.com/e/_d60ULjm
eBay - http://rover.ebay.com/rover/1/711-532...

Shrink your Arduino projects and make them battery friendly by replacing it with the attiny 85. In this example we are using an Arduino as the programmer (ArduinoISP / Arduino as ISP).

This video is using the ATTiny Core by SpenceKonde.
https://github.com/SpenceKonde/ATTiny...

This is the link to be used in the preferences menu:
http://drazzy.com/package_drazzy.com_...

Instructions for making the programmer:
Arduino - ATTINY85
5V - PIN 8
GND - PIN 4
D10 - PIN 1
D11 - PIN 5
D12 - PIN6
D13 - PIN 7

Add a 0.1uF (104) capacitor between GND and 5V of the ATTINY85
And finally add a 10uF capacitor between GND and RESET of your ARDUINO.

Note that you can use both a an Arduino Uno or an Arduino Nano as the programmer. You can also use other boards, see the Arduino Programmer ISP documentation for a complete list.

Remember to use a reliable power source, or add capacitors to make sure the programmer have a stable 5V input.

show more

Share/Embed