Arduino UNO USB serial connection DHT 11 code

1 Like

Thanks for sharing!

could you please check your code. there are some empty includes

I fixed now . Should be fine now.

Hi there!! i tryed this sketch at first it worked fine, after some days i was trying to add it to my project but it gave me these errors:

Arduino:1.6.10 (Windows 10), Tarjeta:“Arduino/Genuino Uno”

C:\Users\ange3\Desktop\blue lizard app\sensor\sensor.ino:37:0: warning: “BLYNK_PRINT” redefined

#define BLYNK_PRINT SwSerial

^

C:\Users\ange3\Desktop\blue lizard app\sensor\sensor.ino:33:0: note: this is the location of the previous definition

#define BLYNK_PRINT serial

^

In file included from C:\Users\ange3\Desktop\blue lizard app\sensor\sensor.ino:38:0:

C:\Users\ange3\OneDrive\Documentos\Arduino\libraries\Blynk/BlynkSimpleSerial.h:16:2: warning: #warning BlynkSimpleSerial is now deprecated. It will be removed soon. Check the latest USB/Serial examples. [-Wcpp]

#warning BlynkSimpleSerial is now deprecated. It will be removed soon. Check the latest USB/Serial examples.

^
CAN YOU PLEASE HELP WITH THESE ISSUES… THANKS…

@maxvoltha did you update IDE recently?

yes, I did… i have the latest IDE…

That could be a reason. @vshymanskyy pls fix ASAP. @maxvoltha as temp solution you may downgrade your IDE.

1.6.9 seems to be more stable. You could also try an external platform like PlatformIO.org. it seems to be very good, except I didn’t get it working.

thanks, it worked! i downgrade the IDE to 1.6.9…

Currently there is no workaround, as usual, Arduino latest releases break everything (and many more libraries are affected).

At least it keeps you busy, right? :wink:

1 Like