Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/404.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img src="assets/v2-mockup.png" alt="v2-mockup" width="512">
<!-- ![v2-mockup](assets/v2-mockup.png =500x) -->

## Hardware Revisions

Expand Down
8 changes: 0 additions & 8 deletions docs/assembly.md

This file was deleted.

10 changes: 7 additions & 3 deletions docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ---------- | -------------------- |
Expand Down
Binary file added docs/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions docs/site.webmanifest
Original file line number Diff line number Diff line change
@@ -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"}
Loading