Closed spiutm closed 2 years ago
You're polling quite frequently, do you have an adequate power supply? The IC takes a moment to charge up the internal cap.
On Mon, 29 Mar 2021 at 10:49, spiutm @.***> wrote:
I'm getting -127 sometimes besides normal readings, bad sensor?
12:43:46.525 -> Temp = 21.63 12:43:46.902 -> Temp = -127.00 12:43:48.078 -> Temp = 21.44 12:43:49.296 -> Temp = 21.44 12:43:50.515 -> Temp = 21.38 12:43:51.640 -> Temp = -127.00 12:43:52.109 -> Temp = -127.00 12:43:53.328 -> Temp = 21.38 12:43:54.545 -> Temp = 21.38 12:43:55.762 -> Temp = 21.38 12:43:56.984 -> Temp = 21.38 12:43:57.638 -> Temp = 21.38 12:43:58.858 -> Temp = 21.38 12:44:00.076 -> Temp = 21.38 12:44:01.249 -> Temp = 21.31 12:44:02.465 -> Temp = 21.31 12:44:03.120 -> Temp = 21.31 12:44:04.339 -> Temp = 21.25 12:44:05.554 -> Temp = 21.25 12:44:06.767 -> Temp = 21.31 12:44:07.985 -> Temp = 21.25 12:44:08.686 -> Temp = 21.25 12:44:09.905 -> Temp = 21.25 12:44:11.123 -> Temp = 21.31 12:44:12.345 -> Temp = 21.25 12:44:13.563 -> Temp = -127.00 12:44:14.081 -> Temp = 21.25
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/milesburton/Arduino-Temperature-Control-Library/issues/198, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJGHM67PWVEQEP4DRB26R3TGBLNJANCNFSM4Z7H3XBA .
delay(1000); tested on a 12v and on usb pc power , same result
with delay 2000 same result 13:12:39.512 -> Temp = 20.25 13:12:39.701 -> Temp = 20.25 13:12:41.953 -> Temp = 20.31 13:12:44.154 -> Temp = 20.31 13:12:44.948 -> Temp = 20.31 13:12:47.203 -> Temp = 20.31 13:12:49.402 -> Temp = 20.38 13:12:50.247 -> Temp = 20.38 13:12:52.498 -> Temp = 20.31 13:12:54.701 -> Temp = 20.31 13:12:55.449 -> Temp = 20.31 13:12:57.654 -> Temp = 20.38 13:12:59.904 -> Temp = 20.31 13:13:00.746 -> Temp = -127.00 13:13:02.952 -> Temp = 20.38
Depending on resolution it can take up to 750ms to take a reading, to be fair it should be working but I'd be interested to see what happens if you bump up the sample time to say 3 seconds. Do you see the same problem?
On Mon, 29 Mar 2021 at 11:11, spiutm @.***> wrote:
delay(1000); tested on a 12v and on usb pc power , same result
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/milesburton/Arduino-Temperature-Control-Library/issues/198#issuecomment-809256602, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJGHM77WZH35W2FL7U3IMTTGBN5PANCNFSM4Z7H3XBA .
Interesting, I doubt this is the library.
-127 is the 'error' constant that the library will return if it was unable to take a reading from the IC. Whilst not a fix, you could discard any -127 readings.
On Mon, 29 Mar 2021 at 11:15, spiutm @.***> wrote:
with delay 2000 same result 13:12:39.512 -> Temp = 20.25 13:12:39.701 -> Temp = 20.25 13:12:41.953 -> Temp = 20.31 13:12:44.154 -> Temp = 20.31 13:12:44.948 -> Temp = 20.31 13:12:47.203 -> Temp = 20.31 13:12:49.402 -> Temp = 20.38 13:12:50.247 -> Temp = 20.38 13:12:52.498 -> Temp = 20.31 13:12:54.701 -> Temp = 20.31 13:12:55.449 -> Temp = 20.31 13:12:57.654 -> Temp = 20.38 13:12:59.904 -> Temp = 20.31 13:13:00.746 -> Temp = -127.00 13:13:02.952 -> Temp = 20.38
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/milesburton/Arduino-Temperature-Control-Library/issues/198#issuecomment-809259559, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJGHM64WCGWBIDLFK7WNW3TGBOOFANCNFSM4Z7H3XBA .
ill investigate further cuz running your code stand alone works fire, but adding blynk in same sketch seems to makes it -127
found the problem, it is the blynk sync, even thou it's on different pin
Sorry to hijack your thread here. In my project I tried to add ESPAsyncWebserver and then I started getting a lot of -127 readings suddenly from my DS18B20 sensor. When I removed ESPAsyncWebserver library completely the issues went away. Not sure the best way forward here...
How often do you refresh the webpage? How often do you read the sensor? Do you use RTOS?
These kind of issues are often better discussed e.g. on the Arduino forum.
I use Platform IO and regular Arduino. I'm on ESP32. The webpage was a static Hello World example. I read the sensor everytime the main loop restarts, tried 2000ms and 50ms, no difference to the -127 issue. My current working theory is that there's a conflict between OneWire and ESPAsyncWebServer.
Never tried but you might investigate replacing onewire with onewireng https://github.com/pstolarz/OneWireNg
No idea if this is easy or not.
I'm getting -127 sometimes besides normal readings, bad sensor?
12:43:46.525 -> Temp = 21.63 12:43:46.902 -> Temp = -127.00 12:43:48.078 -> Temp = 21.44 12:43:49.296 -> Temp = 21.44 12:43:50.515 -> Temp = 21.38 12:43:51.640 -> Temp = -127.00 12:43:52.109 -> Temp = -127.00 12:43:53.328 -> Temp = 21.38 12:43:54.545 -> Temp = 21.38 12:43:55.762 -> Temp = 21.38 12:43:56.984 -> Temp = 21.38 12:43:57.638 -> Temp = 21.38 12:43:58.858 -> Temp = 21.38 12:44:00.076 -> Temp = 21.38 12:44:01.249 -> Temp = 21.31 12:44:02.465 -> Temp = 21.31 12:44:03.120 -> Temp = 21.31 12:44:04.339 -> Temp = 21.25 12:44:05.554 -> Temp = 21.25 12:44:06.767 -> Temp = 21.31 12:44:07.985 -> Temp = 21.25 12:44:08.686 -> Temp = 21.25 12:44:09.905 -> Temp = 21.25 12:44:11.123 -> Temp = 21.31 12:44:12.345 -> Temp = 21.25 12:44:13.563 -> Temp = -127.00 12:44:14.081 -> Temp = 21.25