Re: [Owfs-developers] DS2484 support ?

2015-02-11 Thread Colin Reese
And I should coffee before email. Cheers, C > On Feb 11, 2015, at 12:12 PM, Jan Kandziora wrote: > >> Am 11.02.2015 um 20:39 schrieb Colin Reese: >> I found the initial post of available methods confusing and >> apparently misinterpreted your response. > Sorry, I should have used the serial

Re: [Owfs-developers] DS2484 support ?

2015-02-11 Thread Jan Kandziora
Am 11.02.2015 um 20:39 schrieb Colin Reese: > I found the initial post of available methods confusing and > apparently misinterpreted your response. > Sorry, I should have used the serial comma. http://www.verbicidemagazine.com/wp-content/uploads/2011/09/Oxford-Comma.jpg Kind regards Ja

Re: [Owfs-developers] DS2484 support ?

2015-02-11 Thread Colin Reese
I found the initial post of available methods confusing and apparently misinterpreted your response. C > On Feb 11, 2015, at 11:30 AM, Jan Kandziora wrote: > >> Am 11.02.2015 um 20:12 schrieb Colin Reese: >> Why on earth would you bitbang a 2482 on a Pi when a perfectly good >> i2c bus exis

Re: [Owfs-developers] DS2484 support ?

2015-02-11 Thread Jan Kandziora
Am 11.02.2015 um 20:12 schrieb Colin Reese: > Why on earth would you bitbang a 2482 on a Pi when a perfectly good > i2c bus exists? > I beg your pardon? Bitbanging *onewire* requires no additional chip and is done through a configureable GPIO on the Raspberry Pi. In addition, the w1 kernel drive

Re: [Owfs-developers] DS2484 support ?

2015-02-11 Thread Jan Kandziora
Am 11.02.2015 um 17:02 schrieb Lukasz Salwinski: > > I see... I've been religiously inserting ds2482 module. Does it mean > I only need i2c_bcm2708 and i2c_dev modules ? Besides ds2482 (explicitly > inserted) modprobe also returns > That's correct. Owfs can (and with --i2c= will) directly talk to

Re: [Owfs-developers] DS2484 support ?

2015-02-11 Thread Colin Reese
Why on earth would you bitbang a 2482 on a Pi when a perfectly good i2c bus exists? > On Feb 11, 2015, at 5:52 AM, Jan Kandziora wrote: > >> Am 10.02.2015 um 22:39 schrieb Colin Reese: >> Wait, is that even possible? I thought w1 was for bitbanging on a GPIO, >> having nothing to do with i2c

Re: [Owfs-developers] DS2484 support ?

2015-02-11 Thread Lukasz Salwinski
On 02/11/2015 06:03 AM, Jan Kandziora wrote: > Am 10.02.2015 um 22:51 schrieb Lukasz Salwinski: >> >> w1 is hardwired to GPIO4 so I'm using GPIO17 to control SLPZ; I can toggle >> DS2484 on/off by setting GPIO17 to 1/0. it seems to be another indicator >> i2c side works fine... it's that just not

Re: [Owfs-developers] DS2484 support ?

2015-02-11 Thread Jan Kandziora
Am 10.02.2015 um 22:51 schrieb Lukasz Salwinski: > > w1 is hardwired to GPIO4 so I'm using GPIO17 to control SLPZ; I can toggle > DS2484 on/off by setting GPIO17 to 1/0. it seems to be another indicator > i2c side works fine... it's that just nothing shows up on the 1-wire side :o/ > lukasz > N

Re: [Owfs-developers] DS2484 support ?

2015-02-11 Thread Jan Kandziora
Am 10.02.2015 um 22:39 schrieb Colin Reese: > Wait, is that even possible? I thought w1 was for bitbanging on a GPIO, > having nothing to do with i2c. > There are w1 kernel drivers for ds2482, ds2490, bitbanging on a GPIO and the synthesizeable ds1wm bus master. CONFIG_W1_MASTER_DS2490=m CONFIG_W