Re: [Owfs-developers] Temperature Sensing.

2011-10-27 Thread Patryk
Dnia 27-10-2011 o 09:55:38 Phil White napisał(a): > What I need is for a relay to automatically trigger (or, even better, > for 1 of 2 relays to trigger depending on Hi/Lo) *WITHOUT* any > commands or communication over the 1-wire network. 1-wire would be > used simply to program the device in th

Re: [Owfs-developers] raspberry Pi and 1-wire

2012-01-04 Thread Patryk
Dnia 04-01-2012 o 20:45:41 Sven Geggus napisał(a): > If there are GPIO pins there is probably a software only solution (no > Interface chip needed). > > AFAIK the w1 kernel driver (which is supported by owfs) already has a > GPIO Mode. Here's a post about GPIO of R-Pi http://www.raspberrypi.

Re: [Owfs-developers] Bus masters

2012-01-04 Thread Patryk
Dnia 04-01-2012 o 20:53:01 Sven Geggus napisał(a): > Kurt Forsberg wrote: > >> I'm just curious if anyone else has experienced similar trouble with >> DS2480B adapters or any others. I use two DS2480B self built adapter with p13 and they seem to work fine. I just pass -d /dev/ttyS1 parameter

Re: [Owfs-developers] Newbie problem installing silfreed packages for Fedora

2012-02-28 Thread Patryk
Dnia 28.02.2012 o 21:19 Robert Hampf Robert Hampf napisał(a): > On Mon, Feb 27, 2012 at 01:46:55AM +0100, p4trykx wrote: > It's a DS9490R. > > lsusb says: > > # lsusb > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root h

Re: [Owfs-developers] Buying Raspi guide

2012-03-05 Thread Patryk
Dnia 05.03.2012 o 14:54 Roberto Spadim Roberto Spadim napisał(a): > here in brazil we have farnell i will try with farnel number 2081185 > thans patryk ;) To Eloy and Roberto I also got an e-mail today from RS You can try to register maybe the price will be lower. http://int.rsdelive

Re: [Owfs-developers] Vibration Sensor Circuit Advice

2012-03-11 Thread Patryk
Dnia 11.03.2012 o 14:47 Chris Lautre Chris Lautre napisał(a): > Hi > > A while ago I saw some discussion about a Vibration sensor. > I have found an adjustable one that works great: > http://www.assemtech.co.uk/ > There are 2 models NPN(PDS1000-1) and PNP(PDS1000-2) output. > They are about

[Owfs-developers] compilation error on Raspi

