Hardware model = Arduino Uno
Communication type = Ethernet Shield
• Smartphone OS IOS
• Blynk server
• Blynk Library version = latest
Hi All,
I am installing Arduino IDE in a new PC and uploaded a code with DHT sensor that was compiled and working in another PC. The same happens with your DHT11 scketch code.
In this new one when code is compiled I received many erros specially saying that DHT.h does not exists.
I tried many different DHT libraries, for github (https://github.com/adafruit/DHT-sensor-library) and from Arduino webpages and others that I found but no one worked.
Important: all libraries were correctly imported and appeared on the IDE libraries menu.
Error with Adafruit sensor library from github (DHT-sensor-library-master):
In file included from C:\Reinaldo\Arduino\libraries\DHT-sensor-library-master\DHT_U.cpp:22:0:
C:\Reinaldo\Arduino\libraries\DHT-sensor-library-master\DHT_U.h:25:29: fatal error: Adafruit_Sensor.h: No such file or directory
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
Error using DHT_sensor_library-1.3.0 from arduino.cc
In file included from C:\Reinaldo\Arduino\libraries\DHT_sensor_library-1.3.0\DHT_U.cpp:22:0:
C:\Reinaldo\Arduino\libraries\DHT_sensor_library-1.3.0\DHT_U.h:25:29: fatal error: Adafruit_Sensor.h: No such file or directory
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
Were could I find the correct one to work with Blynk scketch?
tks
Reinaldo Lorenzato