<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://old.andunix.net/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://old.andunix.net/feed.php">
        <title>andunix.net</title>
        <description></description>
        <link>https://old.andunix.net/</link>
        <image rdf:resource="https://old.andunix.net/_media/favicon.ico" />
       <dc:date>2026-04-03T18:45:37+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://old.andunix.net/p/dmx/program"/>
                <rdf:li rdf:resource="https://old.andunix.net/p/dmx/protocol"/>
                <rdf:li rdf:resource="https://old.andunix.net/p/andunix-tool/index"/>
                <rdf:li rdf:resource="https://old.andunix.net/p/pda/index"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://old.andunix.net/_media/favicon.ico">
        <title>andunix.net</title>
        <link>https://old.andunix.net/</link>
        <url>https://old.andunix.net/_media/favicon.ico</url>
    </image>
    <item rdf:about="https://old.andunix.net/p/dmx/program">
        <dc:format>text/html</dc:format>
        <dc:date>2014-02-02T12:02:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Program</title>
        <link>https://old.andunix.net/p/dmx/program</link>
        <description>Program

The controller (Arduino) can be programmed to animate the value on a DMX channel from one value to another.
The contoller has an program counter which is counted up by one every iteration.
The iterations will be 5ms (200Hz), 10ms (100 Hz) or 20ms (50 Hz) long.
The value of the program counter ist exchanged between the host an the controller with the command</description>
    </item>
    <item rdf:about="https://old.andunix.net/p/dmx/protocol">
        <dc:format>text/html</dc:format>
        <dc:date>2014-02-02T11:19:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Serial Protocol</title>
        <link>https://old.andunix.net/p/dmx/protocol</link>
        <description>Serial Protocol

For the communication between the host (PC) and the controller (Arduino), there is a serial protocol over USB.
The protocol is line by line, with carriage return (“\n”) as end.
The first character denotes the type of command or information.
The following commands have been defined:</description>
    </item>
    <item rdf:about="https://old.andunix.net/p/andunix-tool/index">
        <dc:format>text/html</dc:format>
        <dc:date>2013-02-03T11:12:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>andunix-tool</title>
        <link>https://old.andunix.net/p/andunix-tool/index</link>
        <description>andunix-tool

Usage:
java -jar andunix-tool.jar &lt;Global Options&gt; &lt;Command&gt; &lt;Command Options&gt;
Tip: I suggest to create a shell-script to ease the java starting:


#! /bin/sh

# Change this to the directory in which you put ''andunix-tool.jar''
# and the corresponding ''lib'' directory
ANDUNIX_TOOL_DIR=${HOME}/opt/andunix-tool

# Use this to define the path to your Java-Intallation
JAVA_HOME=/opt/jdk

exec ${JAVA_HOME}/bin/java -jar ${ANDUNIX_TOOL_DIR}/andunix-tool.jar $*</description>
    </item>
    <item rdf:about="https://old.andunix.net/p/pda/index">
        <dc:format>text/html</dc:format>
        <dc:date>2013-02-04T22:17:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Project PDA</title>
        <link>https://old.andunix.net/p/pda/index</link>
        <description>Project PDA

The Project PDA aims to build a real Personal Digital Assistant.

	*  Data Collector: Collection of API Implementations to connect to several (Web-)Services and access data there
	*  Blackbox: Entity Storage. Stores XML objects like tasks, notes etc.
	*  PADD: Personal Access and Data Display. Named after the Star Trek Pads, it implements the pda index</description>
    </item>
</rdf:RDF>
