Hi,
I'm trying to use an Arduino Mega2560 as ISP to program another Arduino Mega2560.
After reading a lot of info about, I tried several different ways to connect the arduinos but it didn't work. So, I tell you my attempts in case you can help me. Even I tried to use an Arduino Uno to work as ISP or to upload the code to it, but it didn't work either.
First of all, I upload to one of them (Arduino Mega2560) the ArduinoISP example, and select programmer '
Arduino as ISP'. Select the right board to upload the code and the port.
1- I connect as in the Arduino ISP example (
http://arduino.cc/es/Tutorial/ArduinoISP) but optimized for the Mega.
MISO (50) - MISO (50)
MOSI (51) - MOSI (51)
SCK (52) - SCK (52)
SS (53) - Reset (30)
2- I tried to connect the wires in the opposite way.
MISO (50) - MOSI (51)
MOSI (51) - MISO (50)
SCK (52) - SCK (52)
SS (53) - Reset (30)
3- Also with Arduino Uno, I changed to fix the wires to Arduino Uno pin configuration.
MISO (50) - MISO (12)
MOSI (51) - MOSI (11)
SCK (52) - SCK (13)
SS (53) - Reset (7)
4- And the other way, Arduino Uno as ISP.
MISO (12) - MISO (50)
MOSI (11) - MOSI (51)
SCK (13) - SCK (52)
SS (7) - Reset (30)
I can't do anything. I read about plug a 10 uF capacitor between 'reset' and 'gnd' after upload Arduino ISP, but this didn't work either.
Could any help me?? It's important to solve this problem.
* I'm working under Ubuntu environment, with Arduino IDE 1.0.
Thanks!