0
votes
0answers
28 views

avrdude - stk500_cmd(): programmer is out of sync [duplicate]

I am trying to upload a hex file using the ISP sketch on my Arduino to use it as a programmer to program my ATtiny85, but I keep getting error messages from avrdude. After some researching I figured ...
1
vote
0answers
46 views

avrdude error - stk500_paged_write() protocol error

I am using my Arduino Uno as a programmer to program my ATtiny85. I uploaded the ArduinoISP sketch to my Uno. I double checked my wiring, did some googling, but I still can't figure out why I get this ...
1
vote
2answers
72 views

avrdude error - stk500_getsync(): not in sync: resp=0xff

I am using my Arduino Uno as a programmer to program my ATtiny85. I uploaded the ArduinoISP sketch to my Uno. I double checked my wiring, did some googling, but I still can't figure out why I get this ...
5
votes
1answer
30 views

How do I transition from using the Arduino IDE to plain avrdude/make?

Part three of a three part series on transitioning from Arduino to a plain AVR microcontroller and minimum supporting components (part one, part two) I already know how to use an Arduino as a ...
9
votes
1answer
37 views

How should one switch from using an Arduino as a programmer to an external programmer?

Part two of a three part series on transitioning from Arduino to a plain AVR microcontroller and minimum supporting components (part one, part three) I've seen a lot of people ask this on the ...
-1
votes
1answer
253 views

Programming a Baby Orangutan using Arduino Uno?

I have the following setup: Arduino UNO without the chip: Notice that the Atmel chip is missing. And i have a Baby Orangutan: The orangutan burned with Arduino Uno R3 Bootloader. I connected ...
3
votes
2answers
6k views

Can you use an Arduino Uno as an ATMega328 Programmer?

I dont have an Uno but I was thinking of getting one and by the looks of it, you can remove the AVR microcontroller from the Arduino, right? Its just a DIP IC in a socket that can be pulled out, seems ...
3
votes
1answer
293 views

Is this an OK ICSP circuit?

I recently discovered a project to program PIC18Fs with an Arduino here: https://sites.google.com/site/thehighspark/arduino-pic18f All other ICSP PIC programmers I've seen are more complicated than ...
0
votes
0answers
32 views

How do I program an atmega8 using Arduino Uno [duplicate]

Possible Duplicate: Arduino as AVR Programmer I am trying to upload a program to a separate chip Atmage8 on a breadboard. Do I just need to connect some wires from the Uno to the ISP of the ...
3
votes
1answer
2k views

Arduino's “Upload Using Programmer” for ATmega328 (not ATmega328P)

I am using the the Atmega328 (not the Atmega328P that is standard with Arduino) on a breadboard version of the Arduino. I am able to get the bootloader on the Atmega328 using these instructions. In ...
1
vote
1answer
581 views

Programming PIC18F2550 with an Arduino

I'm trying to implement a low voltage mode programmer for the PIC18F2550 in an Arduino Uno according to these programming specifications. Bit-sequences are written to the PIC least significant bit ...
1
vote
1answer
705 views

Programming external ATmega328 with an Arduino SMD edition?

I have an Arduino SMD board and an external ATmega328 chip (with the Arduino Bootloader installed, from Sparkfun). I was wondering if I could program the external 328 with my SMD board as the ...
9
votes
4answers
4k views

Arduino as AVR Programmer

Can you use the Arduino as an AVR programmer?
3
votes
1answer
398 views

Arduino with atmel tools

Hi I've done some dev using AVR's. I'd really like to use the arduino but continue using atmel tools. Is this straightforward? Is there a converter that I can use my 910 programmer with? I think ...