Hi, I tried to read data from a DS18b20 temperature sensor using OneWire protocole and DallasTemperature.
But it’s seem impossible to use Blynk (connected by USB)
At the moment that I add
sensors.requestTemperatures();
The connection is lost and I get this kind of error in the script terminal(Sensor are connected to Digital2):
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N inactivity timeout triggered
2015/05/23 15:55:22 socat[5773.140735166731024] W cannot restore terminal settings on fd 5: Bad file descriptor
2015/05/23 15:55:22 socat[5773.140735166731024] N exiting with status 0
Is there anyone having been able to use it DS18B20 sensor?