ds18b20 icon indicating copy to clipboard operation
ds18b20 copied to clipboard

Library for single DS18B20 on ESP32 esp-idf framework

Results 6 ds18b20 issues
Sort by recently updated
recently updated
newest added

Could you please explain why there is a difference in temperature values between ds18b20_get_temp() and ds18b20_getTempC()? My question is related to the following part of the code from main.c file:...

when it goes first while then numberFound = 1,but the secode while set numberFound = 0,so numberFound always no be 2; my solution is clear numberFound = 0(line 26) the...

Hi, Code works great for 1 sensor. I'm wanting to add a second sensor but run it off a separate GPIO. How would you recommend going about this? Thanks

Hi there. Sorry for the noobie question and the poor english, but could you tell me how can I write to the DS18B20 registers with this library? Such as set...

Hi there Thanks for the simple library Can it be used to 1 wire communication?