<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.zhdk.ch/iad/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://wiki.zhdk.ch/iad/feed.php">
        <title>IAD Wiki - electrical_engineering</title>
        <description></description>
        <link>https://wiki.zhdk.ch/iad/</link>
        <image rdf:resource="https://wiki.zhdk.ch/iad/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-29T11:38:55+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:analog_input&amp;rev=1767952865&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:digital_input&amp;rev=1767952975&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:electronics_basics&amp;rev=1767952893&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:transistors_as_switches&amp;rev=1768213614&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:voltage_regulators&amp;rev=1768213771&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.zhdk.ch/iad/lib/tpl/dokuwiki/images/favicon.ico">
        <title>IAD Wiki</title>
        <link>https://wiki.zhdk.ch/iad/</link>
        <url>https://wiki.zhdk.ch/iad/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:analog_input&amp;rev=1767952865&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-09T10:01:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>analog_input</title>
        <link>https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:analog_input&amp;rev=1767952865&amp;do=diff</link>
        <description>Analog Input

An analog input can measure a voltage difference. Many phenomena can be measured with simple sensors that output analog voltage value, for example, sound, light intensity, and or preasure. Therefore the Arduino offers the analog inputs (A0-A5) to read such values. To be able to detect a voltage difference (analog signal), the Arduino has a 6 channel, 10-bit analog to digital converter (AD converter). A resolution of 10-bit means that the Arduino detects a voltage difference from 0V…</description>
    </item>
    <item rdf:about="https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:digital_input&amp;rev=1767952975&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-09T10:02:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>digital_input</title>
        <link>https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:digital_input&amp;rev=1767952975&amp;do=diff</link>
        <description>Digital Input

Digital input is something with only two states: ON or OFF. In the case of the Arduino, the ON state corresponds to an electrical voltage of 5V and OFF to a voltage of 0V. On the Arduino, we mainly use the digital PINs (D0-D13) for digital circuits. However, the analogue PINs can also be used as digital pins if more inputs or outputs are required.</description>
    </item>
    <item rdf:about="https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:electronics_basics&amp;rev=1767952893&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-09T10:01:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>electronics_basics</title>
        <link>https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:electronics_basics&amp;rev=1767952893&amp;do=diff</link>
        <description>German Version

In order to use electronics and microcontrollers successfully for projects, we need to understand some electronic terms and theories. These include:



Electronic Circuit: A circuit is a sequence of connected electronic components. The simplest electrical circuit consists of a power source, a load, and the connecting lines (conducting wires). Electric current can only flow in a closed circuit. In a closed circuit, the current flows from the negative pole of the power source to th…</description>
    </item>
    <item rdf:about="https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:transistors_as_switches&amp;rev=1768213614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-12T10:26:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>transistors_as_switches</title>
        <link>https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:transistors_as_switches&amp;rev=1768213614&amp;do=diff</link>
        <description>Transistors as Switches



When we talk about “transistors”, we usually mean a bipolar transistor. Transistors consist of semiconductors, which means they can transition from conducting to non-conducting. These properties can be used as a kind of electrically activated</description>
    </item>
    <item rdf:about="https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:voltage_regulators&amp;rev=1768213771&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-12T10:29:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>voltage_regulators</title>
        <link>https://wiki.zhdk.ch/iad/doku.php?id=electrical_engineering:voltage_regulators&amp;rev=1768213771&amp;do=diff</link>
        <description>Voltage Regulators

A voltage regulator is a component that takes in electricity at one voltage and outputs a stable, consistent voltage. While most will step down a higher voltage to the desired level, some can boost a lower voltage and some can even do both. Think of it like a water pressure regulator: high, varying pressure comes in, but steady, controlled pressure comes out.</description>
    </item>
</rdf:RDF>
