<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Meine kleine Projektseite</title>
    <link>http://www.grautier.com/grautier/</link>
    <description>Geht nicht gibt es nicht !!!</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.7 - http://www.s9y.org/</generator>
    
    

<item>
    <title>I2C über VGA, HDMI, DVI (Linux)</title>
    <link>http://www.grautier.com/grautier/archives/125-I2C-ueber-VGA,-HDMI,-DVI-Linux.html</link>
            <category>FAQ's</category>
    
    <comments>http://www.grautier.com/grautier/archives/125-I2C-ueber-VGA,-HDMI,-DVI-Linux.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=125</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=125</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/FAQ/GrafigI2C/IMG_20130413_155736.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/FAQ/GrafigI2C/IMG_20130413_155736.jpg&#039;,&#039;Zoom&#039;,&#039;height=615,width=815,top=212,left=240,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:955 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/FAQ/GrafigI2C/IMG_20130413_155736.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/FAQ/GrafigI2C/vga.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/FAQ/GrafigI2C/vga.png&#039;,&#039;Zoom&#039;,&#039;height=149,width=315,top=445,left=490,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:954 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;179&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/FAQ/GrafigI2C/vga.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/FAQ/GrafigI2C/HDMI.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/FAQ/GrafigI2C/HDMI.png&#039;,&#039;Zoom&#039;,&#039;height=142,width=325,top=448.5,left=485,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:953 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;195&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/FAQ/GrafigI2C/HDMI.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/FAQ/GrafigI2C/DVI.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/FAQ/GrafigI2C/DVI.png&#039;,&#039;Zoom&#039;,&#039;height=155,width=475,top=442,left=410,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:952 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;263&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/FAQ/GrafigI2C/DVI.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Wen man am Rechner I²C braucht und grade keine Adapter hat oder Bit-bang wegen der Rechnerlast nicht nutzen möchte kann man seinen Displayport dafür benutzen, die DDC Leitungen führen ein I²C Signal welches man nutzen kann, denkbar wehre es auch bei Laptops sich den I2C Bus am LCD-Pannel abzunehmen oder am Akku-Pack, da die Meisten Laptops/PCs einen Port haben den man nicht braucht ist das die leichteste Methode, funktionieren sollte das mit allen Grafikkarten die DDC unterstützen und der Treiber das bereitstellt, der vorteil ist das das echtes I²C ist und nicht irgendwas Adaptiertes mit Timing Problemen.&lt;br /&gt;
&lt;br /&gt;
Pins VGA:&lt;br /&gt;
5	Masse für DDC&lt;br /&gt;
9	+5V von der Grafikkarte max. 100mA z.b. für Levelschifter oder Galv. Trennung&lt;br /&gt;
12	SDA - DDC&lt;br /&gt;
15	SCL - DDC&lt;br /&gt;
&lt;br /&gt;
Pins HDMI:&lt;br /&gt;
17	SCL - DDC&lt;br /&gt;
18	SDA - DDC&lt;br /&gt;
16	Masse für DDC&lt;br /&gt;
19	+5 V max. 55 mA&lt;br /&gt;
&lt;br /&gt;
Pins DVI:&lt;br /&gt;
6 SCL - DDC&lt;br /&gt;
7 SDA - DDC&lt;br /&gt;
14 +5 V max. 55mA&lt;br /&gt;
14  Masse für DDC&lt;br /&gt;
&lt;br /&gt;
Pullup&#039;s werden nicht gebraucht diese sind immer auf der Grafikkarte vorhanden.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;!!! Nie im EEPROM eines eventuell angeschlossenen Monitors schreiben, dieses kann diesen komplett zerstören, das gilt auch für alle System internen I2C Geräte. !!!&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;System vorbereiten:&lt;/b&gt;&lt;br /&gt;
Als erstes brauchen wir noch etwas Software diese ist bei allen gängigen Distr. vorhanden.&lt;br /&gt;
&lt;br /&gt;
I2C-Tools - zum Lesen / Schreiben und suchen von angeschlossenen Geräten.&lt;br /&gt;
LM-Sensors - Bringt die Kernelmodule für I2C ins System.&lt;br /&gt;
&lt;br /&gt;
Instalieren.&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;apt-get&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; i2c-tools lm-sensors&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
Kernel Module laden und dauerhaft ins System einbinden.&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; modprobe i2c-dev&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;i2c-dev&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;etc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;modules&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
Jetzt wird es etwas kompliziert wir müssen rausfinden welcher I2C-Bus der am Port ist, dieses macht man mit &quot;i2cdetect -l&quot; da sollte sowas wie die folgende ausgaben kommen.&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;theborg&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;theborg-desktop:~$ i2cdetect &lt;span style=&quot;color: #660033;&quot;&gt;-l&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;i2c-&lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt; &amp;#160; smbus &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; SMBus PIIX4 adapter at 0b00 &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; SMBus adapter&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;i2c-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt; &amp;#160; smbus &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; SMBus PIIX4 adapter at 0b10 &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; SMBus adapter&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;i2c-&lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt; &amp;#160; i2c &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; cx88&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; I2C adapter&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;i2c-&lt;span style=&quot;color: #000000;&quot;&gt;3&lt;/span&gt; &amp;#160; i2c &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; NVIDIA i2c adapter &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt; at &lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;00.0&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;I2C adapter&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;i2c-&lt;span style=&quot;color: #000000;&quot;&gt;4&lt;/span&gt; &amp;#160; i2c &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; NVIDIA i2c adapter &lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt; at &lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;00.0&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;I2C adapter&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;i2c-&lt;span style=&quot;color: #000000;&quot;&gt;5&lt;/span&gt; &amp;#160; i2c &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; NVIDIA i2c adapter &lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt; at &lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;00.0&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;I2C adapter&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
oder &lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;theborg&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;theborg-AOA150:~$ i2cdetect &lt;span style=&quot;color: #660033;&quot;&gt;-l&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;i2c-&lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt; &amp;#160; unknown &amp;#160; &amp;#160; &amp;#160; &amp;#160; i915 gmbus ssc &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;N&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;A&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;i2c-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt; &amp;#160; unknown &amp;#160; &amp;#160; &amp;#160; &amp;#160; i915 gmbus vga &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;N&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;A&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;i2c-&lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt; &amp;#160; unknown &amp;#160; &amp;#160; &amp;#160; &amp;#160; i915 gmbus panel &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;N&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;A&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;i2c-&lt;span style=&quot;color: #000000;&quot;&gt;3&lt;/span&gt; &amp;#160; unknown &amp;#160; &amp;#160; &amp;#160; &amp;#160; i915 gmbus dpc &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;N&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;A&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;i2c-&lt;span style=&quot;color: #000000;&quot;&gt;4&lt;/span&gt; &amp;#160; unknown &amp;#160; &amp;#160; &amp;#160; &amp;#160; i915 gmbus dpb &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;N&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;A&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;i2c-&lt;span style=&quot;color: #000000;&quot;&gt;5&lt;/span&gt; &amp;#160; unknown &amp;#160; &amp;#160; &amp;#160; &amp;#160; i915 gmbus dpd &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;N&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;A&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
Bei dem zweiten Beispiel ist es sehr eindeutig, i2c-1 ist der VGA Port, i2c-2 wehre das LCD-Pannel und i2c-4 der Akku.&lt;br /&gt;
Bei dem ersten haben wir die Grafikkarte mit drei einzelnen Bus-Linien, da wir noch nichts angeschlossen haben sollten nur die Monitore zu finden sein, also schauen wir uns mal an was wir finden, dieses machen wir mit &quot;i2cdetect -y &lt;BUS&gt;&quot;.&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;theborg&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;theborg-desktop:~$ i2cdetect &lt;span style=&quot;color: #660033;&quot;&gt;-y&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;3&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;3&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;4&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;5&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;6&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;7&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;8&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;9&lt;/span&gt; &amp;#160;a &amp;#160;b &amp;#160;c &amp;#160;d &amp;#160;e &amp;#160;f&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;00: &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;&lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;10&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;20&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;30&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;37&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;40&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;50&lt;/span&gt;: &lt;span style=&quot;color: #000000;&quot;&gt;50&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;60&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;70&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;theborg&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;theborg-desktop:~$ i2cdetect &lt;span style=&quot;color: #660033;&quot;&gt;-y&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;4&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;3&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;4&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;5&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;6&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;7&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;8&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;9&lt;/span&gt; &amp;#160;a &amp;#160;b &amp;#160;c &amp;#160;d &amp;#160;e &amp;#160;f&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;00: &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;&lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;10&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;20&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;30&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;37&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;40&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;50&lt;/span&gt;: &lt;span style=&quot;color: #000000;&quot;&gt;50&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;51&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;52&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;53&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;54&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;55&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;56&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;57&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;60&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;70&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;theborg&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;theborg-desktop:~$ i2cdetect &lt;span style=&quot;color: #660033;&quot;&gt;-y&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;5&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;3&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;4&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;5&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;6&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;7&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;8&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;9&lt;/span&gt; &amp;#160;a &amp;#160;b &amp;#160;c &amp;#160;d &amp;#160;e &amp;#160;f&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;00: &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;&lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; 0c &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;10&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;20&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; 2e &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;30&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;40&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;50&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;60&lt;/span&gt;: &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;70&lt;/span&gt;: &lt;span style=&quot;color: #000000;&quot;&gt;70&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
Wir sehen jetzt das da einiges drauf ist 2-3 EEPROMs pro Monitor sind normal also haben wir schon mal i2c-3 und i2c-5 für die Monitore gefunden (bei mir zwei), am einfachsten ist es jetzt sich eine freie Adresse zu suchen und was an den I2C-Bus zu hängen, danach scannen wir den BUS nochmal und sehen dann wo das neue Gerät auftaucht.&lt;br /&gt;
&lt;br /&gt;
Wenn alles geklappt hat kann man jetzt i2cdump, i2cget, i2cset nutzen um auf die Geräte zuzugreifen.&lt;br /&gt;
&lt;br /&gt;
Ein Bash Beispiel für einen PCF8591 AD/DA Wandler findet ihr unter &lt;a href=&quot;http://www.grautier.com/wiki/doku.php?id=i_c-adc-erweiterungsplatine-sw&quot;&gt;http://www.grautier.com/wiki/doku.php?id=i_c-adc-erweiterungsplatine-sw&lt;/a&gt;,&lt;br /&gt;
und für einen TNC75 Temperatursensor unter &lt;a href=&quot;http://www.grautier.com/wiki/doku.php?id=i_c-adc-erweiterungsplatine-sw&quot;&gt;http://www.grautier.com/wiki/doku.php?id=i_c-temperatur-sw&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Bilder-Quellen (Copyright abweichend von der des Blogs):&lt;br /&gt;
http://commons.wikimedia.org/wiki/File:DE15_Connector_Pinout.svg&lt;br /&gt;
http://commons.wikimedia.org/wiki/File:HDMI_Connector_Pinout.svg&lt;br /&gt;
http://commons.wikimedia.org/wiki/File:DVI_german.svg 
    </content:encoded>

    <pubDate>Sat, 13 Apr 2013 20:40:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/125-guid.html</guid>
    
</item>
<item>
    <title>Defekte Downloads </title>
    <link>http://www.grautier.com/grautier/archives/124-Defekte-Downloads.html</link>
            <category>News</category>
    
    <comments>http://www.grautier.com/grautier/archives/124-Defekte-Downloads.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=124</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=124</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    Leider hat sich, beim Updaten im DL-Plugin einiges verändert.&lt;br /&gt;
&lt;br /&gt;
Ich lade grade die Daten neu Hoch, dieses dauert aber sicher noch 1-2 Tage.&lt;br /&gt;
&lt;br /&gt;
Solltet ihr was vermissen oder etwas Defekt sein bitte über das Kontaktformular bei mir melden, ich schicke euch die Files dann Per Mail zu.&lt;br /&gt;
&lt;br /&gt;
MFG K.Jacobs 
    </content:encoded>

    <pubDate>Sun, 07 Apr 2013 12:22:35 +0200</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/124-guid.html</guid>
    
</item>
<item>
    <title>Stromsparen am Switch mit IP1705C/LF/CH Chipset</title>
    <link>http://www.grautier.com/grautier/archives/123-Stromsparen-am-Switch-mit-IP1705CLFCH-Chipset.html</link>
            <category>Stromspartips</category>
    
    <comments>http://www.grautier.com/grautier/archives/123-Stromsparen-am-Switch-mit-IP1705CLFCH-Chipset.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=123</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=123</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Stromspartips/IP1705C/switch.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Stromspartips/IP1705C/switch.jpg&#039;,&#039;Zoom&#039;,&#039;height=1551,width=2063,top=-256,left=-384,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:951 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Stromspartips/IP1705C/switch.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Kleiner Stromsparmodus Umbau, wen ihr z.b. einen Switch mit IP175C/LF/CH) Chip nutzt und der nur das Internet verteilt, oder ihr mit 10Mbit auskommt könnt ihr mit einer Simplen Lötbrücke diesen auf 10Mbit und Powersave stellen(Nicht benutzte Ports werden automatisch Abgeschaltet).&lt;br /&gt;
&lt;br /&gt;
Das Spart Pro belegten Port ca. 80mA. 
    </content:encoded>

    <pubDate>Tue, 02 Apr 2013 21:30:44 +0200</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/123-guid.html</guid>
    
</item>
<item>
    <title>Makefile für GPASM/GPLINK - UPDATE V1.2.0</title>
    <link>http://www.grautier.com/grautier/archives/118-Makefile-fuer-GPASMGPLINK-UPDATE-V1.2.0.html</link>
            <category>FAQ's</category>
    
    <comments>http://www.grautier.com/grautier/archives/118-Makefile-fuer-GPASMGPLINK-UPDATE-V1.2.0.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=118</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=118</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    Da momentan meine IDE zum PICs Progen auf QT4 umgestellt wird und damit erstmal unbenutzbar wurde ;-( bin ich grade zwangsweise auf Kate angewiesen MPLABX mag ich nicht wirklich viel zu viel unnötiger Quatsch, dafür habe ich ein kleines Makefile gebastelt um von Kate aus die HEX Datei erstellen zu können, und um das Drive zu Programmieren.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;VERSION &amp;#160; = 1.2.0&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;NAME &amp;#160; &amp;#160; &amp;#160;= RS485-Raumsensor&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;CC &amp;#160; &amp;#160; &amp;#160; &amp;#160;= &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;bin&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;gpasm&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;LD &amp;#160; &amp;#160; &amp;#160; &amp;#160;= &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;bin&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;gplink&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;BD &amp;#160; &amp;#160; &amp;#160; &amp;#160;= &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;local&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;bin&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;piklab-prog&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;CFLAGS &amp;#160; &amp;#160;= &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-w0&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;LDFLAGS &amp;#160; = &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-ainhx32&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-m&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-o&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;PFLAGS &amp;#160; &amp;#160;= &lt;span style=&quot;color: #660033;&quot;&gt;--quiet&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;PPFLAGS &amp;#160; = icd2&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;PPPFLAGS &amp;#160;= usb&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;PTSPFLAGS = &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;false&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;PDFLAGS &amp;#160; = 16F876A&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;FWD &amp;#160; &amp;#160; &amp;#160; = &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;home&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;theborg&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;ICD2&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;OBJ &amp;#160; &amp;#160; = $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.o&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;ASM &amp;#160; &amp;#160; = $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.asm&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;HEX &amp;#160; &amp;#160; = $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.hex&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;all: &amp;#160; &amp;#160;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Clean + Compiliren + Löschen + Programmieren + run&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;rm&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-rf&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;HEX&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;OBJ&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.cof $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.lst $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.cod $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.map&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;CC&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;CFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;ASM&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;LD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;LDFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;HEX&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;OBJ&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;BD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PDFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--target-self-powered&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PTSPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--firmware-dir&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;FWD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-f&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; erase&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;BD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PDFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--target-self-powered&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PTSPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--firmware-dir&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;FWD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-f&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; blank_check&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;BD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PDFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--target-self-powered&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PTSPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--firmware-dir&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;FWD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-f&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; program $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;HEX&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;BD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PDFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--firmware-dir&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;FWD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-f&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; run&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;make&lt;/span&gt;: &amp;#160; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Programm erstellen&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;CC&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;CFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;ASM&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;LD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;LDFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;HEX&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;OBJ&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;clean:&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;rm&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-rf&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;HEX&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;OBJ&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.cof $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.lst $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.cod $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.map $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;-readout.hex&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;prog: &amp;#160; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Programmieren&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;BD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PDFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--target-self-powered&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PTSPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;--firmware-dir $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;FWD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-f&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; program $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;HEX&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;run: &amp;#160; &amp;#160;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Traget Starten&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;BD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PDFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--firmware-dir&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;FWD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-f&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; run&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;erase: &amp;#160;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# pic Löschen&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;BD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PDFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--target-self-powered&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PTSPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;--firmware-dir $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;FWD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-f&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; erase&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;BD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PDFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--target-self-powered&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PTSPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;--firmware-dir $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;FWD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-f&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; blank_check&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;stop: &amp;#160; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Traget Stoppen&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;BD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PDFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--firmware-dir&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;FWD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; stop&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;read&lt;/span&gt;: &amp;#160; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Traget Auslesen&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;BD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PDFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PPPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--target-self-powered&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;PTSPFLAGS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--firmware-dir&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;FWD&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-f&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;read&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;NAME&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;-readout.hex&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
UPDATE 1.1.0 - ADD RUN + STOP&lt;br /&gt;
UPDATE 1.2.0 - ADD Firmware Dir + read 
    </content:encoded>

    <pubDate>Sun, 31 Mar 2013 23:31:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/118-guid.html</guid>
    
</item>
<item>
    <title>I²C zu ADC Adapter mit PCF8591T</title>
    <link>http://www.grautier.com/grautier/archives/122-IC-zu-ADC-Adapter-mit-PCF8591T.html</link>
            <category>Elektronik</category>
    
    <comments>http://www.grautier.com/grautier/archives/122-IC-zu-ADC-Adapter-mit-PCF8591T.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=122</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=122</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/i2ctoadc/schaltung-eagle.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/i2ctoadc/schaltung-eagle.png&#039;,&#039;Zoom&#039;,&#039;height=649,width=915,top=195,left=190,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:950 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;114&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/i2ctoadc/schaltung-eagle.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/i2ctoadc/board-eagle.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/i2ctoadc/board-eagle.png&#039;,&#039;Zoom&#039;,&#039;height=336,width=458,top=351.5,left=418.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:949 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;110&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/i2ctoadc/board-eagle.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/i2ctoadc/board.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/i2ctoadc/board.jpg&#039;,&#039;Zoom&#039;,&#039;height=708,width=1327,top=165.5,left=-16,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:948 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;151&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/i2ctoadc/board.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Simpler I2C -&gt; 8bit ADC-Adapter mit dem PCF8591 Betriebsspannung 3-5,5V&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.grautier.com/grautier/plugin/dlfile_174&quot;&gt;Eagle-Schaltung+Board&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 21 Mar 2013 09:42:34 +0100</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/122-guid.html</guid>
    
</item>
<item>
    <title>Astro Anker3E</title>
    <link>http://www.grautier.com/grautier/archives/121-Astro-Anker3E.html</link>
            <category>Testberichte</category>
    
    <comments>http://www.grautier.com/grautier/archives/121-Astro-Anker3E.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=121</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=121</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_195657.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_195657.jpg&#039;,&#039;Zoom&#039;,&#039;height=1551,width=2063,top=-256,left=-384,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:940 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_195657.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_195858.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_195858.jpg&#039;,&#039;Zoom&#039;,&#039;height=1551,width=2063,top=-256,left=-384,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:941 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_195858.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_200021.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_200021.jpg&#039;,&#039;Zoom&#039;,&#039;height=1551,width=2063,top=-256,left=-384,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:942 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_200021.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_200056.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_200056.jpg&#039;,&#039;Zoom&#039;,&#039;height=1551,width=2063,top=-256,left=-384,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:943 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_200056.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_200645.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_200645.jpg&#039;,&#039;Zoom&#039;,&#039;height=1551,width=2063,top=-256,left=-384,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:944 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_200645.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_201119.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_201119.jpg&#039;,&#039;Zoom&#039;,&#039;height=1551,width=2063,top=-256,left=-384,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:946 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_201119.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_201055.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_201055.jpg&#039;,&#039;Zoom&#039;,&#039;height=1551,width=2063,top=-256,left=-384,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:945 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_201055.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_201344.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_201344.jpg&#039;,&#039;Zoom&#039;,&#039;height=1551,width=2063,top=-256,left=-384,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:947 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/Astro3e/IMG_20130201_201344.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Hi hab meinen Anker Astro3e bekommen, hab es mir nicht nehmen lassen ihn auseinander zu schrauben.&lt;br /&gt;
&lt;br /&gt;
Die Qualität ist TOP er ist mit 4 Zellen, je 2 Parallel und die zweier Packs in Reihe, allerdings ergibt sich rechnerisch dann eine effektive Kapazität von 5Ah was aber auch schon Top ist der Hersteller rechnet die Kapazität der Akkus so wie alle anderen auch.&lt;br /&gt;
&lt;br /&gt;
Vorhanden ist ein Port für Android und einer für Apple Geräte je Port sind 1,5A Möglich, mein SGS+ und N7 laden am Apple Port zu langsam was wahrscheinlich an der Beschaltung liegt, am Android Port muss die Ladeschaltung im Kabel sein z.b das N7 Ladekabel hat den 100OHM widerstand im Kabel, was Positiv Auffällt ist der 0,5Ohm Shunt am Android Port der als Strommessung Funktioniert und bei Überstrom den Port abschaltet.&lt;br /&gt;
&lt;br /&gt;
Die Verarbeitung ist auch Top, ein kleines Manko gibt es aber die Ausgänge können je 1,5A aber es gibt keine Fastload Beschaltung (d.h. Handys wie das S2/S3 laden nur mit max. 500mA-700mA wenn man kein Kabel mit Ladeschaltung hat. 
    </content:encoded>

    <pubDate>Mon, 04 Feb 2013 22:21:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/121-guid.html</guid>
    
</item>
<item>
    <title>Cadsoft Eagle LIBs</title>
    <link>http://www.grautier.com/grautier/archives/48-Cadsoft-Eagle-LIBs.html</link>
            <category>Elektronik</category>
    
    <comments>http://www.grautier.com/grautier/archives/48-Cadsoft-Eagle-LIBs.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=48</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=48</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/eagle/freescale-mram.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/eagle/freescale-mram.jpg&#039;,&#039;Zoom&#039;,&#039;height=368,width=575,top=335.5,left=360,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:624 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;127&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/eagle/freescale-mram.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/eagle/STM32F101C8T6.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/eagle/STM32F101C8T6.png&#039;,&#039;Zoom&#039;,&#039;height=405,width=591,top=317,left=352,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:622 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;118&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/eagle/STM32F101C8T6.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/eagle/max6675.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/eagle/max6675.png&#039;,&#039;Zoom&#039;,&#039;height=391,width=577,top=324,left=359,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:625 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;120&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/eagle/max6675.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/eagle/max7456.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/eagle/max7456.png&#039;,&#039;Zoom&#039;,&#039;height=391,width=576,top=324,left=359.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:626 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;119&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/eagle/max7456.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Hi hier mal einige meiner selbst erstellten LIBs für Eagle.&lt;br /&gt;
&lt;br /&gt;
Update:&lt;br /&gt;
- Add iso3082 zur iso3086.lib&lt;br /&gt;
- Neue LIB fürs DG-16080-11 Display (16.09.2012 18:50)&lt;br /&gt;
- Update LIB für TI iso3086 Isolated 5-V Full-Duplex RS-485 Tranciver (2011-12-22 22:04)&lt;br /&gt;
- Neue LIB für Phillips ME1200 / FM1216ME MK3 - Radio/TV Tuner (19.02.2011 4:30) &lt;strong&gt;(Update 26.02.2011)&lt;/strong&gt;&lt;br /&gt;
- Neue LIB für Microchip PIC16F818 - Microcontroler PDIP/SSOP (10.02.2011 22:24)&lt;br /&gt;
- Update LIB für New Japan Radio Co.Ltd NJM2135 - Low Voltage Audio Power Amp. (2010.09.25 15:30)(ADD MSSOP)&lt;br /&gt;
- Neue LIB für New Japan Radio Co.Ltd NJM2135 - Low Voltage Audio Power Amp. (2010.04.05 9:30)&lt;br /&gt;
- Neue LIB für Maxim MAX606 und MAX607 DC/DC Converter(2010.02.09)&lt;br /&gt;
- Neue LIB für Yageo WLAN/Bluetooth Chip Antenne (2009.10.04 19:57)&lt;br /&gt;
- Neue LIBs für StepUP MAX1709 / TLV2471A OPAMP / REF31xx Vref (2009.09.13 11:05)&lt;br /&gt;
- Neue LIB für Schmalsignal Relais FRT5 (2009.08.22 15:32)&lt;br /&gt;
- Neue LIB für AC/DC b.z.w. DC/DC Netzteile PMA10 von MTM (2009.07.29 22:50)&lt;br /&gt;
- Neue LIB für TI iso3086 Isolated 5-V Full-Duplex RS-485 Tranciver (2009.02.28 03:07)&lt;br /&gt;
- Neue LIB für ROHM BA6845FS LOW Voltage Stepping Motor Driver (2009.01.10 00:55)&lt;br /&gt;
- Neue LIB für ST LM723 Spannungsregler (2008.01.07 15:40)&lt;br /&gt;
- Neue LIB für Freescale  MC33199 Automotive ISO 9141 Serial Link Driver (2008.10.12 13:11)&lt;br /&gt;
- Neue LIB für Microchip TC1047 Temperaturfühler (2008.10.12 13:07)&lt;br /&gt;
- Neue LIB für Freescale MMA2202 Acsselometer (2008.07.01 12:31)&lt;br /&gt;
- Neue LIB für AD AD725 (2008.04.27 15:15)&lt;br /&gt;
- Neue LIB für MAXIM Max6675 und MAX7456 (2008.03.13 14:24)&lt;br /&gt;
- Neue LIB für ST STM32F101C8T6 - Cortex M3 (2007.11.27 21:43)&lt;br /&gt;
- Neue LIB für mcp1612 DC/DC Buck Konverter (2007.10.30 22:37)&lt;br /&gt;
- Neue LIB für Freescale MRAM (2007.10.21 11:43)&lt;br /&gt;
- Neue LIB für tnc75 (2007.09.01 10:16)&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.grautier.com/grautier/archives/48-Cadsoft-Eagle-LIBs.html#extended&quot;&gt;&quot;Cadsoft Eagle LIBs&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 16 Sep 2012 18:50:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/48-guid.html</guid>
    
</item>
<item>
    <title>TOR - Exit-Node (TOR,ARM) (UBUNTU 12.4)</title>
    <link>http://www.grautier.com/grautier/archives/120-TOR-Exit-Node-TOR,ARM-UBUNTU-12.4.html</link>
            <category>FAQ's</category>
    
    <comments>http://www.grautier.com/grautier/archives/120-TOR-Exit-Node-TOR,ARM-UBUNTU-12.4.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=120</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=120</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    Mit dieser Anleitung möchte ich zeigen wie einfach eine TOR-ExitNode aufzubauen ist, TOR ist extra so konzipiert das es so einfach wie möglich ist, Fehler kann man eigentlich nicht viele machen einige kleinere Fallen gibt es trotzdem.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Rechtliches:&lt;/b&gt;&lt;br /&gt;
TOR-ExitNoden sind durch das Telemediengesetz §8 geschützt, trotzdem sollte man bei der Konfiguration drauf achten das Dienste wie EMULE, Torrent nicht ohne weiteres benutzt werden können.&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
&lt;b&gt;§ 8 Durchleitung von Informationen&lt;/b&gt;&lt;br /&gt;
(1) Diensteanbieter sind für fremde Informationen, die sie in einem Kommunikationsnetz übermitteln oder zu denen sie den Zugang zur Nutzung vermitteln, nicht verantwortlich, sofern sie&lt;br /&gt;
1. die Übermittlung nicht veranlasst,&lt;br /&gt;
2. den Adressaten der übermittelten Informationen nicht ausgewählt und&lt;br /&gt;
3. die übermittelten Informationen nicht ausgewählt oder verändert haben.&lt;br /&gt;
Satz 1 findet keine Anwendung, wenn der Diensteanbieter absichtlich mit einem Nutzer seines Dienstes zusammenarbeitet, um rechtswidrige Handlungen zu begehen.&lt;br /&gt;
(2) Die Übermittlung von Informationen nach Absatz 1 und die Vermittlung des Zugangs zu ihnen umfasst auch die automatische kurzzeitige Zwischenspeicherung dieser Informationen, soweit dies nur zur Durchführung der Übermittlung im Kommunikationsnetz geschieht und die Informationen nicht länger gespeichert werden, als für die Übermittlung üblicherweise erforderlich ist.&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Bis jetzt sind in Deutschland einige Fälle von Server-Beschlagnahmen vorgekommen was im weiteren keine Rechtliche Konsequenzen hatte auf den Anwaltskosten wird man aber Sitzen bleiben, als Alternative kann man eine EntryNode oder Relay machen bei denen kann keiner die IP des Servers ermitteln was bei einer EXIT-Node anders ist da die IP des Servers die der TOR nutzenden Usern ist.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt; Installation &lt;/b&gt;&lt;br /&gt;
Als erstes brauchen wir folgende Programme:&lt;br /&gt;
&lt;br /&gt;
tor - Das TOR Programmpaket&lt;br /&gt;
tor-arm - Monitoring Programm für die Console&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.grautier.com/grautier/archives/120-TOR-Exit-Node-TOR,ARM-UBUNTU-12.4.html#extended&quot;&gt;&quot;TOR - Exit-Node (TOR,ARM) (UBUNTU 12.4)&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 20 Aug 2012 18:50:17 +0200</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/120-guid.html</guid>
    
</item>
<item>
    <title>Funkkamera 2,4GHz, PFK200K1(2/3/4)</title>
    <link>http://www.grautier.com/grautier/archives/117-Funkkamera-2,4GHz,-PFK200K1234.html</link>
            <category>Devices Inside</category>
    
    <comments>http://www.grautier.com/grautier/archives/117-Funkkamera-2,4GHz,-PFK200K1234.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=117</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=117</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;p&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/PFK200K1/2012-03-13%2000.49.03.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/PFK200K1/2012-03-13 00.49.03.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:934 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;133&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/PFK200K1/2012-03-13%2000.49.03.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/PFK200K1/2012-03-13%2000.49.28.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/PFK200K1/2012-03-13 00.49.28.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:931 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;133&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/PFK200K1/2012-03-13%2000.49.28.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/PFK200K1/2012-03-13%2000.41.48.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/PFK200K1/2012-03-13 00.41.48.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:933 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;133&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/PFK200K1/2012-03-13%2000.41.48.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/PFK200K1/2012-03-13%2000.43.51.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/PFK200K1/2012-03-13 00.43.51.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:935 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;133&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/PFK200K1/2012-03-13%2000.43.51.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/PFK200K1/2012-03-13%2000.44.52.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/PFK200K1/2012-03-13 00.44.52.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:932 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;133&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/PFK200K1/2012-03-13%2000.44.52.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;Kamera:&lt;/span&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- Betriebsspannung 12 V- (über mitgeliefertes Steckernetzteil an 230 V~)&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- Stromaufnahme 170 mA (200 mA mit aktivem IR-Scheinwerfer)&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- Bildsensor 8,5 mm (1/3&amp;quot;) CMOS&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- einstellbare Schärfe&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- Lichtstärke 1 Lux&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- integriertes Mikrofon&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- Infrarot-Scheinwerfer schaltet sich automatisch bei Dunkelheit ein&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- Maße (BxHxT): 40x68x37 mm.&lt;/span&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 13 Mar 2012 01:02:36 +0100</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/117-guid.html</guid>
    
</item>
<item>
    <title>2,4 GHz/4CH -Funkenfänger für Kameras - FKS2</title>
    <link>http://www.grautier.com/grautier/archives/116-2,4-GHz4CH-Funkenfaenger-fuer-Kameras-FKS2.html</link>
            <category>Devices Inside</category>
    
    <comments>http://www.grautier.com/grautier/archives/116-2,4-GHz4CH-Funkenfaenger-fuer-Kameras-FKS2.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=116</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=116</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;p&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.58.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.58.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.29.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.29.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:922 --&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/FKS2/2012-03-1023.56.56.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/FKS2/2012-03-1023.56.56.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:925 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;133&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/FKS2/2012-03-1023.56.56.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/FKS2/2012-03-1023.56.25.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/FKS2/2012-03-1023.56.25.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:924 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;133&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/FKS2/2012-03-1023.56.25.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.58.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.58.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.29.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.29.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.58.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.58.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;133&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.58.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.29.jpg&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.29.jpg&#039;,&#039;Zoom&#039;,&#039;height=815,width=1348,top=50,left=53.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;133&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Devicesinside/FKS2/2012-03-1021.55.29.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p style=&quot;text-align: left; &quot;&gt;&lt;span style=&quot;background-color: #ffffff; color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; &quot;&gt;Empfänger:&lt;/span&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- automatische und manuelle Kanalumschaltung&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- Übertragungsfrequenz 2,4 GHz (4 Kanäle)&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- Betriebsspannung 12 V-&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- Stromaufnahme 180 mA&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- Cinch-Ausgänge für Audio(Mono)/Video&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- SMA-Antennenbuchse&lt;/span&gt;&lt;br style=&quot;font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; text-align: left; background-color: #ffffff; &quot; /&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;- Maße (LxBxH): 140x68x24 mm.&lt;/span&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000; font-family: &#039;Trebuchet MS&#039;, Trebuchet, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; text-align: left; background-color: #ffffff; &quot;&gt;&lt;/span&gt;&amp;#160;Tuner-Datenblat: &lt;a href=&quot;http://www.grautier.com/grautier/plugin/dlfile_170&quot;&gt;GP-622RA&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 10 Mar 2012 23:42:04 +0100</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/116-guid.html</guid>
    
</item>
<item>
    <title>XBOX 360 RF Controller am PC (Linux / Windows)</title>
    <link>http://www.grautier.com/grautier/archives/115-XBOX-360-RF-Controller-am-PC-Linux-Windows.html</link>
            <category>Elektronik</category>
    
    <comments>http://www.grautier.com/grautier/archives/115-XBOX-360-RF-Controller-am-PC-Linux-Windows.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=115</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=115</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;p&gt; &lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Elektronik/XBOX-360/CIMG2388.JPG&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/XBOX-360/CIMG2388.JPG&#039;,&#039;Zoom&#039;,&#039;height=783,width=1039,top=66,left=208,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:919 --&gt;&lt;img width=&quot;107&quot; height=&quot;80&quot; class=&quot;serendipity_image_left&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/XBOX-360/CIMG2388.serendipityThumb.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Elektronik/XBOX-360/CIMG2385.JPG&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/XBOX-360/CIMG2385.JPG&#039;,&#039;Zoom&#039;,&#039;height=783,width=1039,top=66,left=208,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:917 --&gt;&lt;img width=&quot;107&quot; height=&quot;80&quot; class=&quot;serendipity_image_left&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/XBOX-360/CIMG2385.serendipityThumb.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Elektronik/XBOX-360/CIMG2387.JPG&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/XBOX-360/CIMG2387.JPG&#039;,&#039;Zoom&#039;,&#039;height=783,width=1039,top=66,left=208,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:918 --&gt;&lt;img width=&quot;107&quot; height=&quot;80&quot; class=&quot;serendipity_image_left&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/XBOX-360/CIMG2387.serendipityThumb.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Elektronik/XBOX-360/XBOX-Adapter-s.png&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/XBOX-360/XBOX-Adapter-s.png&#039;,&#039;Zoom&#039;,&#039;height=757,width=1037,top=79,left=209,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:921 --&gt;&lt;img width=&quot;110&quot; height=&quot;80&quot; class=&quot;serendipity_image_left&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/XBOX-360/XBOX-Adapter-s.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;http://www.grautier.com/grautier/uploads/Elektronik/XBOX-360/CIMG2391.JPG&quot; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/XBOX-360/CIMG2391.JPG&#039;,&#039;Zoom&#039;,&#039;height=783,width=1039,top=66,left=208,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:920 --&gt;&lt;img width=&quot;107&quot; height=&quot;80&quot; class=&quot;serendipity_image_center&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/XBOX-360/CIMG2391.serendipityThumb.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
Da ich eine Defekte XBOX-360 liegen hatte hab ich mal geschaut was man davon noch verwenden kann, gefunden hab ich was um den RF Empfänger am PC zu betreiben im xbox-experts.com Forum, leider war die Schaltung falsch also hab ich geschaut was da nicht geht, einmal waren die I²C-Datenleitungen vertauscht, und es fehlten die Pullups (1k8OHM).&lt;br /&gt;
&lt;br /&gt;
Schaltung findet ihr oben.&lt;br /&gt;
&lt;br /&gt;
Die Firmware für den PIC16F627/8(A) findet ihr im &lt;a href=&quot;http://forums.xbox-experts.com/viewtopic.php?f=13&amp;amp;t=4029&quot;&gt;xbox-experts.com&lt;/a&gt; Forum.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Windows Treiber (XP/Vista/Win7):&lt;/strong&gt;&lt;br /&gt;
Download: http://www.microsoft.com/hardware/en-us/d/xbox-360-controller-for-windows&lt;br /&gt;
&lt;br /&gt;
Den Treiber installieren, und dann in der &amp;quot;C:\Program Files\Microsoft Xbox 360 Accessories/Xusb.inf&amp;quot; Zeile 60-81 die Vid und Pid anpassen der Adapter hat die Vid=045E und PID=0291 (das kann je nach XBOX Typ variieren).&lt;br /&gt;
&lt;br /&gt;
Danach einfach den Adapter einstecken und beim Treiber Installieren die Xusb.inf auswählen, danach sollte beim aktivieren eines Controllers dieser in der Systemsteuerung angezeigt werden, auch ein kleines MS Programm meldet sich dann und zeigt die Batteriekapazität an und die angemeldeten Controller, das benutzen ist so wie man es von der XBOX gewöhnt ist Controller einschalten, eventuell den Scan Knopf drücken wen die Controllerserial noch nicht übertragen wurde.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Linux (x/k/)ubuntu&lt;/strong&gt;&lt;br /&gt;
Standardmäßig läuft der Controller OutOfBox allerdings ohne das die Funktionen wie Forcefeadback, Batteriekapazität und LEDs gehen nur mit dem xpad Userspacetreiber, will man alle Funktionen nutzen muss man sich den Installieren wie im Folgenden Beschreiben.&lt;br /&gt;
&lt;br /&gt;
Installieren: &lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; add-apt-repository ppa:grumbel&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;ppa&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;apt-get&lt;/span&gt; update&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;apt-get&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; xboxdrv&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;apt-get&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; xboxdrv-stable &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Zuerst muss man in der /etc/modules die Module uinput, joydev eintragen, damit sie geladen werden.&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;uinput&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;etc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;modules&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;joydev&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;etc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;modules&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Als nächstes muss verhindert werden das der xpad Treiber von Ubuntu geladen wird.&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;blacklist &amp;#160; &amp;#160;xpad&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;etc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;modprobe.d&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;blacklist-xpad.conf &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt; &lt;br /&gt;
&lt;br /&gt;
Möchte man den Controller als User nutzen muss man noch die udev Rules dafür anlegen.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;nano&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;etc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;udev&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;rules.d&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;90&lt;/span&gt;-xbox.rules &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Da die näste Zeile einfügen.&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;ATTRS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;idVendor&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;==&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;045e&amp;quot;&lt;/span&gt;, ATTRS&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;idProduct&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;==&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;0291&amp;quot;&lt;/span&gt;, OWNER:=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;root&amp;quot;&lt;/span&gt;, GROUP:=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;plugdev&amp;quot;&lt;/span&gt;,MODE:=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;0664&amp;quot;&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Controller benutzen, das &quot;--wid 0&quot; ist für den ersten Controller es können bis 4stk. genutzt werden:&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;xboxdrv &lt;span style=&quot;color: #660033;&quot;&gt;--wid&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Quellen: http://forums.xbox-experts.com/viewtopic.php?f=13&amp;amp;t=4029&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 03 Mar 2012 21:38:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/115-guid.html</guid>
    
</item>
<item>
    <title>FriendlyARM: Sensordaten Grafisch Auswerten mit dem rrdtool (TNC75 I2C Temperatursensor) - Update</title>
    <link>http://www.grautier.com/grautier/archives/95-FriendlyARM-Sensordaten-Grafisch-Auswerten-mit-dem-rrdtool-TNC75-I2C-Temperatursensor-Update.html</link>
            <category>FAQ's</category>
    
    <comments>http://www.grautier.com/grautier/archives/95-FriendlyARM-Sensordaten-Grafisch-Auswerten-mit-dem-rrdtool-TNC75-I2C-Temperatursensor-Update.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=95</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=95</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/FAQ/rrdtool.gif&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/FAQ/rrdtool.gif&#039;,&#039;Zoom&#039;,&#039;height=306,width=815,top=366.5,left=240,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:856 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;220&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/FAQ/rrdtool.serendipityThumb.gif&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Hi, momentan gibt es ja leider nicht viel neues da ich an meinen &lt;a href=&quot;http://www.grautier.com/wiki/doku.php?id=bt-index&quot; title=&quot;WIKI&quot;&gt;Hausbus&lt;/a&gt; Arbeite, und es da momentan nicht viel zu Bauen gibt allerdings  gibs doch hin und wieder einige Code Fragmente die ich euch nicht vorenthalten möchte.&lt;br /&gt;
&lt;br /&gt;
Dieses hier liest einen I2C TNC75 Temperatursensor aus, bringt die Daten in das richtige Format für das rrdtool und Aktualisiert die DB dafür.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Datenbank anlegen:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;bin&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;rrdtool create wohn.rrd DS:temp:GAUGE:&lt;span style=&quot;color: #000000;&quot;&gt;600&lt;/span&gt;:U:U RRA:AVERAGE:&lt;span style=&quot;color: #000000;&quot;&gt;0.5&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;5040&lt;/span&gt; RRA:AVERAGE:&lt;span style=&quot;color: #000000;&quot;&gt;0.5&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;12&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9600&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Das Script zum auslesen der Daten und zum wandeln in das Richtige Format, dieses rufe ich per Crontab alle 5min auf.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;-&lt;span style=&quot;color: #000000;&quot;&gt;59&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;5&lt;/span&gt; &amp;#160;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;*&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;*&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;*&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;*&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160;&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;/var/www/htdocs/scrips/rrd.sh&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;#!/bin/bash&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# RUN (sh tnc75.sh 0x48)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;## Temperatur I2C Sensor TNC75 ##&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #007800;&quot;&gt;LSB&lt;/span&gt;=$&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;sbin&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;i2cget &lt;span style=&quot;color: #660033;&quot;&gt;-y&lt;/span&gt; s3c2410-i2c &lt;span style=&quot;color: #800000;&quot;&gt;${1}&lt;/span&gt; 0x00 &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;w&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;awk&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-F&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;0x&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;{print $2}&#039;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #007800;&quot;&gt;MSB&lt;/span&gt;=$&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;&lt;span style=&quot;color: #007800;&quot;&gt;$LSB&lt;/span&gt;&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cut&lt;/span&gt; -c1-&lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# MSB = MSB&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #007800;&quot;&gt;LSB&lt;/span&gt;=$&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;&lt;span style=&quot;color: #007800;&quot;&gt;$LSB&lt;/span&gt;&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cut&lt;/span&gt; -c3-&lt;span style=&quot;color: #000000;&quot;&gt;4&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# LSB = LSB&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #007800;&quot;&gt;LSB&lt;/span&gt;=$&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;&lt;span style=&quot;color: #007800;&quot;&gt;$LSB&lt;/span&gt;&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;tr&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;[a-z]&#039;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;[A-Z]&#039;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# In grossbuchstaben wandeln für BC&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #007800;&quot;&gt;LSB&lt;/span&gt;=$&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;ibase=16; &lt;span style=&quot;color: #007800;&quot;&gt;$LSB&lt;/span&gt;&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;bc&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# umwandeln HEX-&amp;gt;DEC&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;&lt;span style=&quot;color: #007800;&quot;&gt;$MSB&lt;/span&gt;&amp;quot;&lt;/span&gt; = &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;80&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;then&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# MSB = 80 dann 0,5 anfügen&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160;&lt;span style=&quot;color: #007800;&quot;&gt;LSB&lt;/span&gt;=$&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;scale=5; &lt;span style=&quot;color: #007800;&quot;&gt;$LSB&lt;/span&gt; + 0.5&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;bc&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# .5 anfügen &amp;#160; &amp;#160; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;fi&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #007800;&quot;&gt;LSB&lt;/span&gt;=$&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;scale=5; &lt;span style=&quot;color: #007800;&quot;&gt;$LSB&lt;/span&gt; - 3&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;bc&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Sensor Calibriren -1C &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;$LSB&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;### rrdtool UPDATE ###&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;bin&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;rrdtool update &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;var&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;www&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;htdocs&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;rrd&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;wohn.rrd &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; temp N:&lt;span style=&quot;color: #800000;&quot;&gt;${LSB}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;### Generate Graph ###&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;bin&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;rrdtool graph &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;var&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;www&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;htdocs&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;rrd&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;wohn.gif &lt;span style=&quot;color: #660033;&quot;&gt;-v&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Wohnzimmer&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--zoom&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt; \&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;DEF:&lt;span style=&quot;color: #007800;&quot;&gt;temp&lt;/span&gt;=&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;var&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;www&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;htdocs&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;rrd&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;wohn.rrd:temp:AVERAGE \&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;LINE2:temp&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;#0000FF:&amp;quot;Temperatur&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;exit&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Update: Fix Temperaturauswertung über 23C&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.grautier.com/grautier/archives/113-Microchip-TCN-75-Sensorplatine.html&quot;&gt;TNC-75 Sensorplatine&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Anschauen kann man sich das ganze unter &lt;a href=&quot;http://grautier.ath.cx/rrd/wohnzimmer-tag.gif&quot;&gt;http://grautier.ath.cx&lt;/a&gt; sofern es Online ist.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 28 Feb 2012 11:16:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/95-guid.html</guid>
    
</item>
<item>
    <title>Part-DB V0.2.1</title>
    <link>http://www.grautier.com/grautier/archives/77-Part-DB-V0.2.1.html</link>
            <category>Programme</category>
    
    <comments>http://www.grautier.com/grautier/archives/77-Part-DB-V0.2.1.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=77</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=77</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;p&gt; &lt;a onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Programme/Part-DB/partdb.png&#039;,&#039;Zoom&#039;,&#039;height=566,width=815,top=236.5,left=240,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/partdb.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:820 --&gt;&lt;img width=&quot;116&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/partdb.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; class=&quot;serendipity_image_left&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Programme/Part-DB/partdb-footprints.png&#039;,&#039;Zoom&#039;,&#039;height=566,width=815,top=236.5,left=240,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/partdb-footprints.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:822 --&gt;&lt;img width=&quot;116&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/partdb-footprints.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; class=&quot;serendipity_image_left&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Programme/Part-DB/partdb-bestelliste.png&#039;,&#039;Zoom&#039;,&#039;height=566,width=815,top=236.5,left=240,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/partdb-bestelliste.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:821 --&gt;&lt;img width=&quot;116&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/partdb-bestelliste.serendipityThumb.png&quot; style=&quot;border: 0px none ; padding-left: 5px; padding-right: 5px;&quot; class=&quot;serendipity_image_center&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt; &lt;a onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Programme/Part-DB/partdb-list.png&#039;,&#039;Zoom&#039;,&#039;height=566,width=815,top=236.5,left=240,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/partdb-list.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:824 --&gt;&lt;img width=&quot;116&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/partdb-list.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; class=&quot;serendipity_image_left&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Programme/Part-DB/partdb-iclogos.png&#039;,&#039;Zoom&#039;,&#039;height=566,width=815,top=236.5,left=240,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/partdb-iclogos.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:823 --&gt;&lt;img width=&quot;116&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/partdb-iclogos.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; class=&quot;serendipity_image_left&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Programme/Part-DB/partdb-stats1.png&#039;,&#039;Zoom&#039;,&#039;height=566,width=815,top=236.5,left=240,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/partdb-stats1.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:826 --&gt;&lt;img width=&quot;116&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/partdb-stats1.serendipityThumb.png&quot; style=&quot;border: 0px none ; padding-left: 5px; padding-right: 5px;&quot; class=&quot;serendipity_image_center&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt; &lt;a onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Programme/Part-DB/greenway.png&#039;,&#039;Zoom&#039;,&#039;height=623,width=865,top=208,left=215,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot; href=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/greenway.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:827 --&gt;&lt;img width=&quot;112&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Programme/Part-DB/greenway.serendipityThumb.png&quot; style=&quot;border: 0px none ; padding-left: 5px; padding-right: 5px;&quot; class=&quot;serendipity_image_center&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Hi, lange habe ich nach einer Bauteile Datenbank gesucht die Webbasiert ist, gefunden habe ich diese bei &lt;a href=&quot;http://www.cl-projects.de&quot;&gt;cl-projects&lt;/a&gt; leider hat der Ersteller diese nicht weiter gepflegt also hab ich mich der Sache mal angenommen was dabei raus gekommen ist kann sich sehen lassen, da ich viel Arbeit rein gesteckt habe will ich euch das nicht vorenthalten des Template ist komplett per CSS und kann frei geändert werden &lt;del&gt;momentan ist es noch des alte Design meiner Seite des neue werde ich bei Gelegenheit mal dazu machen&lt;/del&gt;.&lt;br /&gt;
&lt;br /&gt;
EDIT: Momentan passiert soviel im SVN bitte schaut auf Google Code nach Updates oder besucht die Testdatenbank.&lt;br /&gt;
&lt;br /&gt;
Update: Es gibt jetzt eine Testdatenbank um sich die Part-DB anschauen zu können&lt;br /&gt;
Update: Testweise gibt es jetzt ein SVN wo ich immer die Aktuellen Dateien einpflegen werde.&lt;br /&gt;
Update: RC5 ist fertig enthält noch einige Bugs aber nichts System kritisches.&lt;br /&gt;
Update: RC6 ist fertig (06.05.2011 8:15)&lt;br /&gt;
&lt;br /&gt;
Öffentliche Testdatenbank:&lt;a href=&quot;http://partdb.grautier.com/&quot;&gt; http://partdb.grautier.com/&lt;/a&gt;&lt;br /&gt;
SVN bei Google: &lt;a href=&quot;http://code.google.com/p/part-db/source/browse/&quot;&gt;Google Code&lt;/a&gt;&lt;br /&gt;
Aktuelle Pakete: &lt;a href=&quot;http://code.google.com/p/part-db/downloads/list&quot;&gt;Google Code Pakete&lt;/a&gt;&lt;br /&gt;
Part-DB Greenway Tehme &lt;a href=&quot;http://www.grautier.com/grautier/index.php?/plugin/dlfile_145&quot;&gt;Download&lt;/a&gt;&lt;br /&gt;
Diskussion im µC.net: &lt;a href=&quot;http://www.mikrocontroller.net/topic/135284#1339576&quot;&gt;Diskussion&lt;/a&gt;&lt;br /&gt;
Preissuchscript für Reichelt und Pollin: &lt;a href=&quot;http://www.mikrocontroller.net/topic/135284#1469840&quot;&gt;Hier&lt;/a&gt;&lt;br /&gt;
Wiki Eintrag im µC.net: &lt;a href=&quot;http://www.mikrocontroller.net/articles/Part-DB_RW_-_Lagerverwaltung&quot;&gt;µC.net Wiki&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 15 Feb 2012 01:47:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/77-guid.html</guid>
    
</item>
<item>
    <title>UMTS über WLAN (AD-HOC Mode) und UMTS -&gt; ETH (Router) unter Linux</title>
    <link>http://www.grautier.com/grautier/archives/88-UMTS-ueber-WLAN-AD-HOC-Mode-und-UMTS-ETH-Router-unter-Linux.html</link>
            <category>FAQ's</category>
    
    <comments>http://www.grautier.com/grautier/archives/88-UMTS-ueber-WLAN-AD-HOC-Mode-und-UMTS-ETH-Router-unter-Linux.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=88</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=88</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    Hi, da ich hier Grade im Krankenhaus bin und ich gerne meinen iPOD am Netz habe, hab ich mir eine NAT eingerichtet mit der ich mein ppp0 UMTS Drive über WLAN zum iPOD Durchschleifen kann, eigentlich soll das der Netzwerkmanager dieses auch bei ppp machen bei XUbuntu geht es nicht.&lt;br /&gt;
&lt;br /&gt;
Wichtig ist es vorm Starten des Scrips, WLAN im Netzwerkmanager zu deaktivieren.&lt;br /&gt;
&lt;br /&gt;
Die Einstellungen für den iPOD sind dann, IP:192.168.2.2, Netmask:255.255.0.0, Router:192.168.2.1 den Rest holt sich der iPOD dann selber.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;#!/bin/sh &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# PPP0 over NAT &amp;#160;to &amp;#160;WLAN0 &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;#&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;*** WLAN UP ***&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;ifup wlan0&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;*** SET essid ***&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iwconfig wlan0 essid Station7&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;8&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;*** SET mode ***&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iwconfig wlan0 mode ad-hoc&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;*** SET key ***&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iwconfig wlan0 key s:lalalalalalalala... &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;*** SET channel ***&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iwconfig wlan0 channel &lt;span style=&quot;color: #000000;&quot;&gt;8&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;*** SET ip ***&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ifconfig&lt;/span&gt; wlan0 192.168.2.1&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;*** SET itables ***&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; “&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;” &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;proc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;sys&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;net&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;ipv4&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;ip_forward&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iptables &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; nat &lt;span style=&quot;color: #660033;&quot;&gt;-A&lt;/span&gt; POSTROUTING &lt;span style=&quot;color: #660033;&quot;&gt;-o&lt;/span&gt; ppp0 &lt;span style=&quot;color: #660033;&quot;&gt;-s&lt;/span&gt; 192.168.2.0&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;24&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-j&lt;/span&gt; MASQUERADE&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iptables &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; nat &lt;span style=&quot;color: #660033;&quot;&gt;-A&lt;/span&gt; PREROUTING &lt;span style=&quot;color: #660033;&quot;&gt;-i&lt;/span&gt; ppp0 &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; tcp &lt;span style=&quot;color: #660033;&quot;&gt;--dport&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;3074&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-j&lt;/span&gt; DNAT &lt;span style=&quot;color: #660033;&quot;&gt;--to-destination&lt;/span&gt; 192.168.2.2&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iptables &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; nat &lt;span style=&quot;color: #660033;&quot;&gt;-A&lt;/span&gt; PREROUTING &lt;span style=&quot;color: #660033;&quot;&gt;-i&lt;/span&gt; ppp0 &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; udp &lt;span style=&quot;color: #660033;&quot;&gt;-m&lt;/span&gt; multiport &lt;span style=&quot;color: #660033;&quot;&gt;--dports&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;88&lt;/span&gt;,&lt;span style=&quot;color: #000000;&quot;&gt;3074&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-j&lt;/span&gt; DNAT &lt;span style=&quot;color: #660033;&quot;&gt;--to-destination&lt;/span&gt; 192.168.2.2&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iptables &lt;span style=&quot;color: #660033;&quot;&gt;-A&lt;/span&gt; FORWARD &lt;span style=&quot;color: #660033;&quot;&gt;-i&lt;/span&gt; ppp0 &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt; 192.168.2.2 &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; tcp &lt;span style=&quot;color: #660033;&quot;&gt;--dport&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;3074&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-j&lt;/span&gt; ACCEPT&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iptables &lt;span style=&quot;color: #660033;&quot;&gt;-A&lt;/span&gt; FORWARD &lt;span style=&quot;color: #660033;&quot;&gt;-i&lt;/span&gt; ppp0 &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt; 192.168.2.2 &lt;span style=&quot;color: #660033;&quot;&gt;-p&lt;/span&gt; udp &lt;span style=&quot;color: #660033;&quot;&gt;-m&lt;/span&gt; multiport &lt;span style=&quot;color: #660033;&quot;&gt;--dports&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;88&lt;/span&gt;,&lt;span style=&quot;color: #000000;&quot;&gt;3074&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-j&lt;/span&gt; ACCEPT&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Update: UMTS -&gt; ETH&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Als erstes müssen wir die Netzwerkarte einstellen. (/etc/network/interfaces)&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;auto eth0&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iface eth0 inet static&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;adress 10.10.0.1&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;netmask 255.255.255.0&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;broadcast 10.10.0.255&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Danach brauchen wir einen DNS und DHCP Server dafür verwende ich dnsmasq diesen stellen wir ein in dem wir das folgend in die /etc/dnsmasq.conf schreiben.&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #007800;&quot;&gt;interface&lt;/span&gt;=eth0&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;dhcp-range=10.10.0.20,10.10.0.150,12h&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;dhcp-option=&lt;span style=&quot;color: #000000;&quot;&gt;3&lt;/span&gt;,10.10.0.1&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;dhcp-option=&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;,255.255.255.0&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Danach müssen wir noch itabels regeln konfigurieren dieses mache ich in der /etc/rc.local vor dem exit 0 einfach folgendes einfügen.&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iptables &lt;span style=&quot;color: #660033;&quot;&gt;-A&lt;/span&gt; FORWARD &lt;span style=&quot;color: #660033;&quot;&gt;-i&lt;/span&gt; ppp0 &lt;span style=&quot;color: #660033;&quot;&gt;-o&lt;/span&gt; eth0 &lt;span style=&quot;color: #660033;&quot;&gt;-s&lt;/span&gt; 10.10.0.0&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;24&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-m&lt;/span&gt; conntrack &lt;span style=&quot;color: #660033;&quot;&gt;--ctstate&lt;/span&gt; NEW &lt;span style=&quot;color: #660033;&quot;&gt;-j&lt;/span&gt; ACCEPT&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iptables &lt;span style=&quot;color: #660033;&quot;&gt;-A&lt;/span&gt; FORWARD &lt;span style=&quot;color: #660033;&quot;&gt;-m&lt;/span&gt; conntrack &lt;span style=&quot;color: #660033;&quot;&gt;--ctstate&lt;/span&gt; ESTABLISHED,RELATED &lt;span style=&quot;color: #660033;&quot;&gt;-j&lt;/span&gt; ACCEPT&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;iptables &lt;span style=&quot;color: #660033;&quot;&gt;-t&lt;/span&gt; nat &lt;span style=&quot;color: #660033;&quot;&gt;-A&lt;/span&gt; POSTROUTING &lt;span style=&quot;color: #660033;&quot;&gt;-o&lt;/span&gt; ppp0 &lt;span style=&quot;color: #660033;&quot;&gt;-j&lt;/span&gt; MASQUERADE&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;sysctl &lt;span style=&quot;color: #660033;&quot;&gt;-w&lt;/span&gt; net.ipv4.ip_forward=&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Nach dem Neustart des Systems sollte alles funktionieren am Netzwerkanschluss hat man jetzt einen vollwertigen DHCP und DNS-Server ich hab das ganze dann noch mit einer Fritzbox verbunden um für meine Mobilgeräte Wlan zu haben.&lt;br /&gt;
&lt;br /&gt;
(Das FAQ habe ich von &lt;a href=&quot;http://blog.yumdap.net/archives/64-UMTS-Verbindung-per-WLAN-Teilen.html&quot; title=&quot;http://blog.yumdap.net/archives/64-UMTS-Verbindung-per-WLAN-Teilen.html&quot;&gt;http://blog.yumdap.net/archives/64-UMTS-Verbindung-per-WLAN-Teilen.html&lt;/a&gt; abgeleitet und noch etwas verfeinert über WLAN ging es bei mir nicht da meine Wlankarte im Netbook kein Master Mode kann). 
    </content:encoded>

    <pubDate>Sun, 13 Nov 2011 04:24:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/88-guid.html</guid>
    
</item>
<item>
    <title>Kapatzitiver Sensor - QT310</title>
    <link>http://www.grautier.com/grautier/archives/114-Kapatzitiver-Sensor-QT310.html</link>
            <category>Elektronik</category>
    
    <comments>http://www.grautier.com/grautier/archives/114-Kapatzitiver-Sensor-QT310.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=114</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=114</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/QT310/K-Sens.JPG&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/QT310/K-Sens.JPG&#039;,&#039;Zoom&#039;,&#039;height=783,width=1039,top=-84,left=0,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:913 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/QT310/K-Sens.serendipityThumb.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/QT310/ksens-b.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/QT310/ksens-b.png&#039;,&#039;Zoom&#039;,&#039;height=366,width=614,top=124.5,left=212.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:914 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;137&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/QT310/ksens-b.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/QT310/ksens-s.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/QT310/ksens-s.png&#039;,&#039;Zoom&#039;,&#039;height=757,width=1037,top=-71,left=1,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:915 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;110&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/QT310/ksens-s.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Mal wieder was kleineres dieses mal ohne µC und zwar ein Kapazitiver Sensor mit dem QT310-D von Quantum, ich hab diesen mit einem Relays kombiniert um einen Low und einen High Ausgang zu haben, d.h. ein Öffner und Schließer um 5V vom Bord zu schalten und einen Öffner und Schließer für eine Externe Spannung, zusätzlich ist ein LM78L05 für die Spannungsversorgung verbaut.&lt;br /&gt;
Der Taster dient zum Kalibrieren normalerweise stellt er sich bei der Stromversorgung selbst ein, aber zum testen ist dieser recht praktisch.&lt;br /&gt;
&lt;br /&gt;
Eagle Dateien: &lt;a href=&quot;http://www.grautier.com/grautier/plugin/dlfile_168&quot;&gt;Hier&lt;/a&gt; 
    </content:encoded>

    <pubDate>Mon, 31 Oct 2011 22:09:05 +0100</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/114-guid.html</guid>
    
</item>
<item>
    <title>Microchip TCN-75 I²C Temperatursensor</title>
    <link>http://www.grautier.com/grautier/archives/113-Microchip-TCN-75-IC-Temperatursensor.html</link>
            <category>Elektronik</category>
    
    <comments>http://www.grautier.com/grautier/archives/113-Microchip-TCN-75-IC-Temperatursensor.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=113</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=113</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/TNC75/CIMG2338.JPG&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/TNC75/CIMG2338.JPG&#039;,&#039;Zoom&#039;,&#039;height=648,width=1040,top=133.5,left=207.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:911 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;130&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/TNC75/CIMG2338.serendipityThumb.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/TNC75/TNC75-I2C-Tempsensor-s.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/TNC75/TNC75-I2C-Tempsensor-s.png&#039;,&#039;Zoom&#039;,&#039;height=757,width=1037,top=79,left=209,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:910 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;110&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/TNC75/TNC75-I2C-Tempsensor-s.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/TNC75/CIMG2352.JPG&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/TNC75/CIMG2352.JPG&#039;,&#039;Zoom&#039;,&#039;height=783,width=1039,top=-84,left=0,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:912 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/TNC75/CIMG2352.serendipityThumb.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/TNC75/TNC75-I2C-Tempsensor-b.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/TNC75/TNC75-I2C-Tempsensor-b.png&#039;,&#039;Zoom&#039;,&#039;height=441,width=861,top=237,left=297,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:909 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;159&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/TNC75/TNC75-I2C-Tempsensor-b.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Für meinen Hausbus habe ich mir zwei I²C-Sensoren für die Temperaturmessung gebaut basierend auf dem TCN-75 von Microchip, da die Steuerung in einem Raumtrenner untergebracht ist, werden diese auf beiden Seiten angebracht (deswegen auch die große Platine)und mit dem FrendlyARM Micro2440 ausgelesen Script für Linux zum auswerten mittels dem RRDTool gibt es unter folgendem Link:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.grautier.com/grautier/archives/95-FriendlyARM-Sensordaten-Grafisch-Auswerten-mit-dem-rrdtool-TNC75-I2C-Temperatursensor.html&quot;&gt;TNC-75 mit dem RRDTool Auswerten&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Eagle Dateien: &lt;a href=&quot;http://www.grautier.com/grautier/plugin/dlfile_167&quot;&gt;Hier&lt;/a&gt; 
    </content:encoded>

    <pubDate>Mon, 24 Oct 2011 01:26:43 +0200</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/113-guid.html</guid>
    
</item>
<item>
    <title>Voltcraft/Darkwire/Protek/Hantek... ,DSO-2090/2150/2250/5200A... unter Linux - Update 20.10.2011</title>
    <link>http://www.grautier.com/grautier/archives/79-VoltcraftDarkwireProtekHantek...-,DSO-2090215022505200A...-unter-Linux-Update-20.10.2011.html</link>
            <category>FAQ's</category>
    
    <comments>http://www.grautier.com/grautier/archives/79-VoltcraftDarkwireProtekHantek...-,DSO-2090215022505200A...-unter-Linux-Update-20.10.2011.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=79</wfw:comment>

    <slash:comments>8</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=79</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/FAQ/Tips/ds0.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/FAQ/Tips/ds0.png&#039;,&#039;Zoom&#039;,&#039;height=495,width=655,top=210,left=400,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:908 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/FAQ/Tips/ds0.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.grautier.com/grautier/uploads/FAQ/dso-xxxx.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/FAQ/dso-xxxx.png&#039;,&#039;Zoom&#039;,&#039;height=655,width=815,top=192,left=240,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:828 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;100&quot; height=&quot;80&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.grautier.com/grautier/uploads/FAQ/dso-xxxx.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Hi, hier mal ein kleines FAQ zum Einrichten und installieren des DSO  &quot;Voltcraft/Darkwire/Protek/Hantek... ,DSO-2090/2150/2250/5200A...&quot; unter Linux.&lt;br /&gt;
&lt;br /&gt;
Folgende Pakete braucht ihr:&lt;br /&gt;
&lt;br /&gt;
- binutils-dev&lt;br /&gt;
- fxload&lt;br /&gt;
- kdebase-dev&lt;br /&gt;
- libusb &lt;br /&gt;
- libusb-dev&lt;br /&gt;
- libqt4-dev&lt;br /&gt;
- libfftw3-dev &lt;br /&gt;
- libfftw3-bin&lt;br /&gt;
- mesa-libGL&lt;br /&gt;
- mesa-libGL-dev&lt;br /&gt;
&lt;br /&gt;
Wen diese Installiert sind braucht ihr noch das aktuelle Programm dieses findet ihr unter &lt;del&gt;&lt;a href=&quot;http://sourceforge.net/projects/hantekdso/files/ &quot;&gt;http://sourceforge.net/projects/hantekdso/files/&lt;/a&gt;&lt;/del&gt;&lt;a href=&quot;http://sourceforge.net/projects/openhantek/files/openhantek/&quot;&gt;http://sourceforge.net/projects/openhantek/files/openhantek/&lt;/a&gt;danach müsst ihr es noch entpacken.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;tar&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-xvzf&lt;/span&gt; openhantek-&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;*&lt;/span&gt;.tar.gz&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;cd&lt;/span&gt; openhantek&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Danach reicht der übliche Dreisatz:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;qmake&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;make&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;make&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Als nächstes muss die Firmware vorbereitet werden, dazu müssen die beiden DSO*.SYS in das dsoextractfw Verzeichnis kopiert werden danach mit folgenden Befehlen die HEX Dateien erstellen und in das FW Verzeichnis kopieren (Achtung !!! Groß und Kleinschreibung beachten). &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sourceforge.net/projects/openhantek/files/openhantek-extractfw/&quot;&gt;http://sourceforge.net/projects/openhantek/files/openhantek-extractfw/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;tar&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-xvzf&lt;/span&gt; dsoextractfw-&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;*&lt;/span&gt;.tar.gz&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;cd&lt;/span&gt; dsoexttactfw&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cp&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;media&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;cdrom0&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;drivers&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/*&lt;/span&gt;.sys &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;*&lt;/span&gt;.SYS&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;dsoextractfw&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;mkdir&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;share&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;HantekDSO&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cp&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;*&lt;/span&gt;.hex &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;share&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;HantekDSO&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Als letztes müssen noch die rules angelegt werden (funktioniert nur bei (x/k)ubuntu &lt;= 10.4).&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cp&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;*&lt;/span&gt;.rules &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;etc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;udev&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;rules.d&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;80&lt;/span&gt;-&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;*&lt;/span&gt;.rules&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;del&gt;Bei neueren Distributionen muss man erst mal die FW manuell ins DSO laden.&lt;br /&gt;
sudo /sbin/fxload -t fx2 -I /usr/share/HantekDSO/DSO2090_firmware.hex -s /usr/share/HantekDSO/DSO2090_loader.hex -D /dev/bus/usb/001/011&lt;/del&gt;&lt;br /&gt;
&lt;br /&gt;
Udev Rules Beispiel für (x/k)ubuntu =&gt;10.10 &lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Hantek DSO-2090&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;ATTR&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;idVendor&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;==&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;04b4&amp;quot;&lt;/span&gt;, ATTR&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;idProduct&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;==&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;2090&amp;quot;&lt;/span&gt;, OWNER:=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;root&amp;quot;&lt;/span&gt;, GROUP:=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;hantek&amp;quot;&lt;/span&gt;,MODE:=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;0660&amp;quot;&lt;/span&gt;, RUN+=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;/sbin/fxload -t fx2 -I /usr/share/HantekDSO/DSO2090_firmware.hex -s /usr/share/HantekDSO/DSO2090_loader.hex -D &lt;span style=&quot;color: #007800;&quot;&gt;$env&lt;/span&gt;{DEVNAME}&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Hantek DSO-2100&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;ATTR&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;idVendor&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;==&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;04b4&amp;quot;&lt;/span&gt;, ATTR&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;idProduct&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;==&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;2100&amp;quot;&lt;/span&gt;, OWNER:=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;root&amp;quot;&lt;/span&gt;, GROUP:=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;hantek&amp;quot;&lt;/span&gt;,MODE:=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;0660&amp;quot;&lt;/span&gt;, RUN+=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;/sbin/fxload -t fx2 -I /usr/share/HantekDSO/DSO2100_firmware.hex -s /usr/share/HantekDSO/DSO2100_loader.hex -D &lt;span style=&quot;color: #007800;&quot;&gt;$env&lt;/span&gt;{DEVNAME}&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Es muss noch die Gruppe hantek erstellt und der  Benutzer zur Gruppe Hantek hinzugefügt werden.&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; addgroup hantek&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; gpasswd &lt;span style=&quot;color: #660033;&quot;&gt;-a&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;&lt;/span&gt;username&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; hantek&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Nachtrag:&lt;/strong&gt;&lt;br /&gt;
Wer ein DSO-2090 hat kann dieses zum 2150 machen die HW ist die gleiche nur das das 2150 150MS/s / 60Mhz hat dazum mus man einfach die Firmware vom 2150 in das 2090 laden.&lt;br /&gt;
&lt;br /&gt;
z.b. &lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;ATTR&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;idVendor&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;==&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;04b4&amp;quot;&lt;/span&gt;, ATTR&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;idProduct&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;==&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;2090&amp;quot;&lt;/span&gt;, OWNER:=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;root&amp;quot;&lt;/span&gt;, GROUP:=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;hantek&amp;quot;&lt;/span&gt;,MODE:=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;0660&amp;quot;&lt;/span&gt;, RUN+=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;/sbin/fxload -t fx2 -I /usr/share/HantekDSO/DSO2150_firmware.hex -s /usr/share/HantekDSO/DSO2150_loader.hex -D &lt;span style=&quot;color: #007800;&quot;&gt;$env&lt;/span&gt;{DEVNAME}&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Thu, 20 Oct 2011 11:51:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/79-guid.html</guid>
    
</item>
<item>
    <title>FAQ: Reverse Engineering</title>
    <link>http://www.grautier.com/grautier/archives/112-FAQ-Reverse-Engineering.html</link>
            <category>FAQ's</category>
    
    <comments>http://www.grautier.com/grautier/archives/112-FAQ-Reverse-Engineering.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=112</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=112</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/FAQ/ReverseEngineering/RE-zeichnung.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/FAQ/ReverseEngineering/RE-zeichnung.jpg&#039;,&#039;Zoom&#039;,&#039;height=735,width=1039,top=90,left=208,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:905 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;114&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/FAQ/ReverseEngineering/RE-zeichnung.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/FAQ/ReverseEngineering/RE-zeichnung-1.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/FAQ/ReverseEngineering/RE-zeichnung-1.jpg&#039;,&#039;Zoom&#039;,&#039;height=465,width=1039,top=225,left=208,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:906 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;182&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/FAQ/ReverseEngineering/RE-zeichnung-1.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Einleitung:&lt;/strong&gt;&lt;br /&gt;
Seit einigen Jahren liegen hier bei mir Kistenweise alter Betty FBs rum die man auch bei Ebay und co. recht günstig bekommt also hab ich mir die frage gestelt ob ich die alle in die Tonne kloppe oder doch was sinnvolles damit machen kann, z.b. die Funk Teile aus den SCART Adaptern sinnvoll zu nutzen diese Funken auf 868Mhz und können 2-FSK, GFSK, MSK, OOK und ASK was so ziemlich das Gängigste ist.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Daten suchen:&lt;/strong&gt;&lt;br /&gt;
Als erstes besorgt man sich die Datenblätter der Bauteile die man weiter benutzen möchte.&lt;br /&gt;
&lt;a href=&quot;http://www.ti.com/lit/ds/symlink/cc1100.pdf&quot; title=&quot;TI CC1100&quot;&gt;http://www.ti.com/lit/ds/symlink/cc1100.pdf&lt;/a&gt; &lt;br /&gt;
&lt;a href=&quot;http://www.alldatasheet.com/datasheet-pdf/pdf/177173/NSC/LM317.html&quot;&gt;LM317&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Leiterbahnen Verfolgen:&lt;/strong&gt;&lt;br /&gt;
Am einfachsten ist es wen man hat ein Modul komplett zu entlöten ansonsten geht es auch mit einem bestückten Modul dieses ist aber nicht so einfach.&lt;br /&gt;
Von diesem erstellt man ein hochauflösenden Scan oder Foto (siehe Bild oben) auf diesem kann man jetzt anfangen die Leiterbahnen Nachverfolgen am besten jede mit einer anderen Farbe wen man nicht so viele Farben hat kann man diese auch nummerieren (siehe Bild oben) ich hab die Datenleitungen in Orange und VDD in Gelb gemacht.&lt;br /&gt;
&lt;br /&gt;
Mann verfolgt natürlich nur die Leiterbahnen die man später braucht, wenn man dieses Gemacht hat kann man die einzelnen Funktionsgruppen noch Markieren z.b. wen man später sich das Funkmodul herausschneiden möchte, ich hab im Beispiel noch den Spannungsregler mit gekennzeichnet um die Platine am ende testen zu können ohne viel Aufwand. &lt;br /&gt;
&lt;br /&gt;
Ich hab im weiteren Schritt habe ich noch alle unnötigen Bauteile entfernt so das nur noch das Funkmodul und der Spannungsregler auf dem Bord ist.&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/FAQ/ReverseEngineering/CIMG2327.JPG&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/FAQ/ReverseEngineering/CIMG2327.JPG&#039;,&#039;Zoom&#039;,&#039;height=783,width=1039,top=66,left=208,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:907 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/FAQ/ReverseEngineering/CIMG2327.serendipityThumb.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 15 Oct 2011 00:32:17 +0200</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/112-guid.html</guid>
    
</item>
<item>
    <title>Dateien und Updates für den Embedded Projects Journal 10. Artikel Coffee Maker – Umbau</title>
    <link>http://www.grautier.com/grautier/archives/111-Dateien-und-Updates-fuer-den-Embedded-Projects-Journal-10.-Artikel-Coffee-Maker-Umbau.html</link>
            <category>Elektronik</category>
    
    <comments>http://www.grautier.com/grautier/archives/111-Dateien-und-Updates-fuer-den-Embedded-Projects-Journal-10.-Artikel-Coffee-Maker-Umbau.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=111</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=111</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/Espressomaker/Prototyp.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/Espressomaker/Prototyp.jpg&#039;,&#039;Zoom&#039;,&#039;height=783,width=1039,top=66,left=208,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:904 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/Espressomaker/Prototyp.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/Espressomaker/OrgSteuerung.jpg&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/Espressomaker/OrgSteuerung.jpg&#039;,&#039;Zoom&#039;,&#039;height=495,width=655,top=210,left=400,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:900 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;107&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/Espressomaker/OrgSteuerung.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/Espressomaker/expressomaker.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/Espressomaker/expressomaker.png&#039;,&#039;Zoom&#039;,&#039;height=548,width=936,top=183.5,left=259.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:901 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;138&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/Espressomaker/expressomaker.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/Espressomaker/Expressomaker-b.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/Espressomaker/Expressomaker-b.png&#039;,&#039;Zoom&#039;,&#039;height=443,width=836,top=236,left=309.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:902 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;153&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/Espressomaker/Expressomaker-b.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Elektronik/Espressomaker/Expressomaker-s.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Elektronik/Espressomaker/Expressomaker-s.png&#039;,&#039;Zoom&#039;,&#039;height=714,width=1039,top=100.5,left=208,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:903 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;117&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Elektronik/Espressomaker/Expressomaker-s.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
So hab die Dateien geupdated&lt;br /&gt;
&lt;br /&gt;
Espressomaker SW V1.0: &lt;a href=&quot;http://www.grautier.com/grautier/index.php?/plugin/dlfile_165&quot;&gt;Hier&lt;/a&gt;&lt;br /&gt;
Espressomaker HW V1.0: &lt;a href=&quot;http://www.grautier.com/grautier/index.php?/plugin/dlfile_164&quot;&gt;Hier&lt;/a&gt;&lt;br /&gt;
EP-Journal Zeitung zum DL: &lt;a href=&quot;http://journal.embedded-projects.net/index.php?module=archiv&amp;amp;action=list&quot;&gt;Hier&lt;/a&gt; 
    </content:encoded>

    <pubDate>Tue, 04 Oct 2011 17:09:58 +0200</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/111-guid.html</guid>
    
</item>
<item>
    <title>Conky Template für den Acer Aspire ONE 150G</title>
    <link>http://www.grautier.com/grautier/archives/110-Conky-Template-fuer-den-Acer-Aspire-ONE-150G.html</link>
            <category>Programme</category>
    
    <comments>http://www.grautier.com/grautier/archives/110-Conky-Template-fuer-den-Acer-Aspire-ONE-150G.html#comments</comments>
    <wfw:comment>http://www.grautier.com/grautier/wfwcomment.php?cid=110</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.grautier.com/grautier/rss.php?version=2.0&amp;type=comments&amp;cid=110</wfw:commentRss>
    

    <author>nospam@example.com (K.J)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.grautier.com/grautier/uploads/Programme/Bildschirmfoto-27.09.2011-200347.png&#039; onclick=&quot;F1 = window.open(&#039;/grautier/uploads/Programme/Bildschirmfoto-27.09.2011-200347.png&#039;,&#039;Zoom&#039;,&#039;height=615,width=1039,top=150,left=208,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:899 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;137&quot; height=&quot;80&quot; src=&quot;http://www.grautier.com/grautier/uploads/Programme/Bildschirmfoto-27.09.2011-200347.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
Hier ein kleines Template für Conky um die Werte vom Acer Aspire One auszulesen und anzeigen zu lassen.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.grautier.com/grautier/archives/110-Conky-Template-fuer-den-Acer-Aspire-ONE-150G.html#extended&quot;&gt;&quot;Conky Template für den Acer Aspire ONE 150G&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 27 Sep 2011 20:19:29 +0200</pubDate>
    <guid isPermaLink="false">http://www.grautier.com/grautier/archives/110-guid.html</guid>
    
</item>

</channel>
</rss>
