<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    
    <link href="http://www.qubytes.de/index.php?/feeds/atom10.xml" rel="self" title="Qubytes" type="application/atom+xml" />
    <link href="http://www.qubytes.de/"                        rel="alternate"    title="Qubytes" type="text/html" />
    <link href="http://www.qubytes.de/rss.php?version=2.0"     rel="alternate"    title="Qubytes" type="application/rss+xml" />
    <title type="html">Qubytes</title>
    <subtitle type="html">-</subtitle>
    <icon>http://www.qubytes.de/templates/default/img/s9y_banner_small.png</icon>
    <id>http://www.qubytes.de/</id>
    <updated>2011-11-30T10:48:26Z</updated>
    <generator uri="http://www.s9y.org/" version="1.6">Serendipity 1.6 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/44-Serial-Terminal-fuer-das-LPC210x-Header-Board.html" rel="alternate" title="Serial Terminal für das LPC210x Header Board" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-11-30T10:49:00Z</published>
        <updated>2011-11-30T10:48:26Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=44</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=44</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/2-Embedded" label="Embedded" term="Embedded" />
    
        <id>http://www.qubytes.de/index.php?/archives/44-guid.html</id>
        <title type="html">Serial Terminal für das LPC210x Header Board</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Um über den Serialport mit dem LPC210x zu kommunizieren, müssen&#160; /RTS und /DTR auf Clear also HIGH sein. Bei einfachen Terminals ist das nicht der Fall. Für WinXp benutzt ich <a href="http://realterm.sourceforge.net/">Realterm</a>.</p> 
<p><strong>Einstelungen: </strong><br /></p> 
<p><img width="567" height="350" src="http://www.qubytes.de/uploads/2011/11/RealTerm.png" /></p> 
<p><a href="http://flattr.com/thing/443272/Serial-Terminal-fr-das-LPC210x-Header-Board" target="_blank"> <img border="0" src="http://www.qubytes.de/uploads/flattr-badge-large.png" alt="Flattr this" title="Flattr this" /></a><br /></p> 
            </div>
        </content>
        <dc:subject>lpc210x header board</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/43-LPC21ISP-mit-FT232RL.html" rel="alternate" title="LPC21ISP mit FT232RL" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-11-29T09:58:03Z</published>
        <updated>2011-11-29T14:17:15Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=43</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=43</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/2-Embedded" label="Embedded" term="Embedded" />
    
        <id>http://www.qubytes.de/index.php?/archives/43-guid.html</id>
        <title type="html">LPC21ISP mit FT232RL</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Wer seinen LPC2103 wie ich über einen FT232RL &quot;flasht&quot;kann dies erheblich beschleunigen.</p> 
<p><strong>Schritt 1:</strong></p> 
<p>Rechts Klick Arbeitsplatz-&gt;Eigenschaften-&gt;Hardware-&gt;Geräte-Manager</p> 
<p><strong>Schritt 2:</strong></p> 
<p>&#160;Anschlüsse (COM und LPT)-&gt;Rechts Klick auf den COM Port des FT232-&gt;Eigenschaften-&gt;Anschlusseinstellungen-Erweitert</p> 
<p><strong>Schritt 3:</strong></p> 
<p>BM Einstellungen-&gt;Wartezeit (ms) auf 1
<strong></strong></p> 
<p><strong>Schritt 4:</strong></p> 
<p>Max. Baudrate berechnen&#160; Oszillatorfrequenz/64</p> 
<p>z.B. 16MHz/64 = 250000 Baudrate</p> 
<p><strong>Schritt 5 :</strong></p> 
<p>lpc21isp -control -bin MeinProgram.bin com5 250000 16000</p> 
<p><br /><a href="http://flattr.com/thing/443202/LPC21ISP-mit-FT232RL" target="_blank"> <img border="0" src="http://www.qubytes.de/uploads/flattr-badge-large.png" alt="Flattr this" title="Flattr this" /></a></p> 
            </div>
        </content>
        <dc:subject>arm7</dc:subject>
<dc:subject>lpc2000</dc:subject>
<dc:subject>lpc210x header board</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/42-LPC21ISP-V01.83.html" rel="alternate" title="LPC21ISP V01.83" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-11-24T08:25:38Z</published>
        <updated>2011-11-24T08:25:38Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=42</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=42</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/2-Embedded" label="Embedded" term="Embedded" />
    
        <id>http://www.qubytes.de/index.php?/archives/42-guid.html</id>
        <title type="html">LPC21ISP V01.83</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Die in <a href="http://gandalf.arubi.uni-kl.de/avr_projects/arm_projects/#winarm">WinARM </a>mit gelieferte Version des LPC21ISP ist nicht mit dem LPC2103 kompatibel. Ich habe mir deshalb das Visual Studio installiert und&#160; das Programm <a href="http://sourceforge.net/projects/lpc21isp/">LPC21ISP </a>V01.83 selbst compiliert. </p> 
<p>Einfach <a href="http://www.qubytes.de/uploads/2011/11/lpc21ispV0183.zip">lpc21ispV0183.zip</a> entpacken und in den in den Ordner &quot;C:\WinARM\bin&quot; kopieren.<br /></p> 
<p> </p> 
<p><br /></p> <a href="http://flattr.com/thing/440976/LPC21ISP-V01-83" target="_blank"> <img border="0" src="http://www.qubytes.de/uploads/flattr-badge-large.png" alt="Flattr this" title="Flattr this" /></a> 
<p> </p> 
            </div>
        </content>
        <dc:subject>arm7</dc:subject>
<dc:subject>lpc2000</dc:subject>
<dc:subject>lpc210x header board</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/39-LPC210x-Header-Board.html" rel="alternate" title="LPC210x Header Board" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-11-03T15:33:45Z</published>
        <updated>2011-11-10T09:43:53Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=39</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=39</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/2-Embedded" label="Embedded" term="Embedded" />
    
        <id>http://www.qubytes.de/index.php?/archives/39-guid.html</id>
        <title type="html">LPC210x Header Board</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Ich Arbeit schon&#160;eine Weile an einem kleine LPC210x Header Board. Ich hab nun das erst Board in Betrieb genommen. Es scheint alles zu funktionieren. Für RS232 und Realtimeclock habe ich auch schon den ersten Basiscode geschrieben. Somit sind die wichtigsten Funktionen schon getestet.</p> 
<p><strong>Features:</strong></p> 
<ul> 
<li>16MHz Resonator</li> 
<li>UART<br /></li> 
<li>RTC</li> 
<li>Timer</li> 
<li>ADC</li> 
<li>PWM<br /></li> 
<li>SPI</li> 
<li>I2C bis 400kHz<br /></li> 
<li>70MHz Prozessor Clock</li> 
<li>1.8V und 3.3V supply onboard<br /></li> 
<li>Input Volatage 5-12V</li> 
</ul> 
<p><strong>Board:</strong></p> 
<p> 
<table style="width: 80%;"> 
<tbody> 
<tr> 
<td style="width: 50%;"> 
<p> <img width="325" height="250" class="serendipity_image_center" src="http://www.qubytes.de/uploads/2011/11/LPC210xHeaderBoard.jpg" /></p> 
<p><font size="1">LPC210x Header Board</font><br /></p> 
</td> 
<td style="width: 50%;"> 
<p> <img width="325" height="250" src="http://www.qubytes.de/uploads/2011/11/FT232Adapter.jpg" class="serendipity_image_center" /></p> 
<p><font size="1">Modifizierter Sparkfun Arduino Pro Mini FT232 Adapter</font><br /></p> 
</td> 
</tr> 
</tbody> 
</table> 
</p> 
<p> </p> 
<p> </p> 
<p><strong>Adapter:</strong> </p> 
<p>Die Adapter Platine ist von <a href="http://www.sparkfun.com/">Sparkfun</a>. Mit ihr wird eigentlich ein Arduino Pro Mini programmiert. Mit einer kleinen Modifikation kann auch ein LPC2000 programmiert werden. Hier zu muss CTS Verbindung unterbrochen werden, und eine Verbindung mit dem RTS Pin des FT232RL hergestellt werden.</p> 
<p> </p> 
<p><strong>Eagle 5.10 Files:</strong> <br /></p> 
<p><a href="http://www.qubytes.de/uploads/2011/11/LPC210xV00_01.rar" title="LPC210xV00_01.rar" target="_blank">LPC210xV00_01.rar</a></p> 
<p>Lizenz für das Board ist die&#160; &quot;THE CLUBMATE-WARE LICENSE&quot; (Revision 42)</p> 
<p><strong>Update</strong> <strong>10.11.2011</strong>:</p> 
<p>Ich habe nun 4x Header Board soweit fertig bestückt. Es fehlen noch die Resettaster, die sollten Heute eintreffen. Wer an einem Header Board interessiert ist, einfach eine Mail an mich schicken.</p> 
<p><img width="325" height="250" src="uploads/2011/11/IMAG0335.jpg" /><br /></p> <a href="http://flattr.com/thing/429556/LPC210x-Header-Board" target="_blank"> <img border="0" src="http://www.qubytes.de/uploads/flattr-badge-large.png" alt="Flattr this" title="Flattr this" /></a> 
            </div>
        </content>
        <dc:subject>arm7</dc:subject>
<dc:subject>lpc2000</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/38-HTC-Aktie.html" rel="alternate" title="HTC Aktie" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-09-12T07:49:39Z</published>
        <updated>2011-10-04T15:30:53Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=38</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/5-Aktien" label="Aktien" term="Aktien" />
    
        <id>http://www.qubytes.de/index.php?/archives/38-guid.html</id>
        <title type="html">HTC Aktie</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Die HTC Aktie steigen nun auch wieder deutlich an. Die laufenden Patent-Streitigkeiten werden dem Kurs natürlich weiterhin Problem bereiten. Es erscheinen immer wieder neue Bericht über den verlauf der Prozesse. So z.B. die Süddeutsche:<a href="http://www.sueddeutsche.de/digital/apple-klagen-google-patente-sollen-htc-staerken-1.1140674">Google-Patente sollen HTC stärken</a> vom 08.09.2011. Da beleibt nur abwarten und Tee trinken bis die Gerichte eine Entscheidung getroffen haben.<br /></p> 
<p><br /></p> 
<div class="ONVISTA_CHART_WIDGET SIZE2"><a class="ONVISTA_CHART_LINK" href="http://www.onvista.de/aktien/snapshot.html?ID_OSI=24217792&amp;utm_source=extern&amp;utm_medium=aktienchart&amp;utm_campaign=widgets" target="_blank"><img border="0" class="ONVISTA_CHART_IMAGE" src="http://x.onvista.de/typ3.chart?SIZE=2&amp;ID_NOTATION=37809987&amp;LEGEND=1&amp;IND0=VOLUME&amp;TIME_SPAN=&amp;QUALITY=&amp;GRANULARITY_UNIT=&amp;XSTEPS=&amp;FROM=01.07.2011&amp;TO=12.09.2011" alt="HTC CORP. GDR REG S/4 OnVista Chart" /></a><br /><span class="WEITERFUEHRENDER_LINK_CONTAINER"><span>OnVista – </span>mehr Informationen zur <a class="ONVISTA_WEITERFUEHRENDER_LINK" href="http://www.onvista.de/aktien/snapshot.html?ID_OSI=24217792&amp;utm_source=extern&amp;utm_medium=aktienchart&amp;utm_campaign=widgets" target="_blank" title="zum Snapshot &quot;HTC CORP. GDR REG S/4&quot; auf OnVista"><strong>Aktie HTC CORP. GDR REG S/4</strong></a></span></div> 
            </div>
        </content>
        <dc:subject>android</dc:subject>
<dc:subject>htc</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/36-Alternativlos,-Folge-17.html" rel="alternate" title="Alternativlos, Folge 17" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-09-05T14:36:00Z</published>
        <updated>2011-10-04T15:31:07Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=36</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/5-Aktien" label="Aktien" term="Aktien" />
    
        <id>http://www.qubytes.de/index.php?/archives/36-guid.html</id>
        <title type="html">Alternativlos, Folge 17</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p><strong>Thema:</strong> In der Sendung geht es um Aktien, Derivate und die Börse.

<a href="http://alternativlos.org/17/">Folge 17</a></p> 
<p> </p> 
<p> </p> 
            </div>
        </content>
        <dc:subject>alternativlos</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/37-Amazon-US0231351067.html" rel="alternate" title="Amazon [US0231351067]" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-09-01T14:38:00Z</published>
        <updated>2011-10-04T15:31:14Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=37</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/5-Aktien" label="Aktien" term="Aktien" />
    
        <id>http://www.qubytes.de/index.php?/archives/37-guid.html</id>
        <title type="html">Amazon [US0231351067]</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Amazon hat soeben die 150€ Grenze über schritten. Ich habe die drei Amazon Aktien Inklusive aller Kosten für Depot und Börsen je 142,22€ erworben.

Auch wenn ich das Tief von 125€ verpasst habe, war die Strategie im Fall der Amazon Aktie die Richtige. würde ich heute Verkaufen, könnte ich ca. 23€ mehr verlangen, wie ich Anfang August bezahlt habe. Nach Abzügen für Depot, Börsen und <a href="https://secure.wikimedia.org/wikipedia/de/wiki/Privates_Ver%C3%A4u%C3%9Ferungsgesch%C3%A4ft">Spekulantensteuer </a>würde jedoch nicht mehr viel davon übrig bleiben. Somit bleibt ein theoretischer Gewinn von ca. 5%

&#160;



