Take the 2-minute tour ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

My problem is that programming attiny85 with arduino uno fail.

Assembly: Picture

And the error code:

avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny85 

avrdude: Yikes! Invalid device signature. 
Double check connections and try again, or use -F to override this check.

The first error is good, but the second error is fail. What is the solution?

share|improve this question
    
Do you have a pull-up resistor(10k) between reset and VCC –  RSM Apr 25 at 15:00
    
Please enable verbose output on upload, and add this extended message to your question. Also, what tutorial did you follow? –  Gerben Apr 25 at 15:37
    
@Gerben - I think he followed high low tech tutorial –  RSM Apr 25 at 15:51
    
@RSM - an external resistor is not generally needed, especially in a situation where the reset line is being driven by a programmer. –  Chris Stratton Apr 26 at 12:45
1  
The led is flash but only once when you try to write. I think it is fail, I order a AVRISP mkII programmer USB mk2: link and this then solves. Thanks for the answers. –  Máté Lukács Apr 29 at 19:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.