diff --git a/docs/404.md b/docs/404.md index a7ee231..d9f337c 100644 --- a/docs/404.md +++ b/docs/404.md @@ -4,8 +4,8 @@ description: This site can not be reached! layout: 404 --- -# 404 -### UH OH! You're lost! +# Error 404 +### UH OH! You're lost! 🧭 The page you are looking for does not exist. How you got here is a mystery. But you can click the button above to go back to the landing page. diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index afe0432..0000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -morse.leandro-ebner.de \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index c1e104d..c608575 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,8 @@ show_downloads: true This compact 4 cm × 4 cm PCB, powered by a CR2032 coin cell and driven by an ATtiny13A microcontroller, is designed to make learning electronics engaging and accessible. Equipped with a blinking LED, clearly labeled components, and Arduino IDE compatibility via a dedicated programming header, it offers a hands-on introduction to soldering, microcontrollers, and embedded programming. Originally developed for university workshops, its minimalist design and modular approach make it perfect for classrooms, makerspaces, and self-guided learners alike. At a low cost of around €1.50 per unit, it’s affordable enough for every participant to take home: Encouraging continued exploration and tinkering beyond the workshop. -![v2-mockup](assets/v2-mockup.png) +v2-mockup + ## Hardware Revisions diff --git a/docs/assembly.md b/docs/assembly.md deleted file mode 100644 index b9a5a0c..0000000 --- a/docs/assembly.md +++ /dev/null @@ -1,8 +0,0 @@ -# Interactive "Bill Of Material" - - - - diff --git a/docs/documentation.md b/docs/documentation.md index 2f54e90..fba2471 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -3,20 +3,24 @@ title: Documentation description: Everything you need to know to set up your Morse Code LED Blinker. --- +# Hardware Assembly + +In order to simplify the assembly and soldering process, an interactive _Bill of Materials_ is available [here](bom.html). + # Arduino IDE Download the latest Arduino IDE [here](https://www.arduino.cc/en/software/). Choose the right installer for your operating system and install the software. # Arduino Hardware Package -In order to program your Morse Code LED Blinker, an additional board package must be installed to support the utilized microcontroller. Open the Arduino IDE, go to ```File``` and click on ```Preferences```. In the Tab ```Settings```, add the following URL to the section "Additional boards manager URLs": +In order to program your Morse Code LED Blinker, an additional board package must be installed to support the utilized microcontroller. Open the Arduino IDE, go to `File` and click on `Preferences`. In the Tab `Settings`, add the following URL to the section "Additional boards manager URLs": ```txt https://mcudude.github.io/MicroCore/package_MCUdude_MicroCore_index.json ``` -After saving your changes, open the ```Board Manager``` and search for "MicroCore" in the search bar. Install the latest version of the package. +After saving your changes, open the `Board Manager` and search for "MicroCore" in the search bar. Install the latest version of the package. # Programming Settings -Make sure to adjust the following settings under ```Tools``` before flashing your Morse Code LED Blinker: +Make sure to adjust the following settings under `Tools` before flashing your Morse Code LED Blinker: | Option | Value | | ---------- | -------------------- | diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 0000000..f602da9 Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/site.webmanifest b/docs/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/docs/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file