<div class="ONVISTA_CHART_WIDGET SIZE2"> 
<p><a target="_blank" href="http://www.onvista.de/aktien/snapshot.html?ID_OSI=90929&amp;utm_source=extern&amp;utm_medium=aktienchart&amp;utm_campaign=widgets" class="ONVISTA_CHART_LINK"><img border="0" alt="AMAZON.COM OnVista Chart" src="http://x.onvista.de/typ3.chart?SIZE=2&amp;ID_NOTATION=10454&amp;LEGEND=1&amp;IND0=VOLUME&amp;TIME_SPAN=&amp;QUALITY=&amp;GRANULARITY_UNIT=&amp;XSTEPS=&amp;FROM=01.07.2011&amp;TO=01.09.2011" class="ONVISTA_CHART_IMAGE" /></a> <span class="WEITERFUEHRENDER_LINK_CONTAINER"></span></p> 
<p><span class="WEITERFUEHRENDER_LINK_CONTAINER">OnVista – mehr Informationen zur <a target="_blank" href="http://www.onvista.de/aktien/snapshot.html?ID_OSI=90929&amp;utm_source=extern&amp;utm_medium=aktienchart&amp;utm_campaign=widgets" title="zum Snapshot &quot;AMAZON.COM&quot; auf OnVista" class="ONVISTA_WEITERFUEHRENDER_LINK"><strong>Aktie AMAZON.COM</strong></a></span></p> 
</div> 
            </div>
        </content>
        <dc:subject>amazon</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/35-ARCHOS-FR0000182479.html" rel="alternate" title="ARCHOS [FR0000182479]" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-08-28T14:34:00Z</published>
        <updated>2011-10-04T15:31:26Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=35</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=35</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/5-Aktien" label="Aktien" term="Aktien" />
    
        <id>http://www.qubytes.de/index.php?/archives/35-guid.html</id>
        <title type="html">ARCHOS [FR0000182479]</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a title="ARCHOS " href="http://www.archos.com">ARCHOS </a>ist ein Hersteller von MP3, Mediaplayer und Tables. Bis her kannte ARCHOS nur von billig MP3 Playern. Die mich nicht wirklich überzeugten. Vor einem Jahr wurde ich auf das ARCHOS 10.1 aufmerksam. Es hat mir sofort zugesagt. Auf <a title="YouTube" href="http://www.youtube.com/watch?v=ZTEpCacZF4s">YouTube</a> findet man etliche Video-Tutorial über das  ARCHOS 10.1. Bei <a title="Ebay" href="http://www.ebay.de/csc/i.html?LH_ItemCondition=12&amp;rt=nc&amp;LH_Complete=1&amp;_nkw=Archos%20101&amp;_fln=1&amp;_trksid=p3286.c0.m283">Ebay</a> bekommt man das Tablet gebraucht für ca. 170€ somit hält sich

Was mich sehr überzeugt sind die Produkte <a title="Phone" href="http://www.archos.com/products/ah/archos_35_shp/index.html?country=de&amp;lang=de">ARCHOS 35 smart home phone</a> und <a href="http://www.archos.com/products/ta/archos_48it/index.html?country=de&amp;lang=de">ARCHOS 48 Internet Tablet </a>es sind zwar Nischenprodukte aber sie zeigen, dass ARCHOS bereit ist andere Wege zu gehen. Mit dem Smart Home Phon zeigen sie, dass man auch mal Android als DECT Festnetz Telefon benutzen kann. Das 48 Internet Tablet wird mit den zwei Betriebssystemen Android und<a href="http://www.angstrom-distribution.org/"> Ångström Linux</a> angeboten. Meist muss man warten, bis sich ein Hacker so ein Tablet mal vornimmt.

Im September wird das ARCHOS G9 Table in den auf den Markt kommen. Mit Android 3.2 &quot;Honeycomb&quot; OS. Das G9 könnt durch aus erfolgreich werden. Der Erfolg oder Nicht-Erfolg des G9 kann sich durch aus im Kurs wieder spiegeln.


<div class="ONVISTA_CHART_WIDGET SIZE2"><a class="ONVISTA_CHART_LINK" href="http://www.onvista.de/aktien/snapshot.html?ID_OSI=6212961&amp;utm_source=extern&amp;utm_medium=aktienchart&amp;utm_campaign=widgets" target="_blank"><img border="0" class="ONVISTA_CHART_IMAGE" src="http://x.onvista.de/typ3.chart?SIZE=2&amp;ID_NOTATION=14247506&amp;LEGEND=1&amp;IND0=VOLUME&amp;TIME_SPAN=&amp;QUALITY=&amp;GRANULARITY_UNIT=&amp;XSTEPS=&amp;FROM=01.08.2008&amp;TO=26.08.2011" alt="ARCHOS S.A. NOM. EO-,50 OnVista Chart" /></a> <span class="WEITERFUEHRENDER_LINK_CONTAINER">OnVista – mehr Informationen zur <a class="ONVISTA_WEITERFUEHRENDER_LINK" title="zum Snapshot &quot;ARCHOS S.A. NOM. EO-,50&quot; auf OnVista" href="http://www.onvista.de/aktien/snapshot.html?ID_OSI=6212961&amp;utm_source=extern&amp;utm_medium=aktienchart&amp;utm_campaign=widgets" target="_blank"><strong>Aktie ARCHOS S.A. NOM. EO-,5...</strong></a></span></div> 
<div class="ONVISTA_CHART_WIDGET SIZE2">Chart-Zeitraum: 01.08.2008 - 26.08.2011</div> 
            </div>
        </content>
        <dc:subject>android</dc:subject>
<dc:subject>archos</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/34-Steico-DE000A0LR936.html" rel="alternate" title="Steico [DE000A0LR936]" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-08-26T14:30:00Z</published>
        <updated>2011-10-04T15:32:35Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=34</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/5-Aktien" label="Aktien" term="Aktien" />
    
        <id>http://www.qubytes.de/index.php?/archives/34-guid.html</id>
        <title type="html">Steico [DE000A0LR936]</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a title="Steico" href="http://www.steico.com/">Steico</a> ist seit 2008 im <a title="NAI" href="http://www.nai-index.de/seiten/firmen_liste.html">NAI</a> vertreten. DE000A0LR936 ist somit eine Aktie die auch &quot;Ökos&quot; in ihrem Depot haben dürfen.  Das Unternehmen stellt Dämmstoffe auf der Basis von Holz her. Gerade in Deutschland werden die Auflage für die Gebäudedämmung immer schärfer. Mit steigenden Energiekosten wird es auch immer interessanter ein Gebäude gut zu dämmen.  Somit wird auch die Nachfrage an Dämmstoffen steigen.

2009 bekam man die Aktie für unter 2€. Somit hätte man innerhalb von drei Jahren seine Einsatz quasi vervierfacht.

Derzeit fällt der Kurs.  Also warte ich mal noch ein wenig, um die Aktien günstiger zu bekommen.








