Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

Is it possible to custom program an AVR chip by putting it in the AVR socket of an Arduino?

share|improve this question

2 Answers

Yes. You can program a virgin AVR by connecting it up to some GPIOs and reflashing it. If you had a second Arduino, the chip being programmed would sit in the socket.

http://arduino.cc/en/Tutorial/ArduinoISP

(With the Arduino Uno, it's more complex it seems)

Can you use an Arduino Uno as an ATMega328 Programmer?

How to burn atmega328 chip via Arduino UNO as ISP?

share|improve this answer

If you have an Arduino with a FT232RL chip onbaord (Arduino Duemilanove or earlier models or their clones) then you can bitbang the FT232RL to program the bootloader or any other code into the AVR.

http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.