Re: [Owfs-developers] pseudo-bus serial bridge

2014-02-11 Thread Stuart Poulton
I go. On 2/10/2014 06:47, Stuart Poulton wrote: To be fair, I would have thought this was the ideal application for http://owfs.org/index.php?page=external-sensor-design Not sure where Paul is with support etc, if it even exits. I believe that what you are trying to achieve (small wireless

Re: [Owfs-developers] pseudo-bus serial bridge

2014-02-11 Thread Stuart Poulton
just an order of operations and code duplication issue ... not to mention having to work out all the XBee API syntax. OTAMP would be nice though ... Colin On Tue, Feb 11, 2014 at 5:35 AM, Stuart Poulton webw...@gmail.com wrote: Hi Eloy, Time for a little self promotion

Re: [Owfs-developers] pseudo-bus serial bridge

2014-02-11 Thread Stuart Poulton
Colin, The FTDI bridge works the same as on an arduino, it's use for programming, or for sending serial data from a running sketch to the PC. Stuart On 11 Feb 2014, at 19:47, Colin Reese wrote: I believe the USB is really just a combination of the FTDI/USB adapter and the Moteino. The

Re: [Owfs-developers] pseudo-bus serial bridge

2014-02-10 Thread Stuart Poulton
Colin, Is the use of a Raspberry Pi / Beaglebone completely out of the question ? Stuart -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.

Re: [Owfs-developers] pseudo-bus serial bridge

2014-02-10 Thread Stuart Poulton
a PS. Think about having a sensor gateway at one point with remote modules in each room. It would be crazy to have a Pi in each room. Ideally the remotes could be battery powered. On Feb 10, 2014, at 6:20, Stuart Poulton webw...@gmail.com wrote: Colin, Is the use of a Raspberry Pi

Re: [Owfs-developers] pseudo-bus serial bridge

2014-02-10 Thread Stuart Poulton
To be fair, I would have thought this was the ideal application for http://owfs.org/index.php?page=external-sensor-design Not sure where Paul is with support etc, if it even exits. On 10/02/14 14:36, Colin Reese wrote: Silly me; atmega328 has i2c. I can use the 2483, but need to get data

Re: [Owfs-developers] pseudo-bus serial bridge

2014-02-10 Thread Stuart Poulton
go. On 2/10/2014 06:47, Stuart Poulton wrote: To be fair, I would have thought this was the ideal application for http://owfs.org/index.php?page=external-sensor-design Not sure where Paul is with support etc, if it even exits. On 10/02/14 14:36, Colin Reese wrote: Silly me; atmega328 has

Re: [Owfs-developers] 1wireless

2014-01-02 Thread Stuart Poulton
A couple of questions 1 - How are you going to handle sleeping nodes, OWFS by its nature polls the 1-wire bus. 2 - You may want to consider sample frequencies, obvious I know the faster you sample, the shorter the battery life. Based on my own work with a combined atmega328 and RF module, and

Re: [Owfs-developers] 1wireless

2013-12-26 Thread Stuart Poulton
to be everywhere these days. C On Thu, Dec 26, 2013 at 11:51 AM, Stuart Poulton webw...@gmail.com wrote: I've just documented my initial adventures into wireless sensor developments, not using 1-wire based sensor yet but no reason why it couldn't. http://go.je/1ab Cheers Stuart

Re: [Owfs-developers] DS2483 and raspberry

2012-11-05 Thread Stuart Poulton
On 05/11/12 02:30, Paul Alfille wrote: Ok, after some work, I think I have rudimentary support for the DS2483 in the next release. 1. There are 4 i2c adaptors, the DS2482-100 DS2482-101 DS2482-800 and the DS2483. 2. The DS2482-100 and DS2482-101 seem to be indistinguishable via software

Re: [Owfs-developers] DS2483 and DS2482-100