<div class="ONVISTA_CHART_WIDGET SIZE2"> 
<p><a class="ONVISTA_CHART_LINK" href="http://www.onvista.de/aktien/snapshot.html?ID_OSI=16665026&amp;utm_source=extern&amp;utm_medium=aktienchart&amp;utm_campaign=widgets" target="_blank"><img border="0" class="ONVISTA_CHART_IMAGE" src="http://x.onvista.de/typ3.chart?SIZE=2&amp;ID_NOTATION=18277842&amp;LEGEND=1&amp;IND0=VOLUME&amp;TIME_SPAN=&amp;QUALITY=&amp;GRANULARITY_UNIT=&amp;XSTEPS=&amp;FROM=01.08.2008&amp;TO=26.08.2011" alt="STEICO AG OnVista Chart" /></a> </p> 
<p><span class="WEITERFUEHRENDER_LINK_CONTAINER">OnVista – mehr Informationen zur <a class="ONVISTA_WEITERFUEHRENDER_LINK" title="zum Snapshot &quot;STEICO AG&quot; auf OnVista" href="http://www.onvista.de/aktien/snapshot.html?ID_OSI=16665026&amp;utm_source=extern&amp;utm_medium=aktienchart&amp;utm_campaign=widgets" target="_blank"><strong>Aktie STEICO AG</strong></a></span></p> 
</div> 
<div class="ONVISTA_CHART_WIDGET SIZE2">Chart - Zeitraum: 01.08.2009 - 26.08.2011</div> <a target="_blank" href="http://flattr.com/thing/394398/Steico-DE000A0LR936"> <img border="0" title="Flattr this" alt="Flattr this" src="http://www.qubytes.de/uploads/flattr-badge-large.png" /></a> 
            </div>
        </content>
        <dc:subject>steico</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/33-Die-HTC-Aktie.html" rel="alternate" title="Die HTC Aktie" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-08-22T14:28:00Z</published>
        <updated>2011-08-22T14:28:00Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=33</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/5-Aktien" label="Aktien" term="Aktien" />
    
        <id>http://www.qubytes.de/index.php?/archives/33-guid.html</id>
        <title type="html">Die HTC Aktie</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Die HTC Aktie ist momentan wohl die riskanteste der drei Aktien. Da HTC und Apple sich im Patentkrieg befinden. Die Firmen streiten sich um Softwarepatente. Sollte HTC dabei schlecht abschneiden, dürfen unter Umständen keine Android Geräte mehr in die EU und USA geliefert werden. Was sich auch auf den Umsatz von HTC aus wirken wird.

Das Risiko spiegelt sich natürlich auch im Kurs wieder. Die HTC Aktie ist in nicht mal drei Monaten von ca 120€ auf aktuell 66€ gesunken. Gekauft hatte ich bei 79€. Ich bin mir noch unsicher, ob ich noch mal ein paar Aktien kaufen soll. 
            </div>
        </content>
        <dc:subject>htc</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/32-Geldanlage.html" rel="alternate" title="Geldanlage" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-08-22T14:24:00Z</published>
        <updated>2011-10-04T15:33:01Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=32</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/5-Aktien" label="Aktien" term="Aktien" />
    
        <id>http://www.qubytes.de/index.php?/archives/32-guid.html</id>
        <title type="html">Geldanlage</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>
Meine ersten schritte an der Börse.  Ich hab auch keinen Beruf, der irgendetwas mit Geld zu tun hat. Demnach gibt es keine Garantie auf Erfolg, falls jemand in die gleichen Anlagen investiert.

<strong></strong></p> 
<p><strong>Warum ich es nun selbst in die Hand nehme:</strong>
Ich hab 2002 ein VL Fonds Sparen angeschlossen, dieser endet 2009. Natürlich genau dann als alle Kurse unten waren. Hätte ich die Anteile in 2008 verkaufen können, wäre das eine gute Sache gewesen. Leider wurde es wegen der festen Laufzeit von 7 Jahren nichts. Dazu kam noch die relativ hohen Depotgebühren die auch bei Verlusten fällig waren. So fraß sich die Anlage quasi selbst auf. 2010 las ich 2 Bücher über Aktien und beschloss es nun selbst in die Hand zu nehmen. Ich suchte mir eine Bank bei der ich keine laufenden kosten für das Depot hatte. Als erste übertrug ich die Anteile des alten VL Fonds in das neue Depot und kündigte das alte. Nun fallen keine laufenden kosten mehr an und ich kann die Zeit für mich arbeiten lassen.
Was also fehlt ist die Kontrolle über der Anlage. Diese hat man nur wenn man auf solche Verträge mit festen Laufzeiten verzichtet. Aktuell fließt meine VL in eine festverzinsten VL Sparplan mit 2% pro Jahr.  Diese Sparmöglichkeiten gibt es nur bei wenigen Anbietern, oft wird einem ein Bausparvertrag untergejubelt. Die Bausparverträge bringen jedoch weniger Zinsen und kosten auch noch eine Abschlussgebühr von meist ca. 1%.
</p> 
<p> <strong>Meine Regeln nach denen ich anlegen möchte.</strong> </p> 
<ol> 
<li>Keine lebensnotwendigen Rohstoffe wie Weizen.</li> 
<li>Keine Kernenergie</li> 
<li>Keine Produkte die ich nicht verstehe. Also Zertifikate etc.</li> 
<li>Keine Banken</li> 
<li>Nur Geld anlegen, welches nicht benötigt wird</li> 
</ol> <strong>Der Richtige Zeitpunkt</strong>:
Ein guter Zeitpunkt ist jetzt. Von 2010 bis August 2011 stiegen allgemein die Kurse. Durch die hohe Verschuldung der USA und ihrer Unentschlossenheit sinken nun die Kurse und wirken sich auf so ziemlich alle Aktien aus. Ich habe nun also fast ein Jahr auf den Einstieg gewartet nun ist die Zeit reif. Ich hatte nun eine Jahr Zeit, mir einige Aktien in ruhe anzusehen.  Die Kurse sind nun zu mindesten soweit unten wie vor 9 Monaten. Super wäre natürlich wenn sie  weiter sinken würden was ich aber zur zeit nicht vermute.
Ich habe mir ein vor erst ein Budget von 1.500€ gesetzt. Davon habe ich nun 800€ angelegt. 200€ sind der Zeit noch in der schwebe d.h. ich habe eine Order auf eine Aktie mit einem Limit gesetzt das bis her noch nicht unterschritten wurde. 500€ habe ich noch zur Verfügung um bei weiteren Kursverlusten nochmal einzukaufen.

<strong>Die Aktien</strong>:







<ul> 
<li>3x Amazon WKN: 906866 gekauft</li> 
<li>5x HTC (High Tech Computer) WKN: A0RGRD gekauft</li> 
<li>2x Linde WKN:648300 geordert</li> 
</ul> <a target="_blank" href="http://flattr.com/thing/394190/Geldanlage"> <img border="0" title="Flattr this" alt="Flattr this" src="http://www.qubytes.de/uploads/flattr-badge-large.png" /></a> 
            </div>
        </content>
        <dc:subject>amazon</dc:subject>
