Skip to content

Commit c2f1c00

Browse files
committed
Host pinout and minimal setup pics in this repo rather than on Imgur
1 parent 12cc84e commit c2f1c00

10 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![MegaCore forum thread](https://img.shields.io/badge/support-forum-blue.svg)](https://forum.arduino.cc/index.php?topic=386733.0)
33

44
An Arduino core for most 64 and 100-pin AVRs, all running the [Urboot](#write-to-own-flash) bootloader.
5-
This core requires at least Arduino IDE v1.8, where v1.8.9 or newer is recommended. IDE 2.x should also work.
5+
MegaCore works with flawless with Arduino IDE 1.8.x, but if you want to debug using a hardware debugger, you'll need Arduino IDE 2.x.
66

77
*From MegaCore version 3 and onwards, the Optiboot bootloader has been replaced by the superior [Urboot bootloader](https://github.com/stefanrueger/urboot/). It's smaller, faster, and has automatic baud rate detection, and can read and write to EEPROM. Other cool features the bootloader provides but are not utilized by MegaCore are user program metadata stored in flash (that can easily be viewed by Avrdude -xshowall) and chip-erase functionality.
88
If you already have Optiboot installed and don't want to replace it with Urboot, you can still upload programs without any compatibility issues. However, if you're burning a bootloader to a new chip, Urboot is the way to go.*
@@ -276,7 +276,7 @@ MegaCore provides a standard, logical pinout for the 64-pin chips. The standard
276276

277277
| ATmega64/128/1281/2561<br/>AT90CAN32/CAN64/CAN128 | ATmega165/169/325/329/645/649 |
278278
|--------------------------------------------------------|---------------------------------------------------------|
279-
|<img src="https://i.imgur.com/sweRJs3.jpg" width="280"> | <img src="https://i.imgur.com/YJ3ojm1.png" width="280"> |
279+
|<img src="avr/images/MegaCore_standard_pinout_64_128_1281_2561.jpg" width="280"> | <img src="avr/images/MegaCore_standard_pinout_165_169_325_329_645_649.png" width="280"> |
280280

281281
### 100-pin chips
282282
MegaCore provides a standard, logical pinout for the 64-pin chips. The standard LED pin is assigned to digital pin 13/PIN_PB5.
@@ -286,7 +286,7 @@ The standard LED pin is assigned to digital pin 13 on the Arduino MEGA pinout an
286286

287287
| ATmega640/1280/2560<br/>Arduino MEGA pinout | ATmega640/1280/2560<br/>"AVR" pinout | ATmega3250/3290/6450/6490 |
288288
|---------------------------------------------------------|--------------------------------------------------------|---------------------------------------------------------|
289-
| <img src="https://i.imgur.com/O7WtWAj.jpg" width="240"> | <img src="http://i.imgur.com/DfR7arD.jpg" width="240"> | <img src="https://i.imgur.com/F80M5u1.jpg" width="240"> |
289+
| <img src="avr/images/MegaCore_mega_pinout_640_1280_2560.jpg" width="240"> | <img src="avr/images/MegaCore_avr_pinout_640_1280_2560.jpg" width="240"> | <img src="avr/images/MegaCore_avr_pinout_3250_3290_6450_6490.jpg" width="240"> |
290290

291291

292292
## Minimal setup
@@ -295,5 +295,5 @@ Here are some simple schematics showing a minimal setup using an external crysta
295295

296296
| ATmega64/128/1281/2561<br/>AT90CAN32/CAN64/CAN128 | ATmega165/325/645<br/>ATmega169/329/649 | ATmega640/1280/2560 | ATmega3250/6450<br/>ATmega3290/6490 |
297297
|--------------------------------------------------------|---------------------------------------------------------|--------------------------------------------------------|--------------------------------------------------------|
298-
|<img src="https://i.imgur.com/UlGwP45.png" width="200"> | <img src="https://i.imgur.com/d5Otnpj.png" width="200"> | <img src="http://i.imgur.com/gQS1ORv.png" width="200"> |<img src="https://i.imgur.com/jdPptok.png" width="200"> |
298+
|<img src="avr/images/Minimal_setup_MegaCore_TQFP64_64_128_1281_2561.png" width="200"> | <img src="avr/images/Minimal_setup_MegaCore_TQFP64_165_169_325_329_645_649.png" width="200"> | <img src="avr/images/Minimal_setup_MegaCore_TQFP100_640_1280_2560.png" width="200"> |<img src="avr/images/Minimal_setup_MegaCore_TQFP100_3250_3290_6450_6490.png" width="200"> |
299299

982 KB
Loading
1020 KB
Loading
850 KB
Loading
4.51 MB
Loading
766 KB
Loading
425 KB
Loading
951 KB
Loading
381 KB
Loading
590 KB
Loading

0 commit comments

Comments
 (0)