esnkan
1
hello,blynkers:
i need some help now.
I have one temp/humidity sensor.>
i wanna show the temperature&humidity value on the blynk .
Blynk.virtualWrite(V5, temp_c);
Blynk.virtualWrite(V6,humidity);
I need the DHT11 library that i can use the keywords directly and it is better to give code examples to make it on the app.
thanks a lot.
esnkan
3
WOW,thanks a lot .
could you pease give me the concerned libraries in this file ?
esnkan
6
these two ones:<SimpleTimer.h> <DHT.h>
SimpleTimer - is already provided with Blynk. DHT - please see comments. It already has link.
esnkan
9
sorry,i can find it .could you please give me the DHT.h file ?
esnkan
10
ino:33:17: fatal error: DHT.h: No such file or directory
compilation terminated.
Hey, all our examples have links to required libraries in comments. Just read them
esnkan
14
THANKS FOR YOUR ANSWER.I HAVE ALREADY GOT A PROPER ONE.
AND I MEET ANOTHER QUESTION, DO YOU KNOW WHICH LIBRARY DOES THE “Blynk.virtualWrite(V5, temp_c);” KEYWORDS COME FROM ?
15: error: ‘Blynk’ does not name a type
16: error: ‘Blynk’ does not name a type
‘Blynk’ does not name a type
esnkan
15
thanks for your kind mention.