I am using NodeMCU unit. Is there any sample code avilable to read DHT Sesor value without using library function. I have tested DHT11 with Arduino uno & its working fine. But it wont wont work with Simple DHT11 library.
Is There any sample code avilable for test it out.
I have tested code using arduino Uno board and Its working fine . I have also tested giving separate 3.3v power and Gnd the result same. I have tested without library function it gives timeout error
You could try Adafruit's DHT Library.
If that doesn't "work" either, then just open up the library source code, figure out what it does, and then write your own code.