You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Behaviour: The first get request (via hexaswitch) returns a temperature of 85 deg C. Subsequent requests return an adequate reading. The serial console reads:
size of packet: 9
-- Temperature: Get value
CRC Error (lost connection?)
*** problems - rescanning bus ...
Scanning Bus for DS18X20
1 DS18X20 Sensor(s) available
Current temp: 85.0000 deg C
14 bytes sent.
size of packet: 9
-- Temperature: Get value
Current temp: 23.6875 deg C
14 bytes sent.
size of packet: 9
-- Temperature: Get value
Current temp: 23.6875 deg C
14 bytes sent.
size of packet: 9
-- Temperature: Get value
Current temp: 23.6875 deg C
14 bytes sent.
The text was updated successfully, but these errors were encountered:
This behavior ist quite normal. In case of reqesting a temperature value without triggering a conversion, you will receive the default reading. This is +85°C (datasheet DS18S20 page 2 "The power-on reset value of the temperature register is +85°C")
Behaviour: The first get request (via hexaswitch) returns a temperature of 85 deg C. Subsequent requests return an adequate reading. The serial console reads:
size of packet: 9
-- Temperature: Get value
CRC Error (lost connection?)
*** problems - rescanning bus ...
Scanning Bus for DS18X20
1 DS18X20 Sensor(s) available
Current temp: 85.0000 deg C
14 bytes sent.
size of packet: 9
-- Temperature: Get value
Current temp: 23.6875 deg C
14 bytes sent.
size of packet: 9
-- Temperature: Get value
Current temp: 23.6875 deg C
14 bytes sent.
size of packet: 9
-- Temperature: Get value
Current temp: 23.6875 deg C
14 bytes sent.
The text was updated successfully, but these errors were encountered: