Re: [Owfs-developers] How can I get simultaneous temperature readings to work?

2013-10-10 Thread Attila
What you do here is that you initiate a simultaneous read, and force two simple reads after as well. You should initiate the simultaneous read, wait 1-2 seconds, and read the cached values. Attila On Thu, Oct 10, 2013 at 1:11 PM, HÃ¥kan Elmqvist wrote: > In order to explore simultane

Re: [Owfs-developers] Voltage Sensing

2013-02-24 Thread Attila
ation as well. As I know there are other chips (battery monitor, I can't recall its name) what can be used for AD conversion on 1wire bus - but I never tried these Attila On Sun, Feb 24, 2013 at 3:37 AM, Peter Hollenbeck wrote: > I wish to sense the voltage in a nominal 12 volt syst

Re: [Owfs-developers] OWFS + W1 on Raspberry Pi

2013-02-17 Thread Attila
Thank you - I have the latest RasPi which came out with 256MB RAM (I think it is called Rev2 - with mounting holes on it, altered GPIO, and made in UK). does this has polyfuses removed from USB? I checked voltage between TP1 and TP2 - it says 4.84V So what I'll try: 1. upgrade kernel (now its ru

Re: [Owfs-developers] OWFS + W1 on Raspberry Pi

2013-02-16 Thread Attila
disconnect for example) stopped USB working, but after I disabled the daemon (I cant recall its name, its reposnsible to alter networking based on connect-disconnect events), it was resolved. So now I have problem only on reboots. On Sat, Feb 16, 2013 at 2:41 PM, Attila wrote: > Martin, > > t

Re: [Owfs-developers] OWFS + W1 on Raspberry Pi

2013-02-16 Thread Attila
ule being unstable. Not just on > RasPi. > > Vajk > > On Sat, Feb 16, 2013 at 8:52 AM, Attila wrote: > >> Greetings, >> >> After several tries I found that my USB 1-wire master is not working >> reliable on Raspberry Pi - seems in some cases USB bus power is

Re: [Owfs-developers] OWFS + W1 on Raspberry Pi

2013-02-16 Thread Attila
: > Hello Attila, > > what kind of USB master did you use? > I am using the LinkUSBi and it is working very stable for more than 3 > months on end (24/7). > > I did post some settings I did to the raspi to make it more stable, and > I can 'dig out' those old posts he

[Owfs-developers] OWFS + W1 on Raspberry Pi

2013-02-15 Thread Attila
mount point. In the same time I'm able to see the files what w1 mounts (/sys/bus/w1/devices) and read values without problem (But I have to say, one time it was frozen using this method as well) I upgraded kernel, packages, but no help. What can be wrong? Thanks, A

Re: [Owfs-developers] 1-wire LCD controller

2013-01-07 Thread Attila
I asked Hobbyboards about the availability of this LCD controller, as I could not find it on their website. "Attila, Unfortunately at this time we no longer offer our LCD Driver device. We may have one available in the future but I do not have a time frame. Eric" So seems its di

Re: [Owfs-developers] 1-wire LCD controller

2013-01-07 Thread Attila
HB schematic: http://www.hobby-boards.com/catalog/links/lcd2-r1/LCD%20Driver%20v3.0%20Schematic.pdf The PIC driven LCD controller is caching button states until its read out - at least it is written in the specifications. Although I have no idea how it works in practice... On Mon, Jan 7, 2013

[Owfs-developers] 1-wire LCD controller

2013-01-05 Thread Attila
ience how can I read these status changes out, how does this event counter work in practice? Thank you, Attila -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and

Re: [Owfs-developers] Cat5e cable - fake?

2012-12-17 Thread Attila
looked very low quality. It has "CAT5E" printed on itself. Nice. I'll be more careful next time with too cheap products... Attila On Thu, Oct 18, 2012 at 4:23 PM, Colin Law wrote: > I saw that Cat5e ethernet cable is good for 1-wire so I bought 50m of > cable from an amazo

[Owfs-developers] How to connect individual devices to the bus

2012-11-07 Thread Attila
dd a new sensor to this "node", I just insert these wires to the knives (where normally the wall UTP cable connects). I can install up to 6 sensors to one node with this. However, I'm not completely satisfied with this solution. I'd like to avoid soldering - how you do it,

Re: [Owfs-developers] Cat5e cable - fake?

2012-10-18 Thread Attila
If we are talking about cables - how you use UTP cable? Let me explain THere are 3 wires has to be used (or two in parasite mode- but in this case it is not a question :) - what you use as a "stand alon" wire? In my current installation I use a twisted pair for GND and Data, and use a separate fo

Re: [Owfs-developers] Cat5e cable - fake?

2012-10-18 Thread Attila
No, it is not an UTP cable. UTP=Unshielded Twisted Pair. Differernt categories describes how many twists has to be done in a length as well. This is NOT a CAT5e UTP cable. On Thu, Oct 18, 2012 at 4:58 PM, Colin Law wrote: > On 18 October 2012 15:28, Markus Gaugusch wrote: > > Hi Colin! > > >

Re: [Owfs-developers] OWPython

2012-10-17 Thread Attila
; > Paul Alfille > > On Wed, Oct 17, 2012 at 5:02 AM, Attila wrote: > >> Hi All, >> >> I'm new with OWFS and Python as well, and working on a project to read >> some temperature sensors. I found OWPython module very handy, and easy to >> use - althou

[Owfs-developers] OWPython

2012-10-17 Thread Attila
Hi All, I'm new with OWFS and Python as well, and working on a project to read some temperature sensors. I found OWPython module very handy, and easy to use - although now I hit a problem, and Google did not provide an answer for me... I use a DS2450 AD converter to read an RTD sensor using the a