Description
Hi.
I'm using three 1-Wire temperature sensor in the same time on the Raspberry Pi, all works OK also in Parasite power (w1-gpio pullup=1 into the file /etc/modules).
There is only a problem during a considerable ethernet throughput.
I try to explane it better, follow this example:
I'm downloading three files in the same time, the total network download speed is 1.8 MB/sec, if I interrogate one or more sensor I beginning to get crc=NO, and later, after more crc=NO, I get: No such file or directory (es: cat /sys/devices/w1_bus_master1/3b-00000014fe14/w1_slave: No such file or directory). After same minutes the sensor come up again and the file w1_slave is again there. Leter the problem happens again untill the ethernet traffic will finish. This problem occurred even before the pullups option for w1 interface.
The /var/log/messages says:
Mar 19 11:23:13 raspberrypi kernel: [ 2694.207597] w1_slave_driver 3b-00000014fe14: 18S20 doesn't respond to CONVERT_TEMP.
but only during crc=NO, no infos during w1_slave: No such file or directory.
If you need more info, let me know.
Thanks!