Re: [Owfs-developers] 1wire slave codebase (AVR)

2010-11-28 Thread Alex Shepherd
Hi Matthias, > (*) My power meter has a blinking LED which indicates the current power > usage. > A photo resistor in front of that will see enough ambient light so that I need > an adaptive threshold for the counter. I can do that in hardware, or simply > program an AVR to do it. Guess which is

Re: [Owfs-developers] sockit_owm; 1-wire master written in Verilog

2010-11-28 Thread Iztok Jeras
Hi, Paul The memory budget depends on the memory type used: - internal FPGA memory (24kB - 64kB) - staric RAM (256kB - 2MB) - sdram (8MB - 16MB) - ddrsdram (32MB - 128MB) It seems that for OWFS at least SDRAM would be needed, this is also the memory size, where Linux can be used as OS. I will now

[Owfs-developers] struct master_usb error during compile attempt on sheevaplug [solved]

2010-11-28 Thread Hugh Barnard
Hi folks I've solved this and got a working owfs via a local compile on the sheevaplug. I noticed that owfs was disabled in the configure and this was [apparently] because fuse was not present. So I installed the fuse packages and made a successful second run at it. Sorry this is a little vague