<dc:subject>htc</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/27-Umstellung-auf-Serendipity.html" rel="alternate" title="Umstellung auf Serendipity " />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-05-31T09:18:19Z</published>
        <updated>2011-05-31T09:34:07Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=27</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    
    
        <id>http://www.qubytes.de/index.php?/archives/27-guid.html</id>
        <title type="html">Umstellung auf Serendipity </title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p> <font size="3">QuBytes ist Umgestiegen von Wordpress auf&#160; <a href="http://www.s9y.org" target="_blank" title="http://www.s9y.org/">Serendipity</a>. </font>Der WP RSS2 Feed sollte automatisch auf den RSS2 Feed von s9y <font size="3">umgeleitet werden.
</font></p> 
<p><font size="3">Mit dem Umstieg stehen nun auch Feeds für alle Tag und Kategorien bereit. Auch ATOM 0.3 und 1.0 stehen zur Verfügung</font></p><br /> 
            </div>
        </content>
        <dc:subject>qubytes</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/23-Filterregeln-fuer-OSM-POI-Extractor.html" rel="alternate" title="Filterregeln für OSM POI Extractor " />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-05-27T15:21:19Z</published>
        <updated>2011-05-31T09:48:30Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=23</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=23</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/1-OpenStreetMap" label="OpenStreetMap" term="OpenStreetMap" />
    
        <id>http://www.qubytes.de/index.php?/archives/23-guid.html</id>
        <title type="html">Filterregeln für OSM POI Extractor </title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <strong>Filterregeln:</strong> 
<blockquote>Es können beliebig viele Suchfilter definiert werden.</blockquote> <strong>Aufbau:</strong> 
<blockquote>[<strong><span style="color: #00ffff;">key</span></strong>]=[<strong><span style="color: #ff6600;">value</span></strong>];
oder
[<strong><span style="color: #00ffff;">key1</span></strong>]=[<strong><span style="color: #ff6600;">value1</span></strong>]<span style="color: #ff0000;">,</span>[<strong><span style="color: #00ffff;">key2</span></strong>]=[<strong><span style="color: #ff6600;">value2</span></strong>]....<span style="color: #ff0000;"><strong>;</strong></span></blockquote> <strong>Beispiel 1:</strong> 
<blockquote><strong><span style="color: #00ffff;">amenity</span></strong>=<strong><span style="color: #ff6600;">restaurant</span></strong>;
<br />
Dieser Filter würde alle Restaurants aus einer <strong>.osm Datei extrahieren</blockquote> <strong>Beispiel 2:</strong> 
<blockquote><strong><span style="color: #00ffff;">amenity</span></strong>=<strong><span style="color: #ff6600;">bank</span></strong>,<strong><span style="color: #00ffff;">atm</span></strong>=<strong><span style="color: #ff6600;">yes</span></strong>;

<br />Dieser Filter würde alle Banken mit Geldautomat aus einer </strong>.osm Datei extrahieren</blockquote> <strong>Beispiel 2:</strong> 
<blockquote><strong><span style="color: #00ffff;">amenity</span></strong>=<strong><span style="color: #ff6600;">restaurant</span></strong>;
<br /><strong><span style="color: #00ffff;">amenity</span></strong>=<strong><span style="color: #ff6600;">bank</span></strong>,<strong><span style="color: #00ffff;">atm</span></strong>=<strong><span style="color: #ff6600;">yes</span></strong>;

<span style="color: #000000;"></span><br /><span style="color: #000000;">Diese zwei </span>Filter würde alle Restaurants &amp; Banken mit Geldautomat aus einer <strong>.osm Datei extrahieren</blockquote> <strong>Beispiel 3:</strong> 
<blockquote><strong><span style="color: #00ffff;">amenity</span></strong>=<strong><span style="color: #ff6600;">restaurant</span></strong>,<strong><span style="color: #00ff00;">descsym</span></strong>=<strong><span style="color: #ff6600;">Restaurant</span></strong>;
<span style="color: #00ffff;"></span><br /><strong><span style="color: #00ffff;">amenity</span></strong>=<strong><span style="color: #ff6600;">pharmacy</span></strong>,<strong><span style="color: #00ff00;">descsym</span></strong>=<strong><span style="color: #ff6600;">apotheke</span></strong>;
<span style="color: #00ffff;"></span><br /><strong><span style="color: #00ffff;">amenity</span></strong>=<strong><span style="color: #ff6600;">bank</span></strong>,<strong><span style="color: #00ff00;">descsym</span></strong>=<strong><span style="color: #ff6600;">bank</span></strong>;
<span style="color: #00ffff;"></span><br /><strong><span style="color: #00ffff;">tourism</span></strong>=<strong><span style="color: #ff6600;">attraction</span></strong>,<strong><span style="color: #00ff00;">descsym</span></strong>=<strong><span style="color: #ff6600;">Viewpoint</span></strong>;<br /><br />
Diese vier Filter würde alle Restaurants, Apotheken, Banken, und Sehenswürdigkeiten einer </strong>.osm Datei extrahieren.

&quot;<span style="color: #00ff00;">descsym</span>&quot; ist ein kein OSM-Parameter. Er wird für die richtige Zuweisung der POI-Symbole benötigt. Im Installationsordner von GPS-Mate z.B &quot;C:\Programme\ConfiTek\GPS-Mate&quot; befindet sich ein Unterordner POI. Er enthält diverse Bilder mit Symbolen. Geben Sie einfach den Dateiname des gewünschten Symbols an. Nach dem Import in GPS-Mate wird dann z.B. die Bank mit dem € Symbol angezeigt und die Apotheke mit dem Apotheken-Symbol. Sie können auch eigene Bilder in den Ordner legen und darauf verweisen. Hier eine Auswahl an <a href="http://wiki.openstreetmap.org/wiki/DE:Map_Features#Nutzung.2FEinrichtung&lt;/p&gt;&lt;/blockquote&gt;%20&lt;p&gt;">OSM-Tags</a></blockquote> <strong>Bounding Box:</strong> 
<blockquote>Mit der Bounding Box kann ein  Kartenbereich ausgewählt werden.  Ab der Version 01.01 kann man auch ein <a href="http://www.openstreetmap.org/?lat=50.9381&amp;lon=6.96542&amp;zoom=15&amp;layers=M">OSM Permanentlink</a> angeben. Hier wird automatisch um das Zentrum der Karte eine Bounding Box, die 5x3 Kacheln umfasst, berechnet. Dieser Karten Ausschnitt passt genau auf einen Standard 19' Monitor.</blockquote> <strong>Version 01.01</strong> 
<blockquote><a href="http://www.qubytes.de/uploads/2011/05/OSM_POI_Converter_01_01.zip">OSM_POI_Converter_01_01</a> <br /></blockquote> <a target="_blank" href="http://flattr.com/thing/294108/Filterregeln-fur-OSM-POI-Extractor"> <img border="0" title="Flattr this" alt="Flattr this" src="http://www.qubytes.de/uploads/flattr-badge-large.png" /></a> 
            </div>
        </content>
        <dc:subject>gps-mate</dc:subject>
