diff --git a/docs/README.md b/docs/README.md index 3e95634..4a055bc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,10 +23,10 @@ The challenge is to solder all the components on the PCB in the shortest time po - Level 5 - SMD 0201 components (PCB is not complete) --> -If you manage to plug in all the components correctly, the LED will flash at about 2 Hz when plugged into the USB port. +If you manage to solder all the components correctly, the LED will flash about 2 times per second when plugged into the USB port.
-!!! info "Attention, L2 has swapped resistor R1 and R2" \ No newline at end of file +!!! info "Attention, L2 has swapped resistor R1 and R2" diff --git a/docs/assembly.md b/docs/assembly.md index 8f8a131..440717f 100644 --- a/docs/assembly.md +++ b/docs/assembly.md @@ -3,20 +3,19 @@ ## How to Proceed - **Always solder only one level at a time.** -- Always take one component, solder it, and then proceed with the next. -- Then you can solder the other components. -- Once you have soldered, attach a pad underneath the USB connector. +- Take one component from the holder, solder it, and only after that take another one. (They are easy to mixup.) +- Once you have soldered everything, glue a padding underneath the USB connector. !!! info "Important Information" - Start by soldering the integrated circuit. As last solder the LED. - Be mindful of the orientation of the integrated circuit. If you're unsure, ask the instructor. - - Polarity usually matters with LEDs. However, on this board, you don't have to worry about polarity; the circuit is designed to be polarity-independent. + - Polarity usually matters with LEDs. However, on this board, you don't have to worry about polarity; the circuit is designed to be polarity-agnostic. !!! danger "Work Safety" - The tip of the soldering iron is hot (~300 °C). - Always place the soldering iron back in its stand. - Keep your workspace tidy. - - If you get burned, go and cool the burned area with water or ice. Don't rub anything on the burned area. + - If you get burned, go and cool the burned area with water (do not use ice). Don't rub anything on the burned area. ## L1 - THT diff --git a/docs/media/soldering/pajeni-1.jpg b/docs/media/soldering/cs/pajeni-1.jpg similarity index 100% rename from docs/media/soldering/pajeni-1.jpg rename to docs/media/soldering/cs/pajeni-1.jpg diff --git a/docs/media/soldering/pajeni-2.jpg b/docs/media/soldering/cs/pajeni-2.jpg similarity index 100% rename from docs/media/soldering/pajeni-2.jpg rename to docs/media/soldering/cs/pajeni-2.jpg diff --git a/docs/media/soldering/pajeni-3.jpg b/docs/media/soldering/cs/pajeni-3.jpg similarity index 100% rename from docs/media/soldering/pajeni-3.jpg rename to docs/media/soldering/cs/pajeni-3.jpg diff --git a/docs/media/soldering/en/soldering-1.png b/docs/media/soldering/en/soldering-1.png new file mode 100644 index 0000000..af47b82 Binary files /dev/null and b/docs/media/soldering/en/soldering-1.png differ diff --git a/docs/media/soldering/en/soldering-2.png b/docs/media/soldering/en/soldering-2.png new file mode 100644 index 0000000..02548e3 Binary files /dev/null and b/docs/media/soldering/en/soldering-2.png differ diff --git a/docs/media/soldering/en/soldering-3.jpg b/docs/media/soldering/en/soldering-3.jpg new file mode 100644 index 0000000..40eae76 Binary files /dev/null and b/docs/media/soldering/en/soldering-3.jpg differ diff --git a/docs/soldering.cs.md b/docs/soldering.cs.md index 6b7cf77..aef3687 100644 --- a/docs/soldering.cs.md +++ b/docs/soldering.cs.md @@ -18,19 +18,19 @@ Pájení je proces, při kterém zahříváme a spojujeme dvě (nebo více) sou ## Jak postupovat
- ![J](/media/soldering/pajeni-1.jpg) + ![Pajeni](/media/soldering/cs/pajeni-1.jpg)
Obrázek 1: Jak pájet [zdroj :octicons-link-external-16:](https://kutiluv-zapisnik.cz/jak-spravne-pajet-elektronicke-soucastky)
- ![J](/media/soldering/pajeni-3.jpg) + ![Pajeni](/media/soldering/cs/pajeni-3.jpg)
Obrázek 2: Jak pájet [zdroj :octicons-link-external-16:](https://kutiluv-zapisnik.cz/jak-spravne-pajet-elektronicke-soucastky)
- ![J](/media/soldering/pajeni-2.jpg) + ![Pajeni](/media/soldering/cs/pajeni-2.jpg)
Obrázek 3: Jak to má vypadat [zdroj :octicons-link-external-16:](https://kutiluv-zapisnik.cz/jak-spravne-pajet-elektronicke-soucastky)
diff --git a/docs/soldering.md b/docs/soldering.md index 56b1fd5..c252593 100644 --- a/docs/soldering.md +++ b/docs/soldering.md @@ -1,3 +1,43 @@ -# How to solder +# How to Solder -![type:video](https://www.youtube.com/embed/6rmErwU5E-k) \ No newline at end of file +Soldering is a process in which we heat and join two (or more) components using flux and solder. + +## Preparation +- **Sponge:** Wet the sponge before starting. After every soldered joint, first wipe the tip on the sponge and then place it in the holder. +- **Flux:** It aids in better solder wettability and helps create a conductive, smooth, and good-looking joint. +- **Soldering Station:** + - **Transformer Soldering Iron:** It is larger and heavier. + - **Micro-soldering Iron:** Heats continuously during operation, not only when the button is pressed, unlike the transformer soldering iron. The temperature is adjustable and regulated, preventing damage to the soldering tip. + - Set the micro-soldering iron to a temperature of 300 °C. + +## Types of Soldering + +* **THT (Through-hole technology)** - soldering components with metal legs that are inserted through holes in the printed circuit board. +* **SMD (Surface-mount technology)** - soldering components with metal bands that are pasted onto the printed circuit board. + +## How to Proceed +
+ ![Soldering](/media/soldering/en/soldering-1.png) +
Image 1: How to solder [source :octicons-link-external-16:](https://consolemods.org/wiki/Intro_to_Soldering)
+
+ +
+ ![Soldering](/media/soldering/en/soldering-3.jpg) +
Image 2: How to solder [source :octicons-link-external-16:](https://www.circuitspecialists.com/blog/how-to-soldering-correctly-soldering-101/)
+
+ +
+ ![Soldering](/media/soldering/en/soldering-2.png) +
Image 3: How it should look [source :octicons-link-external-16:](https://consolemods.org/wiki/Intro_to_Soldering)
+
+ +## Tutorials + +### THT +![type:video](https://www.youtube.com/embed/vujaGgBuKu8?si=R9vzuez8leylzqLy&clip=Ugkx7ZWut5RlKXG5L_a4UvHT_Kxr66VqGn3X&clipt=EPybHhi_3h8) + +### SMD - chip +![type:video](https://www.youtube.com/embed/vujaGgBuKu8?si=u0rPdQ2BL0gkE9qN&start=718) + +### SMD +![type:video](https://www.youtube.com/embed/vujaGgBuKu8?si=kH_I_9oBVI9Ww6fT&clip=Ugkx-ag6_xJGoN_jpni_PyNBF9dca4yeR7nQ&clipt=ENj2PhiQhUI) diff --git a/docs/team.md b/docs/team.md index 4c223b5..4b90028 100644 --- a/docs/team.md +++ b/docs/team.md @@ -24,27 +24,18 @@ Each year we organize a [summer camp](https://robotickytabor.cz/) with engaging During the school year students can attend hobby groups covering modeling, electronics, mechanical engineering and programming. We are convinced that our activities are important in complementing the formal education system and expanding the possibilities of learning. - +## Our Team - - \ No newline at end of file