Re: [Owfs-developers] w1 changes

2006-03-09 Thread Jan Kandziora
Am Mittwoch, 8. März 2006 06:18 schrieb Paul Alfille:
 Just a progress report:

 After extensive discussions with Evgeniy Polyakov, it looks like OWFS will
 be able to use the linux kernel 1-wire drivers as a possible 1-wire adapter
 source.

 1. The current w1 supports i2c adapters 2804-x00, which is not supported by
 OWFS natively.

I've been interested in OWFS support for the I2C host adapter (DS2482-x00) 
device for some time now. As I figured out now, I2C-Onewire this would be 
the better solution for the vending machine I develop than USB or serial as 
the embedded board we will use has I2C on its connectors.

Do you expect major difficulties to implement I2C-Onewire? I could even think 
of sponsoring this development task if the device is at least as performant 
as the USB host adapter and is ready on time (--6..8 weeks). Goal would be 
support for the DS2482-800 chip.

(Please don't expect too much money, my budget is limited, too)

Kind regards

Jan Kandziora
-- 
The first law of demos:
 - never try to actually use the system for anything


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


RE: [Owfs-developers] speed of the serial port

2006-03-09 Thread Alfille, Paul H.,M.D.
I'll need to check.

Type, present, ... don't require getting data from the chip (except it's
address).

Paul

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Lavallée
Sent: Wednesday, March 08, 2006 11:11 PM
To: owfs-developers@lists.sourceforge.net
Subject: Re: [Owfs-developers] speed of the serial port

Le 8 Mars 2006 22:31, j'ai  écrit :
 But I still have the same error with Invalid Argument
 when I try to cat latch.BYTE... :-(

Could it caused by the DS2409?
The full path of the DS2408 alarm directory is:
/mnt/owfs/1F.8D570200/main/alarm/29.B16D

In this directory, I can access type, present, id, family, crc8, 
address, but not strobe, set_alarm, power, por, sensed.*,  
latch.*, and PIO.*.

--
Marc


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


RE: [Owfs-developers] w1 changes

2006-03-09 Thread Alfille, Paul H.,M.D.
Jan, the only support needed would be either a sample of the hardware (adapter)
or the willingness to test frequent test builds.

The only changes will be that the w1 polls at it's own rate rather than on
demand, and that multiple adapters aren't yet supported by w1. Also the alarm
directory isn't yet implemented. Evgeniy is eager to improve function.

Paul

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jan Kandziora
Sent: Thursday, March 09, 2006 2:59 AM
To: owfs-developers@lists.sourceforge.net
Subject: Re: [Owfs-developers] w1 changes

Am Mittwoch, 8. März 2006 06:18 schrieb Paul Alfille:
 Just a progress report:

 After extensive discussions with Evgeniy Polyakov, it looks like OWFS will
 be able to use the linux kernel 1-wire drivers as a possible 1-wire adapter
 source.

 1. The current w1 supports i2c adapters 2804-x00, which is not supported by
 OWFS natively.

I've been interested in OWFS support for the I2C host adapter (DS2482-x00) 
device for some time now. As I figured out now, I2C-Onewire this would be 
the better solution for the vending machine I develop than USB or serial as 
the embedded board we will use has I2C on its connectors.

Do you expect major difficulties to implement I2C-Onewire? I could even think 
of sponsoring this development task if the device is at least as performant 
as the USB host adapter and is ready on time (--6..8 weeks). Goal would be 
support for the DS2482-800 chip.

(Please don't expect too much money, my budget is limited, too)

Kind regards

Jan Kandziora
-- 
The first law of demos:
 - never try to actually use the system for anything


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] w1 changes

2006-03-09 Thread Jan Kandziora
Am Donnerstag, 9. März 2006 12:53 schrieb Alfille, Paul H.,M.D.:
 Jan, the only support needed would be either a sample of the hardware
 (adapter) or the willingness to test frequent test builds.

I will definately build a board based on the DS2482-800 chip and will test 
owfs improvements, too.


 The only changes will be that the w1 polls at it's own rate rather than on
 demand,

Hm. That's not so good. If one has a lot of chips on the bus, but only a few 
of them used at the same time, synchronous polling makes thing things damn 
slow. But that's exactly my use case. I could release a developer for this in 
~8..10 weeks I think, but that's too late for my current development.

Maybe the best idea for me is to put space for both DS2480B and DS2482-800 on 
my PCB and improve later. ^^;


 and that multiple adapters aren't yet supported by w1.

Not that important for me, I think.


 Also the  
 alarm directory isn't yet implemented. Evgeniy is eager to improve
 function.

I'll talk to him directly, too. 


Kind regards

Jan Kandziora

-- 
Linux - It's now safe to turn on your computer.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


[Owfs-developers] cvs access? (was: speed of the serial port)

2006-03-09 Thread Marc Lavallée
Le 8 Mars 2006 21:03, Paul Alfille a écrit :
 Brown bag error.

 CRC16 check gives an error after a minor change.
 Fixed yesterday in the CVS and I'll to a release tomorrow.

Maybe I don't have access to your latest changes. I remember there's a delay 
on sf.net for public (non-developer) access. So I'll wait for your release.
--
Marc


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] cvs access? (was: speed of the serial port)

2006-03-09 Thread Paul Alfille
On Thursday 09 March 2006 10:09 am, Marc Lavallée wrote:
 Le 8 Mars 2006 21:03, Paul Alfille a écrit :
  Brown bag error.
 
  CRC16 check gives an error after a minor change.
  Fixed yesterday in the CVS and I'll to a release tomorrow.

 Maybe I don't have access to your latest changes. I remember there's a
 delay on sf.net for public (non-developer) access. So I'll wait for your
 release. --
 Marc

I think that delay isn't so prevalent now.

Try again. I don't have a DS2408 handy, but clearly the CRC16 is used in 
reading the latch.

Paul


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers