How to Program an ATtiny using the Arduino
Loading...
8,270
Loading...
Uploader Comments (insidegadgets)
see all
All Comments (31)
-
Great. Thanks for making and uploading.
-
duel-milan-ovay thats what it says ^^
-
Real dumb question as I'm a hardware newbie. Where or how does the attiny "store" the "program"?
-
@insidegadgets Thanks man, the resistor solved the problem
-
Dwueh-mill-a-noveh
-
thanks man! your video might have less pixles than minecraft... but at least you make a better tutorial than the guys at makezine!!!
p.s. i subbed! =)
Loading...
Hi i m trying to program the ATTiny85 with an Arduino Diecimila and i get this error
avrdude.exe: Expected signature for ATtiny85 is 1E 93 0B ...
and i don´t know why
also i noticed that in the guide they call for an Arduino with a 328 chip and my diecimila has a 168, idk if that could be the reason?
andromorfo 1 week ago
@andromorfo Hi, the 168 is like the 328, it just has less RAM so that won't be the issue. Please double check your wiring. Can you confirm you uploaded the ArduinoISP sketch (without the ATtiny85 connected) and then after that you connect the ATtiny85 and upload your ATtiny85 sketch? Another thing to try is to disable the auto-reset on the Arduino by connecting a 120 Ohm resistor from 5V to Reset.
insidegadgets 1 week ago
Hello, this video is very interesting, but I have a question. Can you tell me why when I change the number of pins 13 to 0, the program tells me that the output has not been declared for this scope? Thanks ;)
MrTony95 2 weeks ago
@MrTony95 I'm assuming that this relates to ArduinoISP. I think it's because the sketch already uses the serial pins (0 and 1) to communicate to your computer so you shouldn't use pins 0 or 1 for anything else. If this is happening in a different sketch and assuming that sketch doesn't use serial, could you link me to the sketch?
insidegadgets 2 weeks ago
Looks to be an issue with the ArduinoISP sketch, I found someone else having problems too and they provided a patch that should work: code(dot)google(dot)com/p/arduino/issues/detail?id=730
insidegadgets 2 months ago
buts thats not possible we cannot use the attiny 45 85 library for attiny 2313!!and there are no other lib for attiny2313
francisroan 4 months ago
@francisroan Have PM'd you
insidegadgets 4 months ago