Bootloader wiring between MEGA2560 and Leonardo

Hello everybody.

I want to use arduino as ISP and arduino bootloaders.
The Mega 2560 is the programmer and the Leonardo the target.
How make the wiring beetween those boards? I have to use ICSP plug? Do I need female jumper wire?
On some boards ICSP are link with other plug and you can use it easily right? What about mega and leonardo?
Thanks a lot

I googled

  Mega 2560 is the programmer and the Leonardo the target.

and this

Use whatever wires it takes.

a7

I ever seen. I'm not a specialist and I met some trouble. In this page they use principally Uno card which is particular because you can use other plugs than males pins ISCP.

The Mega can use either the ICSP pin header or the header pins (the hardware pins are 50/51/52), or can use any of the other I/O pins on the header by using software SPI - the ArduionISP sketch has the option to do this if you read though all the comments.

The Leonardo will need to be wired to the ICSP pin header, those pins are not connected to any of the other headers.

Ok, for those who are not familiar with this kind of things: record MISO/MOSI/SCK (ISCP plug) of each card with female wire (see attached files) record plug 10 of mega to reset of leonardo (power plug) (the mega is the programmer in this case) and record 5v and GND of each boards (power plug)
e5e4028f4fc6ccd7b8b6e550324a9754a820fb11
40ca0db220e359ad94a4e61e70d0a54406986232_2_690x454

Look for this:

https://www.gammon.com.au/bootloader

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.