Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Programming an Attiny85

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
nanawhite107
Posts: 2
Joined: 2017-06-26 09:04

Programming an Attiny85

#1 Post by nanawhite107 »

I was wondering how to upload a program I wrote using AVR Studio 4 to an ATtiny85. I was basically using this tutorial except doing everything with an attiny85 instead of an atmega328. I got the pins_arduino.h from HighLow tech's ATtiny library.

I have compiled successfully in AVR Studio 4 and am now wondering how to upload to an Attiny85.

Thanks

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Programming an Attiny85

#2 Post by arochester »

What has this got to do with Debian?

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: Programming an Attiny85

#3 Post by pylkko »

Use avrdude. Install gcc avr package, it has the entire tool chain

Post Reply