2012-03-11 Thread Patryk
on is DISABLED owtcl is DISABLED But then running make generates some errors Here's the relevant part. I attach the whole output. make[4]: Leaving directory `/home/patryk/Downloads/owfs-2.8p14/module/ownet/c' make[3]: Leaving directory `/home/patryk/Downlo

Re: [Owfs-developers] compilation error on Raspi

2012-03-11 Thread Patryk
Dnia 11.03.2012 o 22:20 Patryk Patryk napisał(a): > Hello > Fedora images for Raspberry Pi have been made available so I run them on > an emulator. I tried to compile owfs but got some errors. I think the problem is solved by installing perl-devel But shouldn't ./configu

Re: [Owfs-developers] compilation error on Raspi

2012-03-11 Thread Patryk
Dnia 11.03.2012 o 22:51 Patryk Patryk napisał(a): Ok the compilation is over. There was a little problem with make install It seems that ed (some file editor) is not installed so I had to install it also. So tu sum up the packages needed to be installed on Fedora Raspi Remix gcc fuse fuse

Re: [Owfs-developers] Vibration Sensor Circuit Advice

2012-03-12 Thread Patryk
Dnia 12.03.2012 o 12:23 Chris Lautre Chris Lautre napisał(a): > Will try the Opto Coupler - Looks like the best plan. What vibration are you measuring. Do they occur in short bursts or are rather continuous. If short burst consider using latch functionality. If there is a short vibration

Re: [Owfs-developers] compilation error on Raspi

2012-03-17 Thread Patryk
Dnia 12.03.2012 o 00:18 Roberto Spadim Roberto Spadim napisał(a): > nice > =) ./configure files at owfs should be rewrited, there´s some problem > when crosscompiling, but it work with some changes... I have tried Debian for RasPi. Of course only on Qemu. But ./configure seems to works fin

Re: [Owfs-developers] Bug in 2.8p13?

2012-04-01 Thread Patryk
Dnia 01.04.2012 o 16:45 Mick Sulley Mick Sulley napisał(a): > OK so it seems that DS9490 is not a good device to use (after I just > bought a new one!). What do people recommend then? I have recently had > two DS9097U serial adapters fail, which is why I changed to the DS9490. I plan to bui

Re: [Owfs-developers] ds9097 on embedded boards

2012-04-04 Thread Patryk
Dnia 04.04.2012 o 11:23 Kassai Istvan Kassai Istvan napisał(a): > Can you suggest anything to make it work? (Or does anybody know a dealer > in hungary I can order a non-passive serial bus-master?) You said also that you have a router? If you just want few thermometers you can use this http

Re: [Owfs-developers] ds9097 on embedded boards

2012-04-04 Thread Patryk
Dnia 04.04.2012 o 19:37 Kassai Istvan Kassai Istvan napisał(a): 2012-04-04 12:02 keltezéssel, Patryk írta: The thing what I don't understand is, if these are two different standards, how can I log in my router from the PC through a nullmodem cable without any active converter? The one

[Owfs-developers] i2c DS2482 and VGA

2012-04-08 Thread Patryk
bug I get root@belafonte:/home/patryk/motion# /opt/owfs/bin/owfs --debug --i2c=ALL:ALL /mnt/owfs/ CONNECT: owfs.c:(100) fuse mount point: /mnt/owfs/ some DEBUG: ow_avahi_link.c:(75) Avahi support: libavahi-client loaded successfully DEBUG: ow_avahi_link.c:(77) Avahi library function

Re: [Owfs-developers] i2c DS2482 and VGA

2012-04-08 Thread Patryk
rsion to > test? Could you send me that version. I have problems with compiling from cvs cvs -d:pserver:anonym...@owfs.cvs.sourceforge.net:/cvsroot/owfs co owfs ./bootstrap and then I get some errors > > Paul Alfille > > On Sun, Apr 8, 2012 at 7:06 AM, Patryk wrote: > >&g

Re: [Owfs-developers] CPU based slaves

2012-04-09 Thread Patryk
Dnia 09.04.2012 o 20:26 Johan Ström Johan Ström napisał(a): > Hi list! > > I've been looking into building custom slaves (private use only) using > Atmel's AVR processor. As subscribers of this list is aware of this has > been discussed here before, but from what I gather from the archives

Re: [Owfs-developers] i2c DS2482 and VGA

2012-04-17 Thread Patryk
Dnia 08.04.2012 o 16:56 Patryk Patryk napisał(a): There was a bug when using --i2c=ALL:ALL which Paul corrected. Now it works and enumerates all /dev/i2c in search for suitable 1-wire master. However the problem in my case was that I mistakenly used 60 Ohm resistors too pull up SDA and

Re: [Owfs-developers] i2c DS2482 and VGA

2012-04-17 Thread Patryk
Dnia 17.04.2012 o 18:24 Jerry Scharf Jerry Scharf napisał(a): > Patryk, > > very cool. I need to ponder how to solve the need for greater +5 power > in a reasonable mechanical configuration. The rest could fit nicely > inside the connector shell of the VGA connector. > &g

Re: [Owfs-developers] RaspberryPI It's Here!

2012-04-18 Thread Patryk
Dnia 18.04.2012 o 20:10 Stuart Poulton Stuart Poulton napisał(a): > Hi Guys, > > Took delivery of my RaspberryPI yesterday. > Initial findings here on hardware here with a view to supporting OWFS > > http://raspberrypi.homelabs.org.uk/the-adventure-begins/ > > I'd welcome any advice on getting

Re: [Owfs-developers] usb-i2c-1wire

2012-04-18 Thread Patryk
e fast enough but I don't know how does it work on linux and i2c. But the price is good and it's not so hard to solder. > > Stuart > > On 18 Apr 2012, at 10:06, Patryk wrote: > >> Hello >> As I previously said I was trying to build USB 1-wire adapter. Today I

Re: [Owfs-developers] usb-i2c-1wire

2012-04-18 Thread Patryk
Dnia 18.04.2012 o 22:41 Stuart Poulton Stuart Poulton napisał(a): > More great info, I have wondered about > http://www.ftdichip.com/Products/ICs/FT201X.html I'm not sure but I think it's not good. "The device is an I2C slave, capable of operating up to 3.4MBit/s, with low power consumpti

Re: [Owfs-developers] RaspberryPI It's Here!

2012-04-19 Thread Patryk
Dnia 19.04.2012 o 12:58 Ivan Lisenkov Ivan Lisenkov napisał(a): > I'm extreemply happy to hear this. I'm still waiting my Pi to be > delivered. > Has anybody tried to connect i2c adapter on this board? http://www.maxim-ic.com/datasheet/index.mvp/id/7630 I Think that the new DS2483 would be

Re: [Owfs-developers] RaspberryPI It's Here!

2012-04-19 Thread Patryk
Dnia 19.04.2012 o 18:45 Stuart Poulton Stuart Poulton napisał(a): > > On 19 Apr 2012, at 12:23, Patryk wrote: > >> Dnia 19.04.2012 o 12:58 Ivan Lisenkov Ivan Lisenkov >> napisał(a): >> >>> I'm extreemply happy to hear this. I'm still waiting my

Re: [Owfs-developers] RaspberryPI It's Here!

2012-04-19 Thread Patryk
Dnia 19.04.2012 o 18:45 Stuart Poulton Stuart Poulton napisał(a): > On 19 Apr 2012, at 12:23, Patryk wrote: > >> Dnia 19.04.2012 o 12:58 Ivan Lisenkov Ivan Lisenkov >> napisał(a): > At the moment there is no i2c driver for the on-board i2c interface. I found the Ra

Re: [Owfs-developers] RaspberryPI It's Here!

2012-04-19 Thread Patryk
Dnia 19.04.2012 o 22:14 Patryk Patryk napisał(a): > Dnia 19.04.2012 o 18:45 Stuart Poulton Stuart > Poulton napisał(a): > >> On 19 Apr 2012, at 12:23, Patryk wrote: >> >>> Dnia 19.04.2012 o 12:58 Ivan Lisenkov Ivan Lisenkov >>> napisał(a): > &

[Owfs-developers] usb-i2c-1wire tutorial

2012-04-22 Thread Patryk
I propose a new USB 1-wire adapter. The DS2490 native USB 1-wire adapter is no longer in production. I think you can still buy built adapters from Hobbyboards but if You want to build your own it's nearly impossible to source this chip. The popular solution is to use DS2480B with some serial

Re: [Owfs-developers] usb-i2c-1wire tutorial

2012-04-22 Thread Patryk
Dnia 22.04.2012 o 20:14 Michael Markstaller Michael Markstaller napisał(a): > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Really appreciate your work, ordered a OSIF already to check/learn! > > Though curious-> with which lengths / sensorcount have you tested > using the DS2482-800 ? >

Re: [Owfs-developers] owfs doesn't work with w1-gpio

2012-04-25 Thread Patryk
Dnia 25.04.2012 o 18:57 Ethan Xue Ethan Xue napisał(a): > Thanks for your reply. > My borad has only root account, and configured netlink kernel options. I > tried these command: > > #owfs --w1 --debug -m /mnt/owfs/ > owfs: unrecognized option '--debug' > > #owfs --w1 -m /mnt/owfs --debug > ow

Re: [Owfs-developers] usb-i2c-1wire tutorial

2012-04-26 Thread Patryk
just want to share some progress I added two more 1-wire masters DS2482-100 and DS2483 with RJ-12 connectors. The purpose is to compare the performance It's not finished yet but the placing is more or less final. I will have to straighten the paths but I think the board can be one sided with f

Re: [Owfs-developers] DS2483 and owfs

2012-04-28 Thread Patryk
Dnia 28.04.2012 o 10:52 ekgnkb3d ekgnkb3d napisał(a): > So have somebody the DS2483 running with OWFS? I have 2 samples and I plan to test it with OSIF(i2c-usb converter based on atmega8) You can see my last mail with schematics and library with DS2483 for Eagle in ubs-i2c-1wire thread. I

Re: [Owfs-developers] how to communicate 1-wire chip using w1d.c

2012-05-17 Thread Patryk
Dnia 17.05.2012 o 08:34 Ethan Xue Ethan Xue napisał(a): > Thanks for your reply.But owfs depends on perl which is hard to > cross-compile on my ARM board. Are you sure? I compiled owfs to run on OpenWrt on a router and I think it runs without perl. There is only an api for perl but it's not

Re: [Owfs-developers] Hobby board LCD driver cannot write to lcd and simultaneously read the PIO

2012-05-17 Thread Patryk
Dnia 17.05.2012 o 18:56 Guy COLIN Guy COLIN napisał(a): Guy COLIN gmail.com> writes: I have recently added to my network a Hobby board LCD driver. Following owfs man pages I have no problem to write anything to the LCD, or to read the state of the 3 input switches (the 3 first PIO's a

Re: [Owfs-developers] RaspberryPI i2c & OWFS

2012-05-17 Thread Patryk
Dnia 17.05.2012 o 23:05 Stuart Poulton Stuart Poulton napisał(a): > Success, I have OWFS working on a RaspberryPi talking to both an > DS2482-100, and DS2482-800. > > Full details can be found on my blog: http://go.je/iire > > This means that I can now look to finalise details of the Pi-Wire

Re: [Owfs-developers] Hobby board LCD driver cannot write to lcd and simultaneously read the PIO

2012-05-18 Thread Patryk
Dnia 19.05.2012 o 01:37 Guy COLIN Guy COLIN napisał(a): > Patryk o2.pl> writes: > >> >> before writing to the LCD do >> printf "1" > "/mnt/owfs/29.BABC0800/strobe" >> >> and If you want to fiddle with 3 IO >> >>

Re: [Owfs-developers] RaspberryPI i2c & OWFS

2012-05-19 Thread Patryk
Dnia 19.05.2012 o 23:24 Stuart Poulton Stuart Poulton napisał(a): Do you think it's possible to connect more than one DS2483 to the same i2c bus? Other masters have lines to select address. -- p4trykx -- Live Se

Re: [Owfs-developers] owfs on Raspi running Raspian wheezy

2012-08-14 Thread patryk
- > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the lat

Re: [Owfs-developers] owfs on tp-link tl-wr1043nd

2012-08-16 Thread patryk
re/10.03.1/atheros/config But again make sure what arch is your router. What is the name of the file you flashed you router. Then I think this should make the package but I never tied it. I always compiled at onec OpenWrt with all the packages I needed. make package/owfs/compile -- patryk

Re: [Owfs-developers] owfs on tp-link tl-wr1043nd

2012-08-17 Thread patryk
ks. I've never compile just one package. I assumed that it will be automatic ant compile every dependency but it's not. http://wiki.openwrt.org/doc/howtobuild/single.package So the dependencies I think are (form Makefile) libow libpthread libusb libfuse fuse-utils I will try to compil

[Owfs-developers] xbmc and owfs

2012-08-28 Thread patryk
Hello I recently tried XBMC on Raspberry Pi and I was wondering if there is some 1-wire/owfs plugin for it? -- patryk -- Live Security Virtual Conference Exclusive live event will cover all the ways today's sec

Re: [Owfs-developers] xbmc and owfs

2012-08-29 Thread patryk
ified debian or Openelec so all the components for owfs are there just the presentation is what I'm looking for. -- patryk-- Live Security Virtual Conference Exclusive live event will cover all the ways today'

Re: [Owfs-developers] xbmc and owfs

2012-08-29 Thread patryk
as well on Ubunut.-- patryk-- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include en

[Owfs-developers] perl compilation problem

2012-09-10 Thread patryk
Ubuntu with oldder gcc it compiles fine. -- patryk -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond

Re: [Owfs-developers] perl compilation problem

2012-09-11 Thread patryk
e being told to not do that. No if ./configure --disable-owperl and then make compilations finishes without errors. Actually I don't need perl just wanted to report this problem. -- patryk -- Live Securit

[Owfs-developers] owfs segmentation fault on raspberry

2012-09-21 Thread patryk
0 gettimeofday({1348229886, 293265}, NULL) = 0 gettimeofday({1348229886, 293773}, NULL) = 0 brk(0) = 0x14f brk(0x1511000) = 0x1511000 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Segmentation fault -- pa

Re: [Owfs-developers] Quick fix release 2.8p19

2012-09-25 Thread patryk
W dniu 23.09.2012 o 14:07 Paul Alfille pisze:Ralf Lehmann found the error that, I believe, was causing segfaults. I was initializing fields in a structure that hadn't yet been allocated.Fixed the problem I reported with mounting owfs-- p

Re: [Owfs-developers] Where to find low cost voltage (and maybe current) sensors for one-wire?

2012-09-26 Thread patryk
ere in China. The only disadvantage is that you have to wait around 2-3 weeks for delivery. Also in Poland those sensors are on local "ebay" allegro.pl for similar price so look at your local ebay service. -- patryk -

Re: [Owfs-developers] owfs on Raspi running Raspian wheezy

2012-09-26 Thread patryk
W dniu 25.09.2012 o 09:46 Martin Patzak (GMX) pisze: > I wonder, if someone managed to get a LinkUSB working stable on a raspi. > I tried different permutations of power-supply and hubs and was not yet > successful for a longer time period. > > My 1wire-net is stable for years now on the PC. I us

Re: [Owfs-developers] raspberry pi and owfs on the serial port

2012-10-11 Thread patryk
W dniu 11.10.2012 o 05:36 Todd Turner pisze:I currently have my 5 V network connected to the serial port on my wrt54gl via a opto-isolator/level shifter chip, would like to move this to the raspberry pi.Could you share the schematics of your converter?-- Patryk

Re: [Owfs-developers] raspberry pi and owfs on the serial port

2012-10-16 Thread patryk
W dniu 11.10.2012 o 20:08 Todd Turner pisze:http://home.mag.cx/uclinux/wrt54g/pdf/Product%20Overview.pdfPage 21 of the pdf.I didn't implement the DS9503, I couldn't figure out how to solder it.   If lightening strikes nearby I could fry the DS2480B. I have a similar one with adum1402 at first I t

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

2012-10-19 Thread patryk
W dniu 19.10.2012 o 10:12 Colin Law pisze: > I tried to contact the manufacturer (Pluscom) to ask them whether it > could be such a problem, but could not find a useful site for Pluscom, > which is odd in itself as their products are very common, at least in > the uk, Google finds lots of their

Re: [Owfs-developers] DS2483 and raspberry

2012-10-23 Thread patryk
W dniu 23.10.2012 o 12:48 Paul Alfille pisze:I'll work on DS2483 support this weekend. Would you be able to test it?Sure. I can also provide you with ssh access to my Raspi. -- p4trykx-- Everyone hates slow websites. So d

Re: [Owfs-developers] Usage of Louis ' 1-WIRE LCD witn OWFS

2013-02-01 Thread Patryk
W dniu 01.02.2013 o 16:18 Thomas Parvais pisze:Hello DavidThank you for your feedback. Yes I've tried to change the contrast. No real effect.I obtain once some strange characters at the right side of the LCD. I don't have other LCD, But I've order one Arduino Kit + LCD. Hope to receive it soon. H

Re: [Owfs-developers] Everything on Raspberry PI

2013-02-01 Thread Patryk
W dniu 01.02.2013 o 18:39 Roberto Spadim pisze:no problem i can waitmaybe a tar -zcf owfs.tgz /opt/owfsit's small near 2mb i thinkHere's from minehttps://dl.dropbox.com/u/96422972/owfs.tar.gz-- p4trykx-- Everyone hates sl

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

2013-02-17 Thread Patryk
e does not have polyfuses so you get the same volage on USB as between TP1 TP2.As for another adapter If you don't want to make your own board you could buy http://www.sheepwalkelectronics.co.uk/RPI2.shtmlThis one has voltage converter for 5V so it works on fairly long

Re: [Owfs-developers] Microcontroller emulating a Dallas One-wire device?

2013-02-25 Thread Patryk
also based on smurfix's code I use and it works fine. http://www.tm3d.de/index.php/1-wire-device-mit-avr -- patryk -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics

Re: [Owfs-developers] Microcontroller emulating a Dallas One-wire device?

2013-02-25 Thread Patryk
W dniu 25.02.2013 o 17:27 Eloy Paris pisze: > On 02/25/2013 11:22 AM, Gregg Levine wrote: > >> On Mon, Feb 25, 2013 at 11:13 AM, Patryk wrote: >>> W dniu 25.02.2013 o 16:32 Håkan Elmqvist pisze: >>> >>>> Is there anyone aware of any software written f

Re: [Owfs-developers] Microcontroller emulating a Dallas One-wire device?

2013-02-25 Thread Patryk
W dniu 25.02.2013 o 17:49 Eloy Paris pisze: > On 02/25/2013 11:39 AM, Patryk wrote: > >> I just checked google translate >> http://translate.google.com/translate?sl=de&tl=en&js=n&prev=_t&hl=pl&ie=UTF-8&eotf=1&u=http%3A%2F%2Fwww.tm3d.de%2Findex.ph

Re: [Owfs-developers] Question about DS2890 packages

2013-03-16 Thread Patryk
in DIP8 package. Maybe it's a software implementation on some microcontroller like attiny13? I hope these are work. Is it possibile to order ~10 pcs.? -- patryk -- Everyone hates slow websites. So do we. Ma

Re: [Owfs-developers] Kernel = 3.8.3-1

2013-03-21 Thread Patryk
stment I'm sure that everything matches there. On the other hand consider installing just owserver and owshell without ofws(this is needed if you want to mount as a filesystem).Owfs uses libfuse and that's why you need to use the

Re: [Owfs-developers] DS2483 generates multiple bus.x with DS18B20

2013-03-31 Thread Patryk
W dniu 31.03.2013 o 22:41 Jim Burkhard pisze: > The 1wire pull up is 3K but the same behavior occured at 4.7K. You mean an external pull up resistor? I think it's not required. -- patryk -- Own the Future

Re: [Owfs-developers] Raspberry pi running Raspbian and owfs

2013-04-06 Thread Patryk
orge.net/projects/owfs/ unzip it, go into the directory and run ./configure if it ends with a sucess run make sudo make install -- patryk -- Minimize network downtime and maximize team effectiveness. Reduce netwo

Re: [Owfs-developers] Water/Moisture Sensor?

2013-07-06 Thread patryk
o the block of graphite. Then if your compartment is folded the resistance measured between the leads would be low.  -- patryk-- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/wi