Hi to all, I'm not sure where to post....
I need to read temperature, I'm doing it with DS18B20 sensor with a 10m (and more) cable.
I can't change cable (it was made for analog temperature sensor), I can't add power cable to use remote board and wifi or serial line. I have to use 3 wire cable already installed.
I can't read DS18B20 due I get wrong and random values, I supposed it was due to cable length/quality.
I solved using PIC microcontroller: one pin only for reading DATA line, second pin driving an external NPN working as open collector pulling up DATA line through 1k resistor powered at 5V.
Now I would like to read 3 DS18B20 but without using 6 pins....
Any suggestion?
Thanks.