DS18B20 Not Found #6605
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2022-01-25 by @gfwilliams Do you have a pullup resistor on Also are you powering the DS18B20 on the 3rd pin, or trying to run it parasitically? Posted at 2022-01-25 by sammachin Ah yes, pullup resistor that's sorted it, thanks :) Are there internal pullups I can use in this scenario? Sam Posted at 2022-01-25 by @gfwilliams Yes and no... So as far as I remember the nRF52 can do it, but the ST parts had some strange behaviour where it was really hard to keep the pullup on something that was an output so I don't think they could... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2022-01-25 by sammachin
Been doing some experiments with a DS18B20 sensor on an Espruino WiFi, I've had a couple of successful reads but mostly I'm getting this error:
(Sorry for the screenshot I can't figure out how to copy/paste from the console!
My code is just this for now:
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions