Once I placed the conversion formula the temp came up `F
#define DHTTYPE DHT11 // DHT 11
//#define DHTTYPE DHT22 // DHT 22, AM2302, AM2321
//#define DHTTYPE DHT21 // DHT 21, AM2301
DHT dht(DHTPIN, DHTTYPE);
BlynkTimer timer;
// This function sends Arduino's up time every second to Virtual Pin (5).
// In the app, Widget's reading frequency should be set to PUSH. This means
// that you define how often to send data to Blynk App.
void sendSensor()
{
float h = dht.readHumidity();
float t = dht.readTemperature(); // or dht.readTemperature(true) for Fahrenheit
if (isnan(h) || isnan(t)) {
Serial.print((int)round(1.8*t+32));
Serial.println(" *F");
return;
}```
[Https://community.blynk.cc/t/dht-11-wemos-mini-and-blynk/37703/29](Https://community.blynk.cc/t/dht-11-wemos-mini-and-blynk/37703/29)
What f** is wrong with people on this community well it seem like no one is smart like me it fine, i been programming sines i been 6 and i’m now 22 i know all 27 programming languages from c++ to java to html to linux. i’m on my 4th year of getting my masters in computer science and my 3ed year of electrical engineering, and planning to go to Caltech…
we do not care about how many languages you know., can not help .
you do not need to know 27 languages and to despise people, you have to learn politeness first.
When you suspend a user you can choose the duration of the suspension. If you choose ‘forever’ then it sets the suspension expiry date to 1000 years in the future.