Gbertaz / NonBlockingDallas

Arduino library for the DS18B20 temperature sensor. Avoid blocking the sketch while reading the sensor.
MIT License
11 stars 4 forks source link

85C issue? #11

Closed ericnev closed 8 months ago

ericnev commented 1 year ago

I'm hitting the "always returns 85C" issue myself, and I'm curious what I'm doing wrong - the DallasTemperature library (blocking) is working as intended, in fact if I call it RIGHT before my non blocking setup, it returns correctly, but my callbacks return nothing but 85C after following the guide here.

ericnev commented 8 months ago

Was a parasitic power issue.