-->
Page 5 of 7

Re: ESP8266 internal temperature sensor

PostPosted: Sat Nov 15, 2014 2:35 am
by alonewolfx2
hansaya wrote:Thanks, I got it working

can you share example code?

Re: ESP8266 internal temperature sensor

PostPosted: Sun Nov 16, 2014 11:17 am
by Fadi
code was shared in the first page of this forum post.
and I think you might need to change HIGHLEVEL as noted above to get it to work properly.

that is all.
if you have other problems or questions let us know. Thanks to off for sharing his code, and this whole
community is very active and helpful.

Fadi

Re: ESP8266 internal temperature sensor

PostPosted: Sat Nov 29, 2014 7:19 pm
by hansaya
alonewolfx2 wrote:
hansaya wrote:Thanks, I got it working

can you share example code?


sure

Here is my dropbox link https://www.dropbox.com/sh/gfmn7481omah ... yWT5a?dl=0

I used GPIO 13 to connect DHT11 and use serial command AT+TEMP or use AT+HELP to check all the commands. This should print temperature and humidity every ~4 seconds

Re: ESP8266 internal temperature sensor

PostPosted: Wed Dec 03, 2014 12:27 am
by hansaya
I have a question. How can i get decimal values out of this thing? I know that im getting Celsius but when i convert it to Fahrenheit 1 C could change a lot in F. Any idea how can read decimals or its not possible?