0

I hava an Arduino Duemilanove but I think that its FTDI chip is crashed.

I have an Arduino Mega too, so can I use it to program my Duemilanove?

jfpoilpret
9,1627 gold badges38 silver badges54 bronze badges
asked Oct 18, 2014 at 6:56

1 Answer 1

1

Yes, this is not an uncommon activity. This is called using an Arduino as an In-System Programmer (ISP)

This page has the information and Arduino program you need. You'll need to adjust for the Arduino Mega pin differences, but that's fairly easy. http://arduino.cc/en/Tutorial/ArduinoISP

Where the ArduinoISP page references pin 13, on the Mega it's pin 52. Where the ArduinoISP page references pin 12, on the Mega it's pin 50. Where the ArduinoISP page references pin 11, on the Mega it's pin 51. Where the ArduinoISP page references pin 10, on the Mega it's pin 53.

Otherwise you should be able to connect the Mega to the patient in the same way as described, load the ArduinoISP sketch into the Mega, preferably from the GitHub repository linked in the article (https://github.com/rsbohn/arduinoisp).

answered Oct 18, 2014 at 22:16
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.