<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://home.roboticlab.eu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://home.roboticlab.eu/feed.php">
        <title>Robotic &amp; Microcontroller Educational Knowledgepage - Network of Excellence - en:multiasm:exercisesbook:avr:sut:scenarios</title>
        <description></description>
        <link>https://home.roboticlab.eu/</link>
        <image rdf:resource="https://home.roboticlab.eu/_media/wiki/logo.png" />
       <dc:date>2026-05-05T11:49:56+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr1?rev=1777825156&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr2?rev=1777826102&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr3?rev=1777827545&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr4?rev=1777885847&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr5?rev=1777890439&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://home.roboticlab.eu/_media/wiki/logo.png">
        <title>Robotic & Microcontroller Educational Knowledgepage - Network of Excellence</title>
        <link>https://home.roboticlab.eu/</link>
        <url>https://home.roboticlab.eu/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr1?rev=1777825156&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-03T16:19:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>AVR1: Hello World on AVR</title>
        <link>https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr1?rev=1777825156&amp;do=diff</link>
        <description>AVR1: Hello World on AVR

In this scenario, you will implement a classical “Hello World” application. For microcontrollers, the “Hello World” application is a blinking LED. Because we use remote observation via an integrated video camera stream, the proper LED frequency is at most 1 or 2Hz, depending on the connection quality. In this scenario, you will use blocking nested loops and manual calculation of the ticks needed to run them, to obtain precise</description>
    </item>
    <item rdf:about="https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr2?rev=1777826102&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-03T16:35:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>AVR2: Create live LED pattern</title>
        <link>https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr2?rev=1777826102&amp;do=diff</link>
        <description>AVR2: Create live LED pattern

In this scenario, you will implement a pattern using multiple LEDS. There are 4 LEDs connected to GPIOs 13, 12, 11, and 10 (D1 on top is GPIO 13; D4 at the bottom is GPIO 10). In this scenario, you will use blocking nested loops and manual calculation of the ticks needed to run them, to obtain precise</description>
    </item>
    <item rdf:about="https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr3?rev=1777827545&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-03T16:59:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>AVR3: Using 7-deg display</title>
        <link>https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr3?rev=1777827545&amp;do=diff</link>
        <description>AVR3: Using 7-deg display

In this scenario, you will implement a code that displays on the 7-segment display.


 Prerequisites 

You need to book one of the AVR laboratory nodes and ensure the video stream is live.

 Scenario 

Implement an algorithm that displays your birth year (or any other 4-digit number) on the LED 7-segment display.</description>
    </item>
    <item rdf:about="https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr4?rev=1777885847&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-04T09:10:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>AVR4: Blinking LED, Timer-based</title>
        <link>https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr4?rev=1777885847&amp;do=diff</link>
        <description>AVR4: Blinking LED, Timer-based

In this scenario, you will implement a classical “Hello World” application, but this time, instead of using the tick-counting method, we will use a timer to precisely tick the delay. 

 Prerequisites 

You need to book one of the AVR laboratory nodes and ensure the video stream is live.</description>
    </item>
    <item rdf:about="https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr5?rev=1777890439&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-04T10:27:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>AVR5: Control Brightness with PWM</title>
        <link>https://home.roboticlab.eu/en/multiasm/exercisesbook/avr/sut/scenarios/avr5?rev=1777890439&amp;do=diff</link>
        <description>AVR5: Control Brightness with PWM

In this scenario, you will control the LED brightness using PWM. To compare results, the built-in LED will be set to 100% on while you adjust LED4&#039;s brightness.

 Prerequisites 

You need to book one of the AVR laboratory nodes and ensure the video stream is live.</description>
    </item>
</rdf:RDF>
