<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Driver for 1-Wire sensor bus]]></title><description><![CDATA[<p dir="auto">I would like to connect temperature sensors  <a href="https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/DS18B20.html" rel="nofollow">DS18B20</a> to the Onion Omega via <a href="https://en.m.wikipedia.org/wiki/1-Wire" rel="nofollow">1-Wire</a> interface.</p>
<p dir="auto">Does anyone know how to setup and configure it?</p>
]]></description><link>http://community.onion.io/topic/440/driver-for-1-wire-sensor-bus</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 04:23:27 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/440.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 Jan 2016 20:20:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 20 Jan 2016 00:03:18 GMT]]></title><description><![CDATA[<p dir="auto">I would like to connect temperature sensors  <a href="https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/DS18B20.html" rel="nofollow">DS18B20</a> to the Onion Omega via <a href="https://en.m.wikipedia.org/wiki/1-Wire" rel="nofollow">1-Wire</a> interface.</p>
<p dir="auto">Does anyone know how to setup and configure it?</p>
]]></description><link>http://community.onion.io/post/3399</link><guid isPermaLink="true">http://community.onion.io/post/3399</guid><dc:creator><![CDATA[Omega303]]></dc:creator><pubDate>Wed, 20 Jan 2016 00:03:18 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Sun, 17 Jan 2016 22:07:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/982">@Omega303</a> If you run the following command on your Omega:</p>
<ul>
<li><strong>opkg list | grep 1-wire</strong></li>
</ul>
<p dir="auto">You will see quite a few available packages for 1-wire access including some for temperature sensors.<br />
Additionally it would appear that there are several packages relating to using 1-wire with the <strong>OWFS</strong> file system - see <a href="http://owfs.org/" rel="nofollow">http://owfs.org/</a> and <a href="http://sourceforge.net/projects/owfs/" rel="nofollow">http://sourceforge.net/projects/owfs/</a> for information on <strong>OWFS</strong></p>
<p dir="auto">Some of this may be helpful to you</p>
]]></description><link>http://community.onion.io/post/3405</link><guid isPermaLink="true">http://community.onion.io/post/3405</guid><dc:creator><![CDATA[Kit Bishop]]></dc:creator><pubDate>Sun, 17 Jan 2016 22:07:38 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Mon, 18 Jan 2016 00:02:44 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/19">@Kit-Bishop</a> , I would love to use OWFS. But there seem to be no 1-wire related packages. <strong>opkg list</strong> returns nothing with 1-wire. (Omega Firmware 0.0.6 (b266))</p>
<p dir="auto">Shoud I expect this packages in the default firmware? Or can I add some missing packages via <strong>opkg install &lt;package&gt;</strong></p>
<p dir="auto">What would be the correct package names? And which GPIO pin would be the data wire?</p>
]]></description><link>http://community.onion.io/post/3409</link><guid isPermaLink="true">http://community.onion.io/post/3409</guid><dc:creator><![CDATA[Omega303]]></dc:creator><pubDate>Mon, 18 Jan 2016 00:02:44 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Mon, 18 Jan 2016 01:12:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/982">@Omega303</a> Before running <strong>opkg list</strong> did you run <strong>opkg update</strong>?<br />
This is needed for the Omega to get an up to date list of available packages.  It should always been run after any system update.  Doing so, I see 17 packages as listed in this file: <a href="/uploads/files/1453079523474-1-wire-packages.txt">1-wire-packages.txt</a></p>
]]></description><link>http://community.onion.io/post/3419</link><guid isPermaLink="true">http://community.onion.io/post/3419</guid><dc:creator><![CDATA[Kit Bishop]]></dc:creator><pubDate>Mon, 18 Jan 2016 01:12:15 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 20 Jan 2016 00:03:59 GMT]]></title><description><![CDATA[<p dir="auto">Yes thanks <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/19">@Kit-Bishop</a>  - <strong>opkg update</strong> revealed the w1-packages. And  <strong>kmod-w1-gpio-custom</strong> looks promising.  Unfortunatelly the dependencies can not be satisfied, since <strong>w1</strong> packages require kernel 3.18.20 but the Omega already has kernel 3.18.23 after the update. Where can I adjust the dependencies? (The option --force-depends did not work and led to further issues.)</p>
]]></description><link>http://community.onion.io/post/3493</link><guid isPermaLink="true">http://community.onion.io/post/3493</guid><dc:creator><![CDATA[Omega303]]></dc:creator><pubDate>Wed, 20 Jan 2016 00:03:59 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 20 Jan 2016 14:10:25 GMT]]></title><description><![CDATA[<p dir="auto">Anyone have any luck with 1-wire interface yet?<br />
I use DS18B20 sensors with arduino. I need sensors rated for up to 100C for my brewery project, so DHT11 or DHT22 are not an option. I would like to eventually run everything from the onion without an arduino dock.</p>
]]></description><link>http://community.onion.io/post/3509</link><guid isPermaLink="true">http://community.onion.io/post/3509</guid><dc:creator><![CDATA[Jonathan Miller]]></dc:creator><pubDate>Wed, 20 Jan 2016 14:10:25 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 20 Jan 2016 21:03:31 GMT]]></title><description><![CDATA[<p dir="auto">Looks good - a friend of mine got the 1-wire interface up and running with the onion omega. But he had to compile the firmware all from scratch.</p>
<p dir="auto">I would rather like to stick with the original distro. But a dependency issue keeps me from installing the required package <strong>kmod-w1-gpio-custom</strong></p>
<pre><code>opkg -A depends kmod-w1-gpio-custom
</code></pre>
<p dir="auto">kmod-w1-gpio-custom depends on:<br />
kernel (= 3.18.20-1-7bed08fa9c06eb8089e82c200340ec66)<br />
kmod-w1<br />
kmod-w1-master-gpio</p>
<p dir="auto">But checking the kernel</p>
<pre><code>opkg info kernel
</code></pre>
<ul>
<li>Package: kernel</li>
<li>Version: 3.18.23-1-65008811ac4622ed020e0bf6384ece5a</li>
</ul>
<p dir="auto">tells that the package requires an older kernel or the package dependencies need to be adjusted. Does anyone know how to get the package <strong>kmod-w1-gpio-custom</strong> installed?</p>
]]></description><link>http://community.onion.io/post/3525</link><guid isPermaLink="true">http://community.onion.io/post/3525</guid><dc:creator><![CDATA[Omega303]]></dc:creator><pubDate>Wed, 20 Jan 2016 21:03:31 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 20 Jan 2016 23:39:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/982">@Omega303</a> I can include it in the Omega firmware: gimme about an hour <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
<p dir="auto"><strong>EDIT:</strong> yikes, the openwrt build is having some issues. I'll try to resolve it tonight but it might have to wait until tmrw.</p>
]]></description><link>http://community.onion.io/post/3530</link><guid isPermaLink="true">http://community.onion.io/post/3530</guid><dc:creator><![CDATA[Lazar Demin]]></dc:creator><pubDate>Wed, 20 Jan 2016 23:39:42 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 20 Jan 2016 23:46:44 GMT]]></title><description><![CDATA[<p dir="auto">Thanks so much <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/95">@Lazar-Demin</a> for looking into it. I really appreciate your efforts.</p>
]]></description><link>http://community.onion.io/post/3548</link><guid isPermaLink="true">http://community.onion.io/post/3548</guid><dc:creator><![CDATA[Omega303]]></dc:creator><pubDate>Wed, 20 Jan 2016 23:46:44 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Thu, 21 Jan 2016 22:26:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/982">@Omega303</a> <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/80">@Jonathan-Miller</a> <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/19">@Kit-Bishop</a><br />
Ok, I've sorted out the build issue.</p>
<p dir="auto">Run <code>oupgrade -l -f</code> to pickup <code>b269</code>, it includes the following kernel modules:</p>
<ul>
<li><code>kmod-w1</code></li>
<li><code>kmod-w1-gpio-custom</code></li>
<li><code>kmod-w1-master-gpio</code></li>
</ul>
<p dir="auto">Let us know how it goes!</p>
]]></description><link>http://community.onion.io/post/3579</link><guid isPermaLink="true">http://community.onion.io/post/3579</guid><dc:creator><![CDATA[Lazar Demin]]></dc:creator><pubDate>Thu, 21 Jan 2016 22:26:16 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Fri, 22 Jan 2016 00:27:59 GMT]]></title><description><![CDATA[<p dir="auto">Really great, thanks <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/95">@Lazar-Demin</a> the upgrade went well <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f44c.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--ok_hand" title=":ok_hand:" alt="👌" /><br />
The 1-wire interface seems to be initialized on the onion. But - shame on me - I missed the actual driver for the thermal sensors. The driver is included in <strong>kmod-w1-slave-therm</strong><br />
Could you add this package possibly?</p>
]]></description><link>http://community.onion.io/post/3582</link><guid isPermaLink="true">http://community.onion.io/post/3582</guid><dc:creator><![CDATA[Omega303]]></dc:creator><pubDate>Fri, 22 Jan 2016 00:27:59 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Mon, 25 Jan 2016 19:01:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/982">@Omega303</a> no prob, its added in <code>b270</code></p>
]]></description><link>http://community.onion.io/post/3662</link><guid isPermaLink="true">http://community.onion.io/post/3662</guid><dc:creator><![CDATA[Lazar Demin]]></dc:creator><pubDate>Mon, 25 Jan 2016 19:01:30 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Tue, 26 Jan 2016 05:17:08 GMT]]></title><description><![CDATA[<p dir="auto">Newbie here -</p>
<p dir="auto">I have a Gikfun DS18B20  sensor similar to the above (<a href="http://www.amazon.ca/gp/product/B012C597T0" rel="nofollow">http://www.amazon.ca/gp/product/B012C597T0</a>) -- I wired it like so: <a href="http://monosnap.com/image/HSxZm5p6mUS8iF5uvhtqgJxtScR7te" rel="nofollow">http://monosnap.com/image/HSxZm5p6mUS8iF5uvhtqgJxtScR7te</a></p>
<p dir="auto">From what I can tell I have the latest firmwire cited above:</p>
<p dir="auto">Firmware	0.0.6 (b270)<br />
Latest Firmware	0.0.6 (b266)</p>
<p dir="auto">My understanding is I need to figure out how to compile this: <a href="https://github.com/milesburton/Arduino-Temperature-Control-Library" rel="nofollow">https://github.com/milesburton/Arduino-Temperature-Control-Library</a></p>
<p dir="auto">Any tips to get this compiled and get a reading? Or is there anyway to use the fast-gpio tool from onion?</p>
]]></description><link>http://community.onion.io/post/3676</link><guid isPermaLink="true">http://community.onion.io/post/3676</guid><dc:creator><![CDATA[Nathan Bertram]]></dc:creator><pubDate>Tue, 26 Jan 2016 05:17:08 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Tue, 26 Jan 2016 18:13:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/982">@Omega303</a>  what did you do to read with  kmod-w1-gpio-custom?</p>
]]></description><link>http://community.onion.io/post/3694</link><guid isPermaLink="true">http://community.onion.io/post/3694</guid><dc:creator><![CDATA[Nathan Bertram]]></dc:creator><pubDate>Tue, 26 Jan 2016 18:13:37 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Tue, 26 Jan 2016 23:14:40 GMT]]></title><description><![CDATA[<p dir="auto">Started to follow <a href="http://squidge.sourceforge.net/w1/" rel="nofollow">http://squidge.sourceforge.net/w1/</a> but I don't see a file named /etc/modules.d/&lt;load sequence&gt;-w1-gpio-custom to configure which pin is being used?</p>
<p dir="auto">Also, tried reading with fast-gpio but I'm just getting a reading on 0 - should I expect a reading from this?</p>
]]></description><link>http://community.onion.io/post/3695</link><guid isPermaLink="true">http://community.onion.io/post/3695</guid><dc:creator><![CDATA[Nathan Bertram]]></dc:creator><pubDate>Tue, 26 Jan 2016 23:14:40 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 27 Jan 2016 00:10:35 GMT]]></title><description><![CDATA[<p dir="auto"><img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--white_check_mark" title=":white_check_mark:" alt="✅" /> <strong>SUCCESS</strong> Thanks <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/95">@Lazar-Demin</a> - for getting the packages for 1-Wire interface into the Omega firmware.  <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f603.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--smiley" title=":smiley:" alt="😃" /> 21.875°C is the first temperature I read from a DS18B20 via Onion Omega. I am putting together a tutorial to document the steps needed to get the 1-Wire interface up and running. What is your preferred format? Is markdown sufficient?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/463">@Nathan-Bertram</a> : You need the kmod-w1-gpio-custom to tell the 1-Wire interface to which GPIO pin you connect your data wire. Thats done by creating a file at</p>
<ul>
<li>/etc/modules.d/55-w1-gpio-custom</li>
</ul>
<p dir="auto">containing only one line:</p>
<pre><code>  w1-gpio-custom bus0=0,19,0
</code></pre>
<p dir="auto">where 19 is GPIO pin (<em>replace that number by the pin your sensor is connect to</em>)</p>
]]></description><link>http://community.onion.io/post/3698</link><guid isPermaLink="true">http://community.onion.io/post/3698</guid><dc:creator><![CDATA[Omega303]]></dc:creator><pubDate>Wed, 27 Jan 2016 00:10:35 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 27 Jan 2016 00:18:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/463">@Nathan-Bertram</a> If the 1-Wire interface is set up and a device connected you can read by</p>
<pre><code> cat /sys/devices/w1_bus_master1/28-01234567890a/w1_slave
</code></pre>
<p dir="auto">where <em>28-01234567890a</em>  is the sensor id. This file only exists if all modules loaded correctly and an device is connected.</p>
]]></description><link>http://community.onion.io/post/3699</link><guid isPermaLink="true">http://community.onion.io/post/3699</guid><dc:creator><![CDATA[Omega303]]></dc:creator><pubDate>Wed, 27 Jan 2016 00:18:01 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 27 Jan 2016 04:23:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/982">@Omega303</a> ok sweet - I got the w1 running it seems thank you! The sensor id folders keep changing with no w1_slave file present (which I assume means it keeps trying to detect my sensor but isn't getting data from pin 0 as I configured it.  Do I need to put a resistor  or does my current setup look correct  (5V red, GND black and yellow pin 0) <a href="http://monosnap.com/image/HSxZm5p6mUS8iF5uvhtqgJxtScR7te" rel="nofollow">http://monosnap.com/image/HSxZm5p6mUS8iF5uvhtqgJxtScR7te</a> ? (I checked the current I'm getting 5v which means I didn't totally botch the soldering job)</p>
<pre><code>root@Omega-088F:/sys/devices/w1_bus_master1# cat /etc/modules.d/55-w1-gpio-custom
w1-gpio-custom bus0=0,0,0

