Re: [Owfs-developers] Custom 1-wire addresses

2014-11-12 Thread Paul Alfille
As Jan points out, the official source of 1-wire numbers is Maxim. In general they reserve 0x00 to 0x80 and use the upper half of the family code space for "special runs" and 3-rd party. Some people have just chosen a number on their own -- Luis Swart took 0xFF years ago and even proposed splittin

Re: [Owfs-developers] Custom 1-wire addresses

2014-11-12 Thread Jan Kandziora
Am 12.11.2014 um 08:36 schrieb Andrey: > Hello. > I'm developing custom 1-wire devices, based on MSP430 chips. > Those chips can implement ds2406 + ds1820 + ds2438 in one 1-wire slave. > Oh, and to prevent you reinventing the wheel: there are Pascal Baertens BAE0910 and BAE0911 chips, which are re

Re: [Owfs-developers] Custom 1-wire addresses

2014-11-12 Thread Jan Kandziora
Am 12.11.2014 um 08:36 schrieb Andrey: > Hello. > I'm developing custom 1-wire devices, based on MSP430 chips. > Those chips can implement ds2406 + ds1820 + ds2438 in one 1-wire slave. > > Is there some kind of “reserved for custom devices” address pool/family > code I could use? Or may be I must

Re: [Owfs-developers] Custom 1-wire addresses

2014-11-12 Thread Jeffrey Becklehimer
Isn't that the purpose of a DS2401? On Wed, Nov 12, 2014 at 5:01 AM, Jim Lill wrote: > > It can be done, Embedded Data Systems (EDS) has done it. Perhaps they'll > reply here or you might ask them. > > > On 11/12/2014 2:36 AM, Andrey wrote: > > Hello. > I'm developing custom 1-wire devices, bas

Re: [Owfs-developers] Custom 1-wire addresses

2014-11-12 Thread Jim Lill
It can be done, Embedded Data Systems (EDS) has done it. Perhaps they'll reply here or you might ask them. On 11/12/2014 2:36 AM, Andrey wrote: Hello. I'm developing custom 1-wire devices, based on MSP430 chips. Those chips can implement ds2406 + ds1820 + ds2438 in one 1-wire slave. The pro

[Owfs-developers] Custom 1-wire addresses

2014-11-12 Thread Andrey
Hello. I'm developing custom 1-wire devices, based on MSP430 chips. Those chips can implement ds2406 + ds1820 + ds2438 in one 1-wire slave. The problem is running them in one network with devices, made by "official" Texas Instruments and their partners due to possible address intersection. Co