<?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>Jonas Genannt - arduino</title>
    <link>http://blog.brachium-system.net/</link>
    <description>Weblog of an System Engineer</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.1 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://blog.brachium-system.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Jonas Genannt - arduino - Weblog of an System Engineer</title>
        <link>http://blog.brachium-system.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Arduino with Ethernetshield: Get temperature via telnet</title>
    <link>http://blog.brachium-system.net/archives/105-Arduino-with-Ethernetshield-Get-temperature-via-telnet.html</link>
            <category>arduino</category>
    
    <comments>http://blog.brachium-system.net/archives/105-Arduino-with-Ethernetshield-Get-temperature-via-telnet.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=105</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=105</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    &lt;!-- s9ymdb:33 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;495&quot; height=&quot;283&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://blog.brachium-system.net/uploads/arduino_ds1820_munin.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
You can use &lt;a href=&quot;http://arduino.cc/&quot;&gt;Arduino&lt;/a&gt; with &lt;a href=&quot;http://arduino.cc/en/Main/ArduinoEthernetShield&quot;&gt;Ethernetshield&lt;/a&gt; to fetch temperatures over network. &lt;br /&gt;
&lt;br /&gt;
I have created an little &lt;a href=&quot;http://jonas.genannt.name/tools/arduino/ds1820_ethernet/DS1820_Ethernet.pde&quot;&gt;sketch&lt;/a&gt; for Arduino. This sketch has got an &quot;telnet&quot; server. If you connect to the IP address of the arduino, you will get the temperature from all connected DS1820 sensors.&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://blog.brachium-system.net/uploads/arduino_ds1820.jpg&#039;&gt;&lt;!-- s9ymdb:34 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;110&quot; height=&quot;70&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://blog.brachium-system.net/uploads/arduino_ds1820.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The DS1820 sensor is build in the 6.2 inch female plug. I have only two sensors connected, but you can connect more sensors to the One Wire Bus. It works like the old digitemp system. But digitemp needs an serial connector. My Arduino works via Network - that&#039;s really cool!&lt;br /&gt;
&lt;br /&gt;
I also created an &lt;a href=&quot;http://jonas.genannt.name/tools/arduino/ds1820_ethernet/arduino_ds1820_&quot;&gt;munin plugin&lt;/a&gt; for this Arduino system. If you edit &lt;em&gt;/etc/munin/plugin-conf.d/munin-node&lt;/em&gt; you can supply alias names for the hex address of the sensor.&lt;blockquote&gt;[arduino_ds1820_192.168.1.3]&lt;br /&gt;
env.101f9dca18020 Jonas desk&lt;br /&gt;
env.105269ca180a6 PC power supply&lt;br /&gt;
timeout 60&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
You have to insert the &lt;em&gt;timeout 60&lt;/em&gt; because the system fetches the temperature from the sensors just in time, this needs some time 
    </content:encoded>

    <pubDate>Thu, 16 Jul 2009 18:57:26 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/105-guid.html</guid>
    
</item>

</channel>
</rss>