RE; 1 Wire communication from ESP8266Basic ESP12E
Posted: Tue Feb 07, 2017 3:42 am
Hi,
I have written the following code for retrieveing the temperature data from DS18B20.
But this returns -127
I have made the connection as in the link below.
https://www.tweaking4all.com/hardware/a ... re-sensor/
I have not coonected the ardino instead have esp12e there.
Please help.
Thanks and regards.
Sidharth
I have written the following code for retrieveing the temperature data from DS18B20.
Code: Select all
cls
button "READ TEMP",[BUTTON]
wait
[BUTTON]
bla = temp(287)
print bla
wait
But this returns -127
I have made the connection as in the link below.
https://www.tweaking4all.com/hardware/a ... re-sensor/
I have not coonected the ardino instead have esp12e there.
Please help.
Thanks and regards.
Sidharth