On 30.12.2015 06:02, Jan Kandziora wrote: > is it possible to create a Onewire->I²C bridge with your MOAT? If > possible as a drop-in replacement of the DS28E17, at least from onewire > view?
I see no immediate technical problem with either mimicing the 'E17 or adding a I²C bus channel to the MoaT protocol (or more than one; bit-banging an I²C master is not exactly rocket science). An I²C master can be written without interrupt handling, so there are no timing issues to be considered. MoaT (the on-AVR part) needs an I²C master implementation anyway, to talk to environment sensors, port extenders, etc. Personally I'd rather use the MoaT mode, for legal reasons -- Maxim probably doesn't like us to mimic in-production ICs. Disclaimer: I haven't yet looked at the data sheet. -- -- Matthias Urlichs ------------------------------------------------------------------------------ _______________________________________________ Owfs-developers mailing list Owfs-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers