This works well with my ds18b20.
fotastisch wrote:Just for completeness, here is the output from the console:
[/code]
Thanks for your help again, I'm completely out of ideas what causes the problem.
Explore... Chat... Share...
Moderator: igrr
fotastisch wrote:Just for completeness, here is the output from the console:
[/code]
Thanks for your help again, I'm completely out of ideas what causes the problem.
crc=0
for x=0 to 8
crcdata = B20str[X] ' load TLow-THigh - THR -TLR -DSFig -RSV5-RSV6-RSV7-CRC
gosub crc8 ' comput crc
next x
C=crc ' good read crc = 0
celsius = (float)raw / 16.0;
fahrenheit = celsius * 1.8 + 32.0;
Serial.print(" Temperature = ");
Serial.print(celsius);
Serial.print(" Celsius, ");
Serial.print(fahrenheit);
Serial.println(" Fahrenheit"); - See more at: http://www.esp8266.com/viewtopic.php?f=29&t=8514&start=4#sthash.JKmwKJm8.dpuf
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]