2012-07-07 Thread Stuart Poulton
Robert, I've had DS2483, DS2483-100, and DS2482-800 all working on my Pi, details in various blog posts here http://raspberrypi.homelabs.org.uk/ I've had everything running at 3.3v includingDS18B20's Stuart On 7 Jul 2012, at 11:15, Robert Conway wrote: Hi, I have finally got around to

Re: [Owfs-developers] DS2483 and owfs

2012-06-11 Thread Stuart Poulton
David, I've seen no information that the gpio pins are 5v tolerant in any way. This is however where the DS2483 comes into it's own over the DS2482. It is possible to power the 1-wire side from 5v, and the i2c from 3.3v in effect it has an inbuilt level convertor See:

Re: [Owfs-developers] RaspberryPI i2c OWFS

2012-06-08 Thread Stuart Poulton
David, The DS2483 is an sot-6 package. There are no SOT pads on the slice of Pi, so this may make things a little difficult. Stuart On 5 Jun 2012, at 13:54, David Richards -Gmail- wrote: Greetings, I too am hoping to use my Rapberry pi together with an i2c owfs interface. I have used the

Re: [Owfs-developers] RaspberryPI i2c OWFS

2012-06-05 Thread Stuart Poulton
Scientific ph, ORP modules Rob -Original Message- From: Chris Boot [mailto:bo...@bootc.net] Sent: Sunday, 20 May 2012 7:55 AM To: OWFS (One-wire file system) discussion and help Subject: Re: [Owfs-developers] RaspberryPI i2c OWFS On 19/05/2012 22:24, Stuart Poulton wrote: Update

Re: [Owfs-developers] RaspberryPI i2c OWFS

2012-06-05 Thread Stuart Poulton
Chris, Thanks, don't you love autocomplete. Stuart On Jun 5, 2012 1:02 PM, Chris Boot bo...@bootc.net wrote: Stuart, I think you mean http://raspberrypi.homelabs.org.uk/ :-) HTH, Chris On 5 Jun 2012, at 12:59, Stuart Poulton webw...@gmail.com wrote: Rob, Take a look at my blog. http

Re: [Owfs-developers] RaspberryPI i2c OWFS

2012-05-31 Thread Stuart Poulton
Nothing new to report, however I'd welcome any additional feedback on Pi-Wire, my 1-wire expansion board for the RaspberryPi. Some comments on my blog here: http://raspberrypi.homelabs.org.uk/raspberrypi-1-wire-expansion/ Comments / suggestions to the list, or on the blog please.

Re: [Owfs-developers] Release 2.8p15

2012-05-20 Thread Stuart Poulton
Paul, More than happy to test DS2483 support as soon as it's available. Stuart On 21/05/12 02:58, Paul Alfille wrote: Not included (but planned) 1. New EDS ethernet hub support (OW_SERVER-ENET-2) Inexpensive and has 3 addressable channels 2. DS2483 support 3. More HobbyBoards Moister

Re: [Owfs-developers] RaspberryPI i2c OWFS

2012-05-19 Thread Stuart Poulton
The DS2483 has much more possibilities like the DS2480/2490 which arent used in owfs right now like timing on speed, slewrate etc; I'll ge mine ready next week and then be with you; But this chip also needs to be used the right way, interfaced like an DS2482 it won't get any better IMHO..

Re: [Owfs-developers] RaspberryPI i2c OWFS

2012-05-19 Thread Stuart Poulton
Update for the evening Thanks to great further work by Chris Boot (who I believe is on this list) there is now an i2c driver using the i2c hardware on the RaspberryPi rather than bitbanging the GPIO pin. Again, all three i2c 1-wire masters are found. Results for a DS18B20 connected to

Re: [Owfs-developers] RaspberryPI i2c OWFS

2012-05-19 Thread Stuart Poulton
On 19 May 2012, at 22:31, Patryk wrote: Dnia 19.05.2012 o 23:24 Stuart Poulton webw...@gmail.com Stuart Poulton webw...@gmail.com napisał(a): Do you think it's possible to connect more than one DS2483 to the same i2c bus? Other masters have lines to select address. No, in my initial

