Am 24.10.20 um 06:31 schrieb hansolofal...@att.net:
>
> Right now I'm working with Maxim to make arrangements to send a pair of
> DS2484 devices, and then a pair of DS28E17 devices as well. (I might have
> those.)
>
Be aware the DS28E17 is a 3.3V only device. It's not 5V tolerant. At
first it appears to be but you will fry it instantly if a 5V onewire is
connected while the power is disconnected.


> We know from earlier discussions that the Pi will work to talk to a device
> that uses the I2C methods. But what about those two?
>
The DS28E17 is only supported by the kernel driver. So you need to use
it with one of the Onewire host adapters that is supported by the
kernel. OWFS isn't involved but may be run in parallel with the --w1
option, or independently on other host adapters.

Do not use both the ds2482 kernel driver and the --i2c option of OWFS on
the same I²C Onewire hostadapter. This meant concurrent access on the
DS2484 chip and leads to all kind of tricky malfunctions.

Kind regards

        Jan


_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to