Super.

Well ..... I'd send you a board if I thought it not so specific to my
application, but in lieu of that, you will certainly get gratitude, some
blog love, and the satisfaction of seeing your code deployed and adopted
into many neat environments.

To expand, I use RF networks of sensors, and they all talk to each other.
For example, here (https://www.interfaceinnovations.org/controlpanels.html)
I use an RF 328P node in a remote temperature panel to send messages to a
main panel, which then passes them on to a gateway by way of a serial
interface, sending on json for parsing and databasing. The gateway also has
on-board a DS2483, and I do all the 1Wire handling via owfs. Now, if I
could just have the ATMega on the gateway emulate 1Wire, I could take all
the remote devices and have them handled via owfs. Make it all owfs, for
that matter. It would greatly simplify read/write queues and such.

Colin


On Thu, Sep 3, 2015 at 11:24 AM, Matthias Urlichs <matth...@urlichs.de>
wrote:

> Colin Reese <colin.reese <at> gmail.com> writes:
>
> >
> > So the 328 is already set up as a target, or would I need to write a
> target
> def in the world config?
> >
> In don't have a 328 in there, but there's a 168 and an 88. You probably
> know
> what to do to expand that. ;-)
>
> > I have circuits already built where one or both of the hardware
> interrupts
> are being used, often for RF.
> >
> OK.
>
> As I said, there are the generic pin change interrupts. Changing the
> sources to
> use these is reasonably straightforward *except* for the fact that the
> current
> code relies on the interrupt triggering only on the rising (or falling)
> flank.
>
> What do I get if I implement that? ;-)
>
> --
> -- Matthias Urlichs
>
>
>
>
>
> ------------------------------------------------------------------------------
> Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
> Get real-time metrics from all of your servers, apps and tools
> in one place.
> SourceForge users - Click here to start your Free Trial of Datadog now!
> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to