<dc:subject>gpx</dc:subject>
<dc:subject>python</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/21-OSM-POI-Extractor.html" rel="alternate" title="OSM POI Extractor" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-05-26T15:13:00Z</published>
        <updated>2011-05-31T09:45:54Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=21</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/1-OpenStreetMap" label="OpenStreetMap" term="OpenStreetMap" />
    
        <id>http://www.qubytes.de/index.php?/archives/21-guid.html</id>
        <title type="html">OSM POI Extractor</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Für das Script vom letzten <a href="http://www.qubytes.de/?p=480">Post &quot;POI’s aus OpenStreetMap in GPS-Mate importieren&quot;</a>. Hab ich eine kleine <a href="http://wiki.python.org/moin/TkInter">TkInter</a> GUI geschrieben. So fern Python schon installiert ist genügt in Doppelklick auf <strong>gui.py</strong> um das Programm zu starten.
</p> 
<p> <strong>Walkthrough:</strong> </p> 
<table height="503" width="95%"> 
<tbody> 
<tr> 
<td height="270" align="left" width="318" valign="top"> <a href="http://www.qubytes.de/uploads/2011/05/GUI.png"><img height="236" align="middle" width="300" alt="GUI of OSM_POI_Extractor" src="http://www.qubytes.de/uploads/2011/05/GUI.png" title="GUI" class="alignnone size-medium wp-image-494" /></a> </td> 
<td align="left" valign="top"> 
<p>In der GUI können die Daten für die <a href="http://wiki.openstreetmap.org/wiki/Bounding_Box">BoundingBox</a>, Input Datei, Output Datei und Filter Regeln eingetragen werde.
<strong> </strong> <strong></strong></p> 
<p><strong>Erklärung:</strong>
Das angegebene Beispiel exportiert alle Restaurants,  und Apotheken innerhalb der Bounding Box in das GPX Format
(Die Bounding Box ist grob das Zentrum von Köln)

Der <a href="http://users.faveve.uni-stuttgart.de/%7Etroll/OSM/">Troll</a> der UNI Stuttgart  zeigt zu einem Kartenausschnitt die passende Bounding Box

&#160;</p> 
</td> 
</tr> 
<tr> 
<td height="270" align="left" width="318" valign="top"> <a href="http://www.qubytes.de/uploads/2011/05/GUI_runs.png"><img height="249" align="middle" width="300" alt="GUI at work" src="http://www.qubytes.de/uploads/2011/05/GUI_runs.png" title="GUI_runs" class="alignnone size-medium wp-image-498" /></a></td> 
<td align="left" valign="top">Nach einen Klick auf &quot;Run&quot; läuft das eigentliche Programm los.</td> 
</tr> 
<tr> 
<td height="270" align="left" width="318" valign="top"><a href="http://www.qubytes.de/uploads/2011/05/GPS_Import1.png"><img height="232" width="300" src="http://www.qubytes.de/uploads/2011/05/GPS_Import1.png" title="GPS_Import" class="alignnone size-medium wp-image-531" /></a></td> 
<td align="left" valign="top">GPX File nach  GPS-Mate importieren&#160;

GPS-Mate Öffnen Tour-&gt;Import Tour</td> 
</tr> 
<tr> 
<td height="270" align="left" width="318" valign="top"><a href="http://www.qubytes.de/uploads/2011/05/SelectGPXFile.png"><img height="213" width="300" src="http://www.qubytes.de/uploads/2011/05/SelectGPXFile.png" title="SelectGPXFile" class="alignnone size-medium wp-image-532" /></a></td> 
<td align="left" valign="top">Generierte GPX Datei auswählen</td> 
</tr> 
<tr> 
<td height="270" align="left" width="318" valign="top"><a href="http://www.qubytes.de/uploads/2011/05/ImportPOI.png"><img height="196" width="272" src="http://www.qubytes.de/uploads/2011/05/ImportPOI.png" title="ImportPOI" class="alignnone size-full wp-image-533" /></a></td> 
<td align="left" valign="top">Auf POI stellen und auf OK klicken</td> 
</tr> 
<tr> 
<td height="270" align="left" width="318" valign="top"><a href="http://www.qubytes.de/uploads/2011/05/Imported.png"><img height="234" width="300" src="http://www.qubytes.de/uploads/2011/05/Imported.png" title="Imported" class="alignnone size-medium wp-image-535" /></a></td> 
<td align="left" valign="top">Fertig!!!</td> 
</tr> 
</tbody> 
</table> 
<p> <a href="http://www.qubytes.de/uploads/2011/05/OSM_POI_Extractor.zip">Download OSM_POI_Extractor</a> </p> 
<p><a href="http://flattr.com/thing/290203/OSM-POI-Extractor" target="_blank"> <img border="0" src="http://www.qubytes.de/uploads/flattr-badge-large.png" alt="Flattr this" title="Flattr this" /></a> </p> 
            </div>
        </content>
        <dc:subject>gps-mate</dc:subject>
<dc:subject>gpx</dc:subject>
<dc:subject>python</dc:subject>

    </entry>
    <entry>
        <link href="http://www.qubytes.de/index.php?/archives/5-IOExpander-NXP-9555.html" rel="alternate" title="IOExpander NXP 9555" />
        <author>
            <name>QuBytes</name>
                    </author>
    
        <published>2011-04-12T12:26:00Z</published>
        <updated>2011-11-04T11:05:49Z</updated>
        <wfw:comment>http://www.qubytes.de/wfwcomment.php?cid=5</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.qubytes.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    
            <category scheme="http://www.qubytes.de/index.php?/categories/2-Embedded" label="Embedded" term="Embedded" />
    
        <id>http://www.qubytes.de/index.php?/archives/5-guid.html</id>
        <title type="html">IOExpander NXP 9555</title>
        <content type="xhtml" xml:base="http://www.qubytes.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>
