Guy COLIN <[email protected]> wrote: > Just to give information about owfs running on Raspberry pi, with latest > Raspbian and owfs from the repository of the distribution. > Everything is just perfect
Hm, my impression is not that perfect. There are 3 ways of connecting 1-wire to Raspberry PI which I tried but only two of them work. I did not try to use the serial port though. The most simple way (using GPIO and bit-banging) does not work with owfs (see below). 1. Using a DS9490B works fine 2. Using I2C an a DS2483 works fine (need option "--no_PPM" on owfs version from raspian wheezy, no additional option with current version of owfs) I use the following schematic http://home.geggus.net/pub/raspio.pdf which also includes galvanic insulation between raspio and 1-wire/I2C 3. Using In-kernel w1-driver and bit-banging on gpio (most simple hardware-wise) will not work with owfs. This will produce a kernel oops and has been broken since kernel version 2.6.39 (March 2011). I tracked this down to the faulty commit, but unfortunately, there is no fix yet. Regards Sven -- Das Internet ist kein rechtsfreier Raum, das Internet ist aber auch kein bürgerrechtsfreier Raum. (Wolfgang Wieland Bündnis 90/Die Grünen) /me is giggls@ircnet, http://sven.gegg.us/ on the Web ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
