<?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</title>
        <description></description>
        <link>http://dwb.ilhost.fr/</link>
        <image rdf:resource="http://dwb.ilhost.fr/lib/images/favicon.ico" />
       <dc:date>2026-04-30T02:52:34+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://dwb.ilhost.fr/doku.php/bugone:hardware?rev=1419523963&amp;do=diff"/>
                <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/bugone:optiboot?rev=1390752924&amp;do=diff"/>
                <rdf:li rdf:resource="http://dwb.ilhost.fr/doku.php/bugone:enc28j60?rev=1377726797&amp;do=diff"/>
                <rdf:li rdf:resource="http://dwb.ilhost.fr/doku.php/bugone:shield1?rev=1377554927&amp;do=diff"/>
                <rdf:li rdf:resource="http://dwb.ilhost.fr/doku.php/start?rev=1365413549&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/bugone:hardware?rev=1419523963&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-12-25T17:12:43+02:00</dc:date>
        <dc:creator>jkx</dc:creator>
        <title>bugone:hardware - [Main board] </title>
        <link>http://dwb.ilhost.fr/doku.php/bugone:hardware?rev=1419523963&amp;do=diff</link>
        <description>Main board

	*  Atmega168
	*  RFM12BS
	*  Supply between 4.2 and 16v
	*  Input / Output : 3.35v




Shields


A shield is a daughter board with one or severals devices. Theses shields are available :

* shield1 A wire wrapped shield with temperature, humidity and light sensors</description>
    </item>
    <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>
        <dc:creator>jkx</dc:creator>
        <title>devices:ds18b20 - [Debug] </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/bugone:optiboot?rev=1390752924&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-26T17:15:24+02:00</dc:date>
        <dc:creator>nicolasdupeux</dc:creator>
        <title>bugone:optiboot - [Installation] </title>
        <link>http://dwb.ilhost.fr/doku.php/bugone:optiboot?rev=1390752924&amp;do=diff</link>
        <description>Optiboot is a bootloader. You can use it to upload your project to a bugone using the serial link instead of the AVR ISP. optiboot consume 512bytes of flash memory.


to install optiboot, you need an AVR ISP. Go to the project/optiboot and compile it using make.
change the fuse to boot to the bootloader after a reset :</description>
    </item>
    <item rdf:about="http://dwb.ilhost.fr/doku.php/bugone:enc28j60?rev=1377726797&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-08-28T23:53:17+02:00</dc:date>
        <dc:creator>nicolasdupeux</dc:creator>
        <title>bugone:enc28j60 - created</title>
        <link>http://dwb.ilhost.fr/doku.php/bugone:enc28j60?rev=1377726797&amp;do=diff</link>
        <description>This shield provide an ethernet to bugnet gateway using a enc28j60 board from ebay.</description>
    </item>
    <item rdf:about="http://dwb.ilhost.fr/doku.php/bugone:shield1?rev=1377554927&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-08-27T00:08:47+02:00</dc:date>
        <dc:creator>nicolasdupeux</dc:creator>
        <title>bugone:shield1</title>
        <link>http://dwb.ilhost.fr/doku.php/bugone:shield1?rev=1377554927&amp;do=diff</link>
        <description>shield1 is a simple wire wrapped shield with two devices :

	*  DHT11 (humidity and temperature sensors)
	*  photoresistor (light sensor)


Source is here : &lt;https://github.com/jkx/DIY-Wireless-Bug/tree/master/software/projects/shield1&gt;</description>
    </item>
    <item rdf:about="http://dwb.ilhost.fr/doku.php/start?rev=1365413549&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-08T11:32:29+02:00</dc:date>
        <dc:creator>jkx</dc:creator>
        <title>start - [DIY Wireless Bug(s)] </title>
        <link>http://dwb.ilhost.fr/doku.php/start?rev=1365413549&amp;do=diff</link>
        <description>Welcome on the DIY Wireless Bug(s) community website. 


DIY Wireless bugs are small and cheap embedded devices used to build a simple wireless network. 
This website provides informations to build this kind of network. 

Why another protocol / board ?

We decided to produce our own wireless protocol and board due to various facts :</description>
    </item>
</rdf:RDF>
