The arduinoisp tag has no usage guidance.
4
votes
4answers
1k views
Can the Arduino Uno become an AVR programmer and use the ICSP header to program the target board
The Arduino Uno has an ICSP header that I imagine is for programming the board using a separate ICSP programmer. That is, its ICSP header turn the board into a target.
Can one use that same ICSP to ...
4
votes
2answers
8k views
When using Arduino Uno as ISP does “Yikes! Invalid device signature” mean a bad connection, bad config, or bad version of avrdude?
I'm using an Arduino UNO to program a pre-compiled hex image to an ATTINY45, using the avrdude in the Arduino IDE directory, on Windows 7. The Uno has the ISP sketch loaded from the examples directory ...
4
votes
1answer
386 views
Problem programming Mini Pro via Arduino as ISP
I just picked up a pair of Arduino Mini Pro 5v clone boards (Inland, sold at Microcenter, currently $4 USD) and I wanted to use my Uno as an ISP like I've done with ATmega328 and ATtiny85 chips ...
2
votes
2answers
3k views
'OUTPUT' was not declared in this scope - ATtiny85 with Arduino Uno r3 as ISP
I'm trying to follow this this tutorial to program an ATtiny85 micro-controller using my Arduino Uno r3 as the ISP.
I am up to the final step on the tutorial, but get an error when attempting to ...
1
vote
1answer
23 views
Arduino as ISP with serial monitor for ATmega328
I have an ATmeg328 TQFP on a board (in system). I use an Arduino Uno as an ISP to programm the chip. However, i would like to use Serial Communication with the chip through the Arduino board.
Is ...
0
votes
0answers
21 views
Flash a .hex to an ATtiny45 with Arduino [duplicate]
I'm trying to upload a hex file to an ATtiny45 with an Arduino. I uploaded the Arduino ISP sketch to my board. I connected the ATtiny as shown below:
Then I go to CMD and type:
avrdude -c avrisp ...