root@Omega-088F:/sys/devices/w1_bus_master1# ls -la /sys/devices/w1_bus_master1
drwxr-xr-x    4 root     root             0 Jan 27 03:47 .
drwxr-xr-x    6 root     root             0 Jan  1  1970 ..
drwxr-xr-x    2 root     root             0 Jan 27 04:03 00-280000000000
drwxr-xr-x    2 root     root             0 Jan 27 04:03 00-c80000000000
lrwxrwxrwx    1 root     root             0 Jan 27 03:47 driver -&gt; ../../bus/w1/drivers/w1_master_driver
lrwxrwxrwx    1 root     root             0 Jan 27 03:47 subsystem -&gt; ../../bus/w1
-rw-r--r--    1 root     root          4096 Jan 27 03:47 uevent
-rw-rw-r--    1 root     root          4096 Jan 27 03:47 w1_master_add
-r--r--r--    1 root     root          4096 Jan 27 03:47 w1_master_attempts
-rw-rw-r--    1 root     root          4096 Jan 27 03:47 w1_master_max_slave_count
-r--r--r--    1 root     root          4096 Jan 27 03:47 w1_master_name
-r--r--r--    1 root     root          4096 Jan 27 03:47 w1_master_pointer
-rw-rw-r--    1 root     root          4096 Jan 27 03:47 w1_master_pullup
-rw-rw-r--    1 root     root          4096 Jan 27 03:47 w1_master_remove
-rw-rw-r--    1 root     root          4096 Jan 27 03:47 w1_master_search
-r--r--r--    1 root     root          4096 Jan 27 03:47 w1_master_slave_count
-r--r--r--    1 root     root          4096 Jan 27 03:47 w1_master_slaves
-r--r--r--    1 root     root          4096 Jan 27 03:47 w1_master_timeout</code></pre>
]]></description><link>http://community.onion.io/post/3702</link><guid isPermaLink="true">http://community.onion.io/post/3702</guid><dc:creator><![CDATA[Nathan Bertram]]></dc:creator><pubDate>Wed, 27 Jan 2016 04:23:58 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 27 Jan 2016 17:41:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/982">@Omega303</a> that's awesome! yeah, markdown would be great. let me know when it's ready and we can throw it into the Onion wiki.</p>
<p dir="auto">Or you can make a push request to the wiki repo directly: <a href="https://github.com/OnionIoT/wiki" rel="nofollow">https://github.com/OnionIoT/wiki</a></p>
]]></description><link>http://community.onion.io/post/3714</link><guid isPermaLink="true">http://community.onion.io/post/3714</guid><dc:creator><![CDATA[Lazar Demin]]></dc:creator><pubDate>Wed, 27 Jan 2016 17:41:49 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 27 Jan 2016 17:45:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/95">@Lazar-Demin</a> said:</p>
<blockquote>
<p dir="auto"><a href="https://github.com/OnionIoT/wiki" rel="nofollow">https://github.com/OnionIoT/wiki</a></p>
</blockquote>
<p dir="auto">Hello,<br />
Is there a way how to check this ? I mean using a temperature sensor.<br />
I've been reading this post, and none of the folders / file exists on my Onion.<br />
Just updated to the latest version.<br />
Thanks,<br />
Miguel</p>
]]></description><link>http://community.onion.io/post/3716</link><guid isPermaLink="true">http://community.onion.io/post/3716</guid><dc:creator><![CDATA[Miguel Peredo]]></dc:creator><pubDate>Wed, 27 Jan 2016 17:45:07 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 27 Jan 2016 17:59:26 GMT]]></title><description><![CDATA[<p dir="auto">Hi for example I've this:</p>
<p dir="auto">root@Omega-276D:/etc/modules.d# ls <em>gpio</em></p>
<p dir="auto">30-gpio-button-hotplug  58-i2c-gpio-custom      spi-gpio<br />
30-gpio-irq             59-i2c-gpio             w1-master-gpio<br />
50-ledtrig-gpio         60-leds-gpio</p>
<p dir="auto">Which one should I use ?<br />
Thanks,<br />
Miguel</p>
]]></description><link>http://community.onion.io/post/3717</link><guid isPermaLink="true">http://community.onion.io/post/3717</guid><dc:creator><![CDATA[Miguel Peredo]]></dc:creator><pubDate>Wed, 27 Jan 2016 17:59:26 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 27 Jan 2016 20:54:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/997">@Miguel-Peredo</a> it looks like <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/982">@Omega303</a> is still in the process of putting together a guide <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /></p>
<p dir="auto">What <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/982">@Omega303</a> mentioned above is you do following steps to get the 1 wire running:</p>
<ol>
<li>
<p dir="auto">Upgrade your firmwire to the latest (via the gui under settings is easiest)</p>
</li>
<li></li>
</ol>
<p dir="auto">touch /etc/modules.d/55-w1-gpio-custom<br />
vi /etc/modules.d/55-w1-gpio-custom</p>
<p dir="auto">Then add this one line (replace 19 with the pin # you want to use):<br />
w1-gpio-custom bus0=0,19,0</p>
<ol>
<li>Restart your onion. Then you should see contents in /sys/devices/w1_bus_master1/* now ... if your device is plugged in then there should be a file reading /sys/devices/w1_bus_master1/28-DEVICEID/w1_slave  (28-DEVICEID where * is the id of your device)</li>
</ol>
<p dir="auto">I'm currently not getting a read from #3 - so that's where I'm stumped (any advice with the comments above?) <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--disappointed" title=":(" alt="😞" /> but at least I know w1 is running.</p>
]]></description><link>http://community.onion.io/post/3725</link><guid isPermaLink="true">http://community.onion.io/post/3725</guid><dc:creator><![CDATA[Nathan Bertram]]></dc:creator><pubDate>Wed, 27 Jan 2016 20:54:47 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 27 Jan 2016 20:57:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/463">@Nathan-Bertram</a> Although I found a <a href="https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf" rel="nofollow">DS18B20 spec</a> telling the sensor can be driven from 3.0 to 5.5 Volts, I recommend the 3.3 V instead of 5V. But more important is to insert a 4.7 kOhm resistor between data pin and GPIO. I think the missing resistor disables proper communication. The sensor id needs to remain the same - it is the hardware address for the 1-wire master to request data. Here is how I connected the sensor: <img src="/uploads/files/1453928234490-ds18b20_small.png" alt="DS18B20_small.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://community.onion.io/post/3726</link><guid isPermaLink="true">http://community.onion.io/post/3726</guid><dc:creator><![CDATA[Omega303]]></dc:creator><pubDate>Wed, 27 Jan 2016 20:57:18 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Wed, 27 Jan 2016 21:05:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/982">@Omega303</a> ah... I tried hooking up a a 4.7k resistor last night but obviously read the diagram incorrectly:  <a href="http://monosnap.com/image/ideZC9zI136vSFrAo9LC2747TTcqio" rel="nofollow">http://monosnap.com/image/ideZC9zI136vSFrAo9LC2747TTcqio</a> not sure what i was thinking LOL -- I'll try again tonight and let you know how it goes. Thank you!</p>
]]></description><link>http://community.onion.io/post/3727</link><guid isPermaLink="true">http://community.onion.io/post/3727</guid><dc:creator><![CDATA[Nathan Bertram]]></dc:creator><pubDate>Wed, 27 Jan 2016 21:05:04 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Thu, 28 Jan 2016 01:00:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
The electronics (diagram) in my case is OK. The issue is that I do not have /etc/modules.d/55 p.....</p>
<p dir="auto">I have listed in a previous post all modules I have with gpio.</p>
<p dir="auto">Any suggestions ?<br />
Thx,</p>
]]></description><link>http://community.onion.io/post/3736</link><guid isPermaLink="true">http://community.onion.io/post/3736</guid><dc:creator><![CDATA[Miguel Peredo]]></dc:creator><pubDate>Thu, 28 Jan 2016 01:00:08 GMT</pubDate></item><item><title><![CDATA[Reply to Driver for 1-Wire sensor bus on Thu, 28 Jan 2016 01:24:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/902">@Miguel-Corteguera</a> you'll need to create the file (touch) then insert the line with the correct pin # as instructed above</p>
]]></description><link>http://community.onion.io/post/3737</link><guid isPermaLink="true">http://community.onion.io/post/3737</guid><dc:creator><![CDATA[Nathan Bertram]]></dc:creator><pubDate>Thu, 28 Jan 2016 01:24:27 GMT</pubDate></item></channel></rss>