{
    "path": "/home/krm/dev/mimer-privatum/Courses/elektronik-och-mikrodatorteknik/Lab/arduino.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Arduino - Olika saker att göra"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 2025,
        "month": 3,
        "day": 6
    },
    "description": [
        "Detta är en lista på labbar. Gör så många du hinner och sedan får du veta lämpligt betyg allt eftersom. Gå igenom exemplena och använd dem \nnär du sedan löser uppgifterna. Titta efter uppgifter som du kan \nanvända samma koppling eller likande koppling för att lösa."
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "title": [
                "Inlämning"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "🐛 Buggar som du hittar i din kod."
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Gundera"
            ],
            "description": [
                "Exemplena finns nedan:"
            ],
            "statments": [
                {
                    "description": [
                        "⚙️ ",
                        [
                            {
                                "link": "/a/electronics/arduino/Examples/basic/examples.sv.html"
                            },
                            "Exempel på grunderna"
                        ]
                    ]
                },
                {
                    "description": [
                        "⭐ ",
                        [
                            {
                                "link": "/a/electronics/arduino/Exercises/lamp-flash/exercise.sv.html"
                            },
                            "E-E1: Få en lampa att blinka"
                        ]
                    ]
                },
                {
                    "description": [
                        "⭐ ",
                        [
                            {
                                "link": "/a/electronics/arduino/Exercises/lamp-flash/exercise.sv.html"
                            },
                            "E-E11: Få en lampa att blinka fortare"
                        ]
                    ]
                },
                {
                    "description": [
                        "⭐ ",
                        [
                            {
                                "link": "/a/electronics/arduino/Exercises/get-some-text/exercise.sv.html"
                            },
                            "E-E2: Få tillbaka lite text"
                        ]
                    ]
                },
                {
                    "description": [
                        "⭐ ",
                        [
                            {
                                "link": "/a/electronics/arduino/Exercises/diod-on-breadboard/exercise.sv.html"
                            },
                            "E-E3: Få lampa att lysa på kopplingsdäck"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Programmering"
            ],
            "description": [
                "Programmeerings uppgifterna nedan ska lösas med Arduino."
            ],
            "statments": [
                {
                    "description": [
                        "⚙️ ",
                        [
                            {
                                "link": "/a/electronics/arduino/Examples/programing/examples.sv.html"
                            },
                            "Exempel med programmering"
                        ]
                    ]
                },
                {
                    "description": [
                        "⭐ ",
                        [
                            {
                                "link": "/a/programing/common/concept/math/Exercises/make-a-sum-of-two-numbers/exercise.sv.html"
                            },
                            "P-VE4: Läs in två tal och skriv ut summan"
                        ]
                    ]
                },
                {
                    "description": [
                        "⭐ ",
                        [
                            {
                                "link": "/a/programing/common/concept/loop/Exercises/count-from-1-to-100/exercise.sv.html"
                            },
                            "P-VE6: Räkna från 1 till 100"
                        ]
                    ]
                },
                {
                    "description": [
                        "⭐ ",
                        [
                            {
                                "link": "/a/programing/common/concept/if/Exercises/day-or-night/exercise.sv.html"
                            },
                            "P-E25: Dag eller Natt"
                        ]
                    ]
                },
                {
                    "description": [
                        "⭐ ",
                        [
                            {
                                "link": "/a/programing/common/concept/if/Exercises/guess-a-number/exercise.sv.html"
                            },
                            "P-N13: Få lampa att lysa på kopplingsdäck"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Komponeter"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Diodrar"
            ],
            "description": [
                "Exempel finns nedan:"
            ],
            "statments": [
                {
                    "description": [
                        "⚙️ ",
                        [
                            {
                                "link": "/a/electronics/arduino/Examples/diod/examples.sv.html"
                            },
                            "här"
                        ],
                        "."
                    ]
                },
                {
                    "description": [
                        "Arrayer"
                    ]
                },
                {
                    "description": [
                        "⭐ ",
                        [
                            {
                                "link": ""
                            },
                            "E-N1: Få två lampan att blinka"
                        ]
                    ]
                },
                {
                    "description": [
                        "⭐ Låt lampan blinka i en SOS-morse signal"
                    ]
                },
                {
                    "description": [
                        "⭐ Skriv en funktion som blinkar en anna bokstav"
                    ]
                },
                {
                    "description": [
                        "Tänd lampor i olika mönster, inklusive övningen."
                    ]
                },
                {
                    "description": [
                        "Blinka och skriv"
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Knappar"
            ],
            "description": [
                "För att få poäng måste du också besvara frågorna som finns till exemplerna."
            ],
            "statments": [
                {
                    "description": [
                        "⚙️ ",
                        [
                            {
                                "link": "/a/electronics/arduino/Examples/button/examples.sv.html"
                            },
                            "Knappar"
                        ],
                        "."
                    ]
                },
                {
                    "description": [
                        "Introduktion till knapp"
                    ]
                },
                {
                    "description": [
                        "Tryck på en knapp, med pull-up motstånd."
                    ]
                },
                {
                    "description": [
                        "Tryck på en knapp, med pull-down motstånd."
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Knapp och lampa"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "⚙️ ",
                        [
                            {
                                "link": "/a/electronics/arduino/Examples/button-and-diod/examples.sv.html"
                            },
                            "Knappar och lampor"
                        ],
                        "."
                    ]
                },
                {
                    "description": [
                        "Skapa en timmer"
                    ]
                },
                {
                    "description": [
                        "Toggle button"
                    ]
                },
                {
                    "description": [
                        "💎 Gör ett rödljus så som vi gjorde på lth."
                    ]
                },
                {
                    "description": [
                        "🏗️ Få en lampa att lysa beronde på en knapp. (Alice)"
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Högtalar"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Servermotor"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Linjärmotor"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Transistor"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Motor"
            ],
            "description": [
                "Exemplena finns ännu inte."
            ],
            "statments": [
                {
                    "description": [
                        "Få linjär motor att snurra."
                    ]
                },
                {
                    "description": [
                        "Få servo motor att snurra."
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Potensiometer"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Resistansmätare"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Applikationer"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Tjuvalarm"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Relä"
            ],
            "description": [
                "Inte under komponeter för de kan vara farliga."
            ],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Fjärkontroll"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Enheter"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Batteridrift"
            ],
            "description": [],
            "statments": [],
            "comment": []
        }
    ],
    "kind": "lab"
}