Re: [Owfs-developers] RaspberryPI i2c OWFS

2012-05-18 Thread Stuart Poulton
/settings /system /statistics /structure /simultaneous /alarm On 17 May 2012, at 22:16, Patryk wrote: Dnia 17.05.2012 o 23:05 Stuart Poulton webw...@gmail.com Stuart Poulton webw...@gmail.com napisał(a): Success, I have OWFS working on a RaspberryPi talking to both an DS2482-100

Re: [Owfs-developers] RaspberryPI i2c OWFS

2012-05-18 Thread Stuart Poulton
PM, Stuart Poulton webw...@gmail.com wrote: Hi, Ok, here goes root@berry:~# time /opt/owfs/bin/owread /uncached/28.5B8A5703/temperature 21 real0m4.684s user0m0.010s sys 0m0.000s root@berry:~# time /opt/owfs/bin/owread /uncached/28.5B8A5703/temperature

[Owfs-developers] RaspberryPI i2c OWFS

2012-05-17 Thread Stuart Poulton
Dear All, Success, I have OWFS working on a RaspberryPi talking to both an DS2482-100, and DS2482-800. Full details can be found on my blog: http://go.je/iire This means that I can now look to finalise details of the Pi-Wire breakout boards described here http://go.je/18v I'll also be

Re: [Owfs-developers] usb-i2c-1wire tutorial

2012-04-23 Thread Stuart Poulton
Is there anything that could be done to improve the driving capability of the i2c devices ? Out of interest is the DS2482-100 any better, it would of course be possible have multiple ones of these on the same i2c bus. Stuart On 23/04/12 11:50, Achim Scheidl wrote: Don't forget, that the I²C

Re: [Owfs-developers] RaspberryPI It's Here!

2012-04-19 Thread Stuart Poulton
On 19 Apr 2012, at 12:23, Patryk wrote: Dnia 19.04.2012 o 12:58 Ivan Lisenkov i...@ivlis.com Ivan Lisenkov i...@ivlis.com napisał(a): I'm extreemply happy to hear this. I'm still waiting my Pi to be delivered. Has anybody tried to connect i2c adapter on this board?

Re: [Owfs-developers] RaspberryPI It's Here!

2012-04-19 Thread Stuart Poulton
And another one http://www.element14.com/community/message/49764#49764 So I think we should see some kernel driver soon. Yes, there is already i2c example code for talking directly to devices. Stuart -- For

[Owfs-developers] RaspberryPI It's Here!

2012-04-18 Thread Stuart Poulton
Hi Guys, Took delivery of my RaspberryPI yesterday. Initial findings here on hardware here with a view to supporting OWFS http://raspberrypi.homelabs.org.uk/the-adventure-begins/ I'd welcome any advice on getting OWFS built, I'm using the debian squeeze image from the RaspberryPI foundation.

Re: [Owfs-developers] usb-i2c-1wire

2012-04-18 Thread Stuart Poulton
Great work. This was on my 'todo' list. Does it just appear as an i2c device to linux ? Stuart On 18 Apr 2012, at 10:06, Patryk wrote: Hello As I previously said I was trying to build USB 1-wire adapter. Today I managed to get it working on a breadboard. The main advantage is that it's

Re: [Owfs-developers] RaspberryPI It's Here!

2012-04-18 Thread Stuart Poulton
On 18 Apr 2012, at 19:41, Patryk wrote: Dnia 18.04.2012 o 20:10 Stuart Poulton webw...@gmail.com Stuart Poulton webw...@gmail.com napisał(a): Hi Guys, Took delivery of my RaspberryPI yesterday. Initial findings here on hardware here with a view to supporting OWFS http

Re: [Owfs-developers] RaspberryPI It's Here!

2012-04-18 Thread Stuart Poulton
Ok. Great news, I can confirm that OWFS with a USB DS9490 bus master does indeed work pi@raspberrypi:~$ sudo /opt/owfs/bin/owserver -u pi@raspberrypi:~$ sudo /opt/owfs/bin/owhttpd -s 81.187.132.27 -p pi@raspberrypi:~$ /opt/owfs/bin/owdir /28.52DE9900 /81.BA412400 /bus.0 /uncached

Re: [Owfs-developers] usb-i2c-1wire

2012-04-18 Thread Stuart Poulton
Yes but You have to compile osif module and load it and also load i2c-dev and then it's in /dev/i2c-X The slower i2c-tiny-usb is already in the kernel and load automatically but still you have to load i2c-dev. But i2c-tiny-usb is too slow for DS2482-800 I will try to write a step by step

Re: [Owfs-developers] owfs and raspberry pi

2012-03-01 Thread Stuart Poulton
If you've been able to order, and have a delivery date, could you please add details to the shipping wiki page ? http://elinux.org/RPi_Shipping Thanks Stuart On 1 Mar 2012, at 20:18, Pascal Baerten wrote: I have ordered one on Farnell. Expecting delivrery on week 11. (before March 18) Of

Re: [Owfs-developers] raspberry Pi and 1-wire

2012-02-17 Thread Stuart Poulton
I've started to wonder about other improvements in mounting / housing the Rpi http://go.je/191 I've now got samples of DS2483R's which look like a great way to provide a low component count 1-wire adaptor. Thoughts about 1-wire RPi welcome please. Stuart

Re: [Owfs-developers] DS2483 and owfs

2012-01-25 Thread Stuart Poulton
for connecting 1-wire bus to it. Probably the easiest(apart from GPIO) way is to use I2C devices. The only problem is that Raspi uses 3.3V I2C but Stuart Poulton published designs with few transistors that handle the different levels http://raspberrypi.homelabs.org.uk/raspberrypi-1-wire-expansion

Re: [Owfs-developers] Wireless Support

2011-10-19 Thread Stuart Poulton
On 19/10/11 13:20, Silvano Gai wrote: On 10/18/11 8:42 AM, Paul Alfille wrote: Tell me more about how you envision using the Xbee devices. Are you looking to have an owfs-like directory of Xbee devices, with properties represented as files? YES I am installing a large setup of 1wire

Re: [Owfs-developers] Wireless Support

2011-10-19 Thread Stuart Poulton
On 19/10/11 13:43, Roberto Spadim wrote: uhm... a high cost solution could be a arm system running linux and ds2480b at usart port or usb port, and a wifi connection Well, high cost, high power. And perhaps somewhat complex, especially if required for multiple locations.

[Owfs-developers] Linux USB i2c adaptor

2010-05-18 Thread Stuart Poulton
Hi Guys, Has anyone got recommendations for a USB to i2c adaptor that works under linux, I'd like to use this with OWFS a DS2482-800. Preferably something based around FTDI chipsets. Cheers Stuart --

Re: [Owfs-developers] Linux USB i2c adaptor

2010-05-18 Thread Stuart Poulton
be very easy. (A day or two). I could envision a USB device based on this with a DS2482-800 chip driving several powered 1-wire channels. Even a mix of RJ45, RJ11, screw-down and a local channel with a device like temperature on the board. Paul Alfille On Tue, May 18, 2010 at 3:27 AM, Stuart

Re: [Owfs-developers] Linux USB i2c adaptor

2010-05-18 Thread Stuart Poulton
://www.paintyourdragon.com/?p=43 For instance, NSLU2 is a good low power alternative with native i2c. http://ymoona.com/wiki/index.php/I2C_on_a_NSLU2 Pascal www.brain4home.eu to subscribe, send a mail to list-subscr...@brain4home.eu 2010/5/18 Stuart Poulton webw...@gmail.com Paul, I'd

Re: [Owfs-developers] OWFS Squidge

2008-12-31 Thread Stuart Poulton
Hello! **Said humorously** Have you? **Serious mode back.** All kidding aside, I believe these platforms target the European market (and maybe Asia.) so they may not be imported to this country. The one selling point for me is that the developer chose to use Slackware-12.1 (now

Re: [Owfs-developers] Putting non 1-wire date into OWFS

2008-12-02 Thread Stuart Poulton
I think for this project it's going be be easiest to simply emulate an network connected device, I guess an LinkE is the ideal candidate ? Has anyone done this in the past ? Cheers Stuart On 26 Nov 2008, at 09:14, Stuart Poulton wrote: Ok, a few more details... The device I'm interested

Re: [Owfs-developers] Putting non 1-wire date into OWFS

2008-11-26 Thread Stuart Poulton
direction ? Or python for that matter ;) Cheers Stuart On Wed, 2008-11-19 at 12:45 +, Stuart Poulton wrote:  Hi Paul, Data arrives from a serial device every x seconds, I've got the perl to do this already. We can of course within the perl allocate an unique ID. It's

[Owfs-developers] Putting non 1-wire date into OWFS

2008-11-19 Thread Stuart Poulton
I'm pretty sure this has been covered in the past. But here goes. I'd like to be able to include data from a non owfs source in owfs, can this be done ? Perhaps by the creation of a new device family ? I'm currently reading data from the device using perl, it's two simple parameters of current

Re: [Owfs-developers] Putting non 1-wire date into OWFS

2008-11-19 Thread Stuart Poulton
On Wed, Nov 19, 2008 at 5:42 AM, Stuart Poulton [EMAIL PROTECTED] wrote: I'm pretty sure this has been covered in the past. But here goes. I'd like to be able to include data from a non owfs source in owfs, can this be done ? Perhaps

Re: [Owfs-developers] Branches, hubs, and multiple master

2008-09-02 Thread Stuart Poulton
that process. I.e. given a device name, find it and report it's path. We could implement it (the information is held internally) but I didn't know if there was a need. Does this clarify at all? Paul Alfille On Tue, Sep 2, 2008 at 6:34 AM, Stuart Poulton [EMAIL PROTECTED] wrote: Thanks Paul

[Owfs-developers] Branches, hubs, and multiple master

2008-09-01 Thread Stuart Poulton
Hi. I've not looked to well at the docs, but in a system with multiple master, a hub, or even an DS2482-800 is it possible to see which adaptor / port a device is connected to, and hence build a tree type view of the 1-wire net ? Cheers

Re: [Owfs-developers] IRC Server

2006-11-16 Thread Stuart Poulton
Is this just 1 irc server, or part of an existing network ? I know of a nice small friendly net that would be willing to help out if needed. Cheers Stuart On Wed, 2006-11-15 at 21:05 -0600, Wizard wrote: Hey guys anyone interested in an IRC server for owfs.org ? Please post back here or

Re: [Owfs-developers] Device Support

2006-02-28 Thread Stuart Poulton
I've been in extensive discussions with Evgeniy Polyakov, the kernl modules author about w1 design. The current design exports a bare minimum to the sysfs interface. Only a device list, and temperature (and a few memory designs). I'd like a generic interface, allowing OWFS to flourish.

[Owfs-developers] Device Support

2006-02-27 Thread Stuart Poulton
Hi, Are they're any plans to support the i2c-1 wire bus master DS2482-800, obviously this would require some support at kernel level ? Stuart --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends

Re: [Owfs-developers] Device Support

2006-02-27 Thread Stuart Poulton
, but can only manage one at a time. Are you just curious, or do you have an application? Paul Alfille -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stuart Poulton Sent: Monday, February 27, 2006 3:05 AM To: owfs-developers@lists.sourceforge.net

[Owfs-developers] New Device Notification

2006-01-10 Thread Stuart Poulton
Hi All, Is there any way to have OWFS launch an external program on the connection of a device to the OW Bus ? Regards Stuart -- Stuart Poulton [EMAIL PROTECTED] --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log