Für ein kleines Elektronikprojekt habe ich ein IO Erweiterung an ein Arduino Pro Mini angeschlossen.  Den Code und die Beschaltung  vom Arduino zum PCA9555 möchte ich hier offen legen. Als Code- und Schaltungsbasis kam dieser Blogpost <a href="http://www.neufeld.newton.ks.us/electronics/?p=241">Arduino I2C Expansion I/O</a> zum Einsatz. Hier auch nochmal ein dank an <strong>Keith Neufeld. </strong> <strong>Schematic:</strong></p> 
<p> <a href="http://www.qubytes.de/uploads/2011/04/PCA9555.jpg"><img width="240" height="300" class="size-medium wp-image-456" title="PCA9555" src="http://www.qubytes.de/uploads/2011/04/PCA9555-240x300.jpg" /></a></p> 
<p> <strong>Code:</strong> <span style="color: #7e7e7e;"></span></p> 
<p><span style="color: #7e7e7e;">/**************************************************************<strong> </span> </p> 
<pre><span style="color: #7e7e7e;"> </strong> Based on code from </span>
<span style="color: #7e7e7e;"> <strong> http://www.neufeld.newton.ks.us/electronics/?p=241</span>
<span style="color: #7e7e7e;"> </strong> http://www2.neufeld.newton.ks.us/files/electronics/arduino/i2c_gpio.pde</span>
<span style="color: #7e7e7e;"> <strong> Old code from</span>
<span style="color: #7e7e7e;"> </strong> Keith Neufeld</span>
<span style="color: #7e7e7e;"> <strong> May 26, 2008</span>
<span style="color: #7e7e7e;"> </strong></span>
<span style="color: #7e7e7e;"> <strong> New code from</span>
<span style="color: #7e7e7e;"> </strong> </span>
<span style="color: #7e7e7e;"> <strong> April 08, 2011  Version 01.00</span>
<span style="color: #7e7e7e;"> </strong></span>
<span style="color: #7e7e7e;"> <strong> E-Mail admin char('0x40') qubytes.de</span>
<span style="color: #7e7e7e;"> </strong> Developed and tested under Arduino IDE 0022 and Arduino Pro Mini Hardware</span>
<span style="color: #7e7e7e;"> <strong></span>
<span style="color: #7e7e7e;"> </strong> My changces on code under </span>
<span style="color: #7e7e7e;"> <strong> ----------------------------------------------------------------------------</span>
<span style="color: #7e7e7e;"> </strong> "THE PIZZA-WARE LICENSE" (Revision 42):</span>
<span style="color: #7e7e7e;"> <strong> qubytes wrote this file. As long as you retain this notice you</span>
<span style="color: #7e7e7e;"> </strong> can do whatever you want with this stuff. If we meet some day, and you think</span>
<span style="color: #7e7e7e;"> <strong> this stuff is worth it, you can buy me a pizza in return </span>
<span style="color: #7e7e7e;"> </strong> ---------------------------------------------------------------------------</span>
<span style="color: #7e7e7e;"> <strong> ----------------------------------------------------------------------------</span>
<span style="color: #7e7e7e;"> </strong> "THE PIZZA-WARE LICENSE" (Revision 42):</span>
<span style="color: #7e7e7e;"> <strong> qubytes schrieb diese Datei. Solange Sie diesen Vermerk nicht entfernen,</span>
<span style="color: #7e7e7e;"> </strong> können Sie mit der Datei machen, was Sie möchten. Wenn wir uns eines Tages treffen</span>
<span style="color: #7e7e7e;"> <strong> und Sie denken, die Datei ist es wert, können Sie mir dafür eine Pizza ausgeben. </span>
<span style="color: #7e7e7e;"> </strong> ----------------------------------------------------------------------------</span>
<span style="color: #7e7e7e;"> */</span>

#include &lt;<span style="color: #cc6600;">Wire</span>.h&gt;

<span style="color: #7e7e7e;">// Interrupt ist is not supported</span>

