Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

29
  • I will try to implement this solution. I will get back to you shorty after getting any results. Commented Nov 1, 2021 at 10:58
  • That didn't help, the -3275-like values are still reported. Commented Nov 3, 2021 at 12:07
  • That is weird. Can you try to print out the values of receivedDHTData[2] and receivedDHTData[3]? The byte value at index 2 should be 255 (0xFF) if my assumption is right. Commented Nov 3, 2021 at 12:22
  • indeed, it does: skr.sh/i/031121/… Commented Nov 3, 2021 at 13:26
  • When I feed my code with exactly these values I get the correct result. Maybe this is also a compiler/board issue? I have tested on an AVR board (Arduino Nano) Commented Nov 3, 2021 at 13:37