Skip to content

Commit 3eca954

Browse files
authored
Fix mistakes in "Burn the bootloader on UNO, Mega, and classic Nano using another Arduino" (#123)
* Fix incorrect ICSP labels * New and improved connection diagrams
1 parent 468dd37 commit 3eca954

6 files changed

+4
-4
lines changed

content/Hardware Support/Core Boards/Burn-the-bootloader-on-UNO-Mega-and-classic-Nano-using-another-Arduino.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ For each row in the table below, connect the programmer pin to the corresponding
7373

7474
When the boards are connected, you can proceed with [burning the bootloader in Arduino IDE](#ide).
7575

76-
<figure style="width: 500px; margin: 0;">
77-
<img src="https://content.arduino.cc/assets/Nano_to_Uno_burn_bootloader.png" alt="Circuit Diagram. UNO and Nano connected with digital and power pins.">
76+
<figure style="width: 800px; margin: 0;">
77+
<img src="img/Uno_to_Nano_burn_bootloader.png" alt="Circuit Diagram. UNO and Nano connected with digital and power pins.">
7878
<figcaption style="text-align: center; font-style: italic;">Example: Using an UNO to program a Nano (digital and power pins).</figcaption>
7979
</figure>
8080

@@ -87,8 +87,8 @@ When the boards are connected, you can proceed with [burning the bootloader in A
8787
1. Connect every programmer ICSP pin except RESET to the equivalent ICSP pin on the target.
8888
2. Connect PIN 10 on the programmer board to any RESET pin on the target.
8989

90-
<figure style="width: 400px; margin: 0;">
91-
<img src="https://content.arduino.cc/assets/Connections-mega2Uno.png" alt="Circuit Diagram. UNO and Mega connected with ICSP pins.">
90+
<figure style="width: 800px; margin: 0;">
91+
<img src="img/Connections-Uno2Mega.png" alt="Circuit Diagram. UNO and Mega connected with ICSP pins.">
9292
<figcaption style="text-align: center; font-style: italic;">Example: Using an UNO to program a Mega (ICSP pins).</figcaption>
9393
</figure>
9494

91 KB
Loading
-156 KB
Binary file not shown.
-135 KB
Binary file not shown.
87.1 KB
Loading
185 Bytes
Loading

0 commit comments

Comments
 (0)