<span style="color: #cc6600;">class</span> <span style="color: #cc6600;">IOExpanderNXP9555</span>
{
  <span style="color: #cc6600;">private</span>:
    <span style="color: #cc6600;">int</span> ADDRESS;
    <span style="color: #cc6600;">int</span> REGISTER_INPUT;
    <span style="color: #cc6600;">int</span> REGISTER_OUTPUT;
    <span style="color: #cc6600;">int</span> REGISTER_CONFIG;

    <span style="color: #cc6600;">int</span> outputBuffer;
    <span style="color: #cc6600;">int</span> inputBuffer;
    <span style="color: #cc6600;">int</span> modeBuffer;

  <span style="color: #cc6600;">public</span>:

    <span style="color: #cc6600;">IOExpanderNXP9555</span>()
    {
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">begin</span>();
      ADDRESS         = 0x4 &lt;&lt; 3 | 0x0;
      REGISTER_INPUT  = 0;
      REGISTER_OUTPUT = 2;
      REGISTER_CONFIG = 6;

      outputBuffer    = 0;
      inputBuffer     = 0;
      modeBuffer      = 0;
    }

    <span style="color: #cc6600;">IOExpanderNXP9555</span>(<span style="color: #cc6600;">byte</span> subAddress)
    {
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">begin</span>();
      ADDRESS         = 0x4 &lt;&lt; 3 | subAddress;
      REGISTER_INPUT  = 0x0;
      REGISTER_OUTPUT = 0x2;
      REGISTER_CONFIG = 0x6;

      outputBuffer    = 0;
      inputBuffer     = 0;
      modeBuffer      = 0;
    }

    <span style="color: #cc6600;">void</span> <span style="color: #cc6600;">pinMode</span>(<span style="color: #cc6600;">int</span> pin, <span style="color: #cc6600;">int</span> mode)
    {
      <span style="color: #7e7e7e;">// setup the mode of a pin from PCA9555 call flushMode() or flush() to send it on PCA9555</span>
      <span style="color: #cc6600;">if</span>(mode == 1)
      {
        <span style="color: #cc6600;">bitWrite</span>(modeBuffer, pin, <span style="color: #006699;">LOW</span>);
      }
      <span style="color: #cc6600;">else</span>
      {
         <span style="color: #cc6600;">bitWrite</span>(modeBuffer, pin, <span style="color: #006699;">HIGH</span>);
      }
    }
    <span style="color: #cc6600;">void</span> <span style="color: #cc6600;">digitalWrite</span>(<span style="color: #cc6600;">int</span> pin, <span style="color: #cc6600;">int</span> value)
    {
      <span style="color: #7e7e7e;">// write a bit into outputBuffer</span>
      <span style="color: #7e7e7e;">// write a bit into outputBuffer</span>
      <span style="color: #7e7e7e;">// to set the value on PCA9555 call the flush() or flushOutput() funcion</span>
      <span style="color: #cc6600;">bitWrite</span>(outputBuffer, pin, value);
    }

    <span style="color: #cc6600;">int</span> <span style="color: #cc6600;">digitalRead</span>(<span style="color: #cc6600;">int</span> pin)
    {
      <span style="color: #7e7e7e;">// reads a bit from inputBuffer</span>
      <span style="color: #7e7e7e;">// reads the value of a pin from PCA9555 it's not the current State. Call flush() or flushInput() before read</span>
      <span style="color: #cc6600;">return</span> <span style="color: #cc6600;">bitRead</span>(inputBuffer,pin);
    }

    <span style="color: #cc6600;">void</span> <span style="color: #cc6600;">flushMode</span>()
    {
      <span style="color: #7e7e7e;">// send modeBuffer to PCA9555 so you can config the inputs and outputs</span>
      <span style="color: #cc6600;">gpio_dir</span>(modeBuffer);
    }

    <span style="color: #cc6600;">void</span> <span style="color: #cc6600;">flushOutput</span>()
    {
      <span style="color: #7e7e7e;">// send outputBuffer to PCA9555</span>
      <span style="color: #cc6600;">gpio_write</span>(outputBuffer);
    }

    <span style="color: #cc6600;">void</span> flushInput()
    {
      <span style="color: #7e7e7e;">// receive inputBuffer from PCA9555</span>
      inputBuffer = <span style="color: #cc6600;">gpio_read</span>();
    }

    <span style="color: #cc6600;">void</span> <span style="color: #cc6600;">flush</span>()
    {
      <span style="color: #7e7e7e;">// send modeBuffer to PCA9555</span>
      <span style="color: #cc6600;">flushMode</span>();
      <span style="color: #7e7e7e;">// send outputBuffer to PCA9555</span>
      <span style="color: #cc6600;">flushOutput</span>();
      <span style="color: #7e7e7e;">// receive inputBuffer from PCA9555</span>
      flushInput();
    }

    <span style="color: #cc6600;">int</span> <span style="color: #cc6600;">gpio_read</span>()
    {
      <span style="color: #cc6600;">int</span> data = 0;

      <span style="color: #7e7e7e;">//  Send input register address</span>
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">beginTransmission</span>(ADDRESS);
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">send</span>(REGISTER_INPUT);
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">endTransmission</span>();

      <span style="color: #7e7e7e;">//  Connect to device and request two bytes</span>
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">beginTransmission</span>(ADDRESS);
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">requestFrom</span>(ADDRESS, 2);
      <span style="color: #cc6600;">if</span> (<span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">available</span>()) {

        data = <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">receive</span>();
      }    
      <span style="color: #cc6600;">if</span> (<span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">available</span>()) {
        data = <span style="color: #cc6600;">word</span>(<span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">receive</span>(),data);
      }
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">endTransmission</span>();
      <span style="color: #cc6600;">return</span> data;
    }

    <span style="color: #cc6600;">void</span> <span style="color: #cc6600;">gpio_write</span>(<span style="color: #cc6600;">int</span> data)
    {
      <span style="color: #7e7e7e;">//  Send output register address</span>
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">beginTransmission</span>(ADDRESS);
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">send</span>(REGISTER_OUTPUT);

      <span style="color: #7e7e7e;">//  Connect to device and send two bytes</span>
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">send</span>(0xff &amp; data);  <span style="color: #7e7e7e;">//  low byte</span>
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">send</span>(data &gt;&gt; 8);    <span style="color: #7e7e7e;">//  high byte</span>

      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">endTransmission</span>();
    }

    <span style="color: #cc6600;">void</span> <span style="color: #cc6600;">gpio_dir</span>(<span style="color: #cc6600;">int</span> dir)
    {
      <span style="color: #7e7e7e;">//  Send config register address</span>
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">beginTransmission</span>(ADDRESS);
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">send</span>(REGISTER_CONFIG);

      <span style="color: #7e7e7e;">//  Connect to device and send two bytes</span>
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">send</span>(0xff &amp; dir);  <span style="color: #7e7e7e;">//  low byte</span>
      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">send</span>(dir &gt;&gt; 8);    <span style="color: #7e7e7e;">//  high byte</span>

      <span style="color: #cc6600;">Wire</span>.<span style="color: #cc6600;">endTransmission</span>();
    }
};

<span style="color: #cc6600;">IOExpanderNXP9555</span> nxp9555;
<span style="color: #cc6600;">int</span> pin = 1;
<span style="color: #cc6600;">void</span> <span style="color: #cc6600;"><strong>setup</strong></span>()
{
  <span style="color: #cc6600;">int</span> add = 0x0; <span style="color: #7e7e7e;">//subaddress off PCA9555 you have three bits</span>
  nxp9555 = <span style="color: #cc6600;">IOExpanderNXP9555</span>(0);
  <span style="color: #cc6600;">int</span> i = 0;

  <span style="color: #7e7e7e;">// switch all pins to input</span>
  <span style="color: #cc6600;">for</span>(i = 0; i &lt; 16; i++)
  {
    nxp9555.<span style="color: #cc6600;">pinMode</span>(i,<span style="color: #006699;">OUTPUT</span>);
    nxp9555.<span style="color: #cc6600;">digitalWrite</span>(i,<span style="color: #006699;">LOW</span>);
  }
  <span style="color: #7e7e7e;">// update registers from PCA9555</span>
  nxp9555.<span style="color: #cc6600;">flush</span>(); <span style="color: #7e7e7e;">// faster is flushMode()</span>

  <span style="color: #cc6600;"><strong>Serial</strong></span>.<span style="color: #cc6600;">begin</span>(9600);
}

<span style="color: #cc6600;">void</span> <span style="color: #cc6600;"><strong>loop</strong></span>()
{
  <span style="color: #cc6600;">int</span> state  = 0;
  nxp9555.<span style="color: #cc6600;">digitalWrite</span>(pin,<span style="color: #006699;">HIGH</span>);
  nxp9555.<span style="color: #cc6600;">flush</span>();
  <span style="color: #cc6600;"><strong>Serial</strong></span>.<span style="color: #cc6600;">print</span>(nxp9555.<span style="color: #cc6600;">digitalRead</span>(pin),<span style="color: #006699;">BIN</span>);
  <span style="color: #cc6600;"><strong>Serial</strong></span>.<span style="color: #cc6600;">print</span>(<span style="color: #006699;">"\r\n"</span>);

  <span style="color: #cc6600;">delay</span>(2000);

  nxp9555.<span style="color: #cc6600;">digitalWrite</span>(pin,<span style="color: #006699;">LOW</span>);
  nxp9555.<span style="color: #cc6600;">flush</span>();
  <span style="color: #cc6600;"><strong>Serial</strong></span>.<span style="color: #cc6600;">print</span>(nxp9555.<span style="color: #cc6600;">digitalRead</span>(pin),<span style="color: #006699;">BIN</span>);
  <span style="color: #cc6600;"><strong>Serial</strong></span>.<span style="color: #cc6600;">print</span>(<span style="color: #006699;">"\r\n"</span>);
  <span style="color: #cc6600;">delay</span>(2000);
}

Hier alle <a href="http://www.qubytes.de/uploads/2011/04/PCA9555.zip">Files</a> [Enhält Schematic als PDF/JPG/Eagel und IOExtenderNXP9555.pde]</pre> <a href="http://flattr.com/thing/178269/IOExpander-NXP-9555" target="_blank"> <img border="0" src="http://www.qubytes.de/uploads/flattr-badge-large.png" alt="Flattr this" title="Flattr this" /></a> 
            </div>
        </content>
        <dc:subject>arduino</dc:subject>
<dc:subject>i2c</dc:subject>
<dc:subject>ioexpander</dc:subject>
<dc:subject>pca9555</dc:subject>

    </entry>

</feed>