<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://dwb.ilhost.fr/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://dwb.ilhost.fr/feed.php">
        <title>DIY Wireless Bug devices</title>
        <description></description>
        <link>http://dwb.ilhost.fr/</link>
        <image rdf:resource="http://dwb.ilhost.fr/lib/images/favicon.ico" />
       <dc:date>2026-05-15T17:24:42+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://dwb.ilhost.fr/doku.php/devices:ds18b20?rev=1419436041&amp;do=diff"/>
                <rdf:li rdf:resource="http://dwb.ilhost.fr/doku.php/devices:lm35?rev=1336341214&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://dwb.ilhost.fr/lib/images/favicon.ico">
        <title>DIY Wireless Bug</title>
        <link>http://dwb.ilhost.fr/</link>
        <url>http://dwb.ilhost.fr/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://dwb.ilhost.fr/doku.php/devices:ds18b20?rev=1419436041&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-12-24T16:47:21+02:00</dc:date>
        <title>devices:ds18b20</title>
        <link>http://dwb.ilhost.fr/doku.php/devices:ds18b20?rev=1419436041&amp;do=diff</link>
        <description>DS18B20 are small true temperature sensors. You can find them easily on ebay for a couple of $.

Default settings:

By default the bugOne use PD5 for this sensors. You can tweak this in devices/onewire.h



#define OW_PIN  PD5
#define OW_IN   PIND
#define OW_OUT  PORTD
#define OW_DDR  DDRD</description>
    </item>
    <item rdf:about="http://dwb.ilhost.fr/doku.php/devices:lm35?rev=1336341214&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-06T23:53:34+02:00</dc:date>
        <title>devices:lm35</title>
        <link>http://dwb.ilhost.fr/doku.php/devices:lm35?rev=1336341214&amp;do=diff</link>
        <description>lm35 in an analog temperature sensor.


You can plug your lm35 in PD3, PD4, PD5 or PD6.

Configuration bits. Pluged in PD3 :

const lm35_cfg_s lm35_cfg = {3};{lm35_init,lm35_read,NULL,(void*)&amp;lm35_cfg},

From +2°C to 150°C


&lt;http://www.ti.com/lit/ds/symlink/lm35.pdf&gt;</description>
    </item>
</rdf:RDF>
