
    

    <?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://ocw.cs.pub.ro/courses/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="http://ocw.cs.pub.ro/courses/feed.php">
        <title>CS Open CourseWare pm:galileo</title>
        <description></description>
        <link>http://ocw.cs.pub.ro/courses/</link>
        <image rdf:resource="http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico" />
       <dc:date>2026-05-07T18:00:43+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/pm/galileo/1?rev=1581667316&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/pm/galileo/2?rev=1581667316&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/pm/galileo/3?rev=1581667316&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico">
        <title>CS Open CourseWare</title>
        <link>http://ocw.cs.pub.ro/courses/</link>
        <url>http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico</url>
    </image>
    <item rdf:about="http://ocw.cs.pub.ro/courses/pm/galileo/1?rev=1581667316&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-14T10:01:56+03:00</dc:date>
        <title>Introduction to microcontrollers, Arduino and Galileo</title>
        <link>http://ocw.cs.pub.ro/courses/pm/galileo/1?rev=1581667316&amp;do=diff</link>
        <description>Objectives

	*  The basics of what a microcontroller is/does
	*  What is Arduino? What is Galileo?
	*  How to make a LED blink

1. What is a microcontroller?

A microcontroller (sometimes abbreviated µC, uC or MCU) is a small computer on a single integrated circuit containing a processor core, memory, and programmable input/output peripherals. Program memory in the form of NOR flash or OTP ROM is also often included on chip, as well as a typically small amount of RAM. Microcontrollers are design…</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/pm/galileo/2?rev=1581667316&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-14T10:01:56+03:00</dc:date>
        <title>Working within the Galileo environment</title>
        <link>http://ocw.cs.pub.ro/courses/pm/galileo/2?rev=1581667316&amp;do=diff</link>
        <description>Objectives

Today's objectives are getting used to the basic functions of your Arduino Uno. The following will be covered:

	*  Serial communication
	*  Digital input
	*  Analog input
	*  Plotting sensor data
	*  Text LCD

1. Serial communication

Used for communication between the Arduino board and a computer or other devices. All Arduino boards have at least one serial port (also known as a UART or USART): Serial. It communicates on digital pins 0 (RX) and 1 (TX) as well as with the computer v…</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/pm/galileo/3?rev=1581667316&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-14T10:01:56+03:00</dc:date>
        <title>An Actual Galileo application: An EKG Device</title>
        <link>http://ocw.cs.pub.ro/courses/pm/galileo/3?rev=1581667316&amp;do=diff</link>
        <description>Objectives

	*  Discover what EKG is and its significance as a medical application
	*  Introduce the SHIELD-EKG-EMG board from  Olimex
	*  Learn how to do basic Digital Signal Processing

Signals

So far we've examined analog values, voltages measured at pins A0-A7 of the microcontroller. If we measure multiple times the same voltage we obtain a range of values called a “signal”. A signal contains information about the variation in time of the measured quantity. We should take a very short look …</description>
    </item>
</rdf:RDF>
