From 10fd1c0cbaac282bad461b446a2277b12eba401c Mon Sep 17 00:00:00 2001 From: Luis Visintini Date: Sat, 26 Mar 2022 20:00:40 +0000 Subject: [PATCH 1/3] Create variants.md --- variants.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 variants.md diff --git a/variants.md b/variants.md new file mode 100644 index 0000000..a0ea189 --- /dev/null +++ b/variants.md @@ -0,0 +1,10 @@ +# Board variants + +The populatiry of the project has prompted other tinkerers to design their own variants of this hardware. +Inovation and experimentation is always encouraged in projects such as this one, but too many alternatives and an variations in desing can make it difficult to find which one fit one's needs best. +The bellow table acts as an index/catalog of all variants, helpfully adding some text. + +| Github | Based on | MCU | Dimensions | Current Version | Gerbers | PickAndPlace | Firmware Ready | Link | Description | +|---|---|---|---|---|---|---|---|---|---| +| [AfterEarthLTD/Solder-Reflow-Plate](https://github.com/AfterEarthLTD/Solder-Reflow-Plate) | - | ATmega328p | 70x50mm | v2.4 | ✔ | ✔ | ✔ | [here](https://github.com/AfterEarthLTD/Solder-Reflow-Plate/tree/main/Board%20Versions/70mm%20by%2050mm%20Ver2.4%20ATmega328p) | The board that started it all, as seen on GreatScott youtube video | +| [AfterEarthLTD/Solder-Reflow-Plate](https://github.com/AfterEarthLTD/Solder-Reflow-Plate) | AfterEarthLTD/Solder-Reflow-Plate - v2.4 | ATmega4809 | 70x50mm | v3.0 | ✔ | ✔ | ✔ | [here](https://github.com/AfterEarthLTD/Solder-Reflow-Plate/tree/main/Board%20Versions/70mm%20by%2050mm%20Ver3.0%20ATmega4809) | Variation for an MCU that is readily available in the market | From 690de5bdf6e3974ea0e7f203d3957cbc82e0908a Mon Sep 17 00:00:00 2001 From: Luis Visintini Date: Sat, 26 Mar 2022 20:03:59 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a505527..f2e5f25 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,7 @@ Feel free to download, customise, hack, and commercialise to your nerdy heart's Want the **easy** life?! **Purchase** the default design above! Its fully functional, cheaper than customising, and helps to feed the creator's caffeine addiction 🙃 + +## Board Variants + +Check out the [variants.md](./variants.md) file for variations on the original boards designed by AfterEarthLTD From 653ce71ce9e7a58e3c47e9a997032e9e71e0f9ba Mon Sep 17 00:00:00 2001 From: Luis Visintini Date: Sat, 26 Mar 2022 20:11:12 +0000 Subject: [PATCH 3/3] Smaller table --- variants.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/variants.md b/variants.md index a0ea189..07156f5 100644 --- a/variants.md +++ b/variants.md @@ -4,7 +4,7 @@ The populatiry of the project has prompted other tinkerers to design their own v Inovation and experimentation is always encouraged in projects such as this one, but too many alternatives and an variations in desing can make it difficult to find which one fit one's needs best. The bellow table acts as an index/catalog of all variants, helpfully adding some text. -| Github | Based on | MCU | Dimensions | Current Version | Gerbers | PickAndPlace | Firmware Ready | Link | Description | -|---|---|---|---|---|---|---|---|---|---| -| [AfterEarthLTD/Solder-Reflow-Plate](https://github.com/AfterEarthLTD/Solder-Reflow-Plate) | - | ATmega328p | 70x50mm | v2.4 | ✔ | ✔ | ✔ | [here](https://github.com/AfterEarthLTD/Solder-Reflow-Plate/tree/main/Board%20Versions/70mm%20by%2050mm%20Ver2.4%20ATmega328p) | The board that started it all, as seen on GreatScott youtube video | -| [AfterEarthLTD/Solder-Reflow-Plate](https://github.com/AfterEarthLTD/Solder-Reflow-Plate) | AfterEarthLTD/Solder-Reflow-Plate - v2.4 | ATmega4809 | 70x50mm | v3.0 | ✔ | ✔ | ✔ | [here](https://github.com/AfterEarthLTD/Solder-Reflow-Plate/tree/main/Board%20Versions/70mm%20by%2050mm%20Ver3.0%20ATmega4809) | Variation for an MCU that is readily available in the market | +| Github | Based on | MCU | Dimensions | Current Version | Link | Description | +|---|---|---|---|---|---|---| +| [AfterEarthLTD/Solder-Reflow-Plate](https://github.com/AfterEarthLTD/Solder-Reflow-Plate) | - | ATmega328p | 70x50mm | v2.4 | [here](https://github.com/AfterEarthLTD/Solder-Reflow-Plate/tree/main/Board%20Versions/70mm%20by%2050mm%20Ver2.4%20ATmega328p) | The board that started it all, as seen on GreatScott youtube video | +| [AfterEarthLTD/Solder-Reflow-Plate](https://github.com/AfterEarthLTD/Solder-Reflow-Plate) | AfterEarthLTD/Solder-Reflow-Plate - v2.4 | ATmega4809 | 70x50mm | v3.0 | [here](https://github.com/AfterEarthLTD/Solder-Reflow-Plate/tree/main/Board%20Versions/70mm%20by%2050mm%20Ver3.0%20ATmega4809) | Variation for an MCU that is readily available in the market |