From: <han...@at...> - 2020-10-25 15:21:27
|
Hello! Thank you confirming that. I do not plan on using the kernel driver for the functions. -- Gregg Levine han...@at... "They were in the wrong place at the wrong time. Naturally they became heroes." Princess Leia -----Original Message----- From: Jan Kandziora <jj...@gm...> Sent: Saturday, October 24, 2020 5:37 PM To: OWFS (One-wire file system) discussion and help <owf...@li...> Subject: Re: [Owfs-developers] OWFS 3.2P4 will build on Raspberry Pi Am 24.10.20 um 06:31 schrieb han...@at...: > > 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 Owf...@li... https://lists.sourceforge.net/lists/listinfo/owfs-developers |