Re: Hydroelectric Powerplant
2008-01-03 19:06:20 GMT
We have been facing some of the same problems here with our SmartHome project. OneWire devices (currently primarily the DS2406, DS18B20, and DS2450) have been very useful and form the backbone of our sensor network. However, we're running into issues where we need "local intelligence"; for example, running a capicitave pressure sensor or a complete thermostat with analog voltage output, as well as a handful of other applications. We've been debating in our group how best to go about it, and I was thinking emulating a 1wire memory device might be best, but a custom device in OWFS could possibly be better. We plan to put some manpower on writing code for the ATMEL cpu's for this purpose, but haven't quite gotten there yet. I was wondering/fearing how hard it would be to do the slave-side 1-wire code, as I haven't found any mention of it yet. I'm really interested in this aspect, and am interested in working with anyone who is interested. Thanks again for such a wonderful project that has saved us tons of work!!! --Jim On Jan 3, 2008 9:29 AM, Paul Alfille <paul.alfille <at> gmail.com> wrote: > On website at http://owfs.org/index.php?page=hydroelectric-plant (I've > included my responses). > > ---------- Forwarded message ---------- > On Dec 13, 2007 3:44 PM, Hakan.Elmqvist <at> ki.se <hakelm <at> ki.se> wrote: > >(Continue reading)
> I planned to access the 3-wire port using an Ardiuno board, but
> haven't gotten a chance to figure out how to do it yet.
The data sheet says that you feed in basically the same command
structure as with 1wire except that there's a separate clock instead
of timing, and that you don't select the chip before talking to it.
IMHO the whole idea is somewhat flawed: as soon as you talk to it using
the 3-wire interface, it won't respond to 1wire commands any more.
There is no way to get any consistent metric of your bus quality that way.
Native 1wire seems preferable.
You could emulate the DS2404 ...
RSS Feed