<?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 bugone</title>
        <description></description>
        <link>http://dwb.ilhost.fr/</link>
        <image rdf:resource="http://dwb.ilhost.fr/lib/images/favicon.ico" />
       <dc:date>2026-04-25T11:46:03+02:00</dc:date>
        <items>
            <rdf:Seq>
                <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:glossary?rev=1365346299&amp;do=diff"/>
                <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/bugone:optiboot?rev=1390752924&amp;do=diff"/>
                <rdf:li rdf:resource="http://dwb.ilhost.fr/doku.php/bugone:programmingfuses?rev=1322398977&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/bugone:software?rev=1336341344&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:enc28j60?rev=1377726797&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-08-28T23:53:17+02:00</dc:date>
        <title>bugone:enc28j60</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:glossary?rev=1365346299&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-07T16:51:39+02:00</dc:date>
        <title>bugone:glossary</title>
        <link>http://dwb.ilhost.fr/doku.php/bugone:glossary?rev=1365346299&amp;do=diff</link>
        <description>A board implementing the bugone protocol. The current version is made with an AVR atmega168 and a rfm12 radio chip.

A board providing access to a bugnet

A set of node operating in the same frequency range and interacting together.

provide access to a bugnet. it doesn't implement the bugnet protocol. It's up to the host the sniffer is connected to to implement it.</description>
    </item>
    <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>
        <title>bugone:hardware</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/bugone:optiboot?rev=1390752924&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-26T17:15:24+02:00</dc:date>
        <title>bugone:optiboot</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:programmingfuses?rev=1322398977&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-27T14:02:57+02:00</dc:date>
        <title>bugone:programmingfuses</title>
        <link>http://dwb.ilhost.fr/doku.php/bugone:programmingfuses?rev=1322398977&amp;do=diff</link>
        <description>bugOne optimal fuses configuration can be written using command:



make wrfuses</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>
        <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/bugone:software?rev=1336341344&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-06T23:55:44+02:00</dc:date>
        <title>bugone:software</title>
        <link>http://dwb.ilhost.fr/doku.php/bugone:software?rev=1336341344&amp;do=diff</link>
        <description>Each board is designed as a Node, identified by a number from 1 to 255 (0 is for broadcast).
Each node peripheral is called a Device, and is numbered from 0 to n (n being the number of peripheral - 1).


Node ID is written in controller's EEPROM. To define a node's id, use command:</description>
    </item>
</rdf:RDF>
