Hello everyone,
I'm having issues with DHT11 sensors. Basically, I have an Arduino powered sensor setup which uses BMP180 for temperature and barometric pressure readings, and a DHT11 for humidity readings. It then transmits the data to a receiver using a 434 Transmitter. When I was originally putting things together, I was using an UNO board powered by USB cable from my computer. Everything was working fine with the transmitter and receiver, and all sensors were working as well.
Taking it further, I wanted to replace the UNO board, using the ATMega328 with a voltage regulator, all powered by a 9V battery. When I power it up, everything works fine except the DHT11. It appears to me that there is a problem with the power being supplied to it.
I used this as a reference for building the Arduino on the breadboard: https://www.arduino.cc/en/Main/Standalone. All components used in making the Arduino on the breadboard are exactly as described in this link. I then added the rest of my components and sensors. I've checked all connections to ensure I haven't missed anything, and everything appears to be correct. I have been poking about with my multimeter as well to check for proper input voltage, checking the raw voltage from my battery as well as voltage after the 7805 regulator - all come back fine. I have swapped 7805's as well as tried a AC adapter with 12VDC output as raw voltage. I have also used different 9V batteries as well.
For DHT11 sensors, I have one that is just the module with 4 pins, as well the ones mounted on a board with 3 pins and LED, both of which I have used successfully, powering it from the USB with the UNO board. However, the module with the LED shows the LED as blinking - this being the only visible indication that something is wrong. When powered from the UNO board with USB it is solid. Hence it must be something up with the supply voltage to it, perhaps fluctuation and I am unable to see it on my meter. As a test, I was getting 4.9V supplied using the 9V batter setup, the UNO board itself with USB was only supplying 4.7V - both within specs for the DHT11.
I'm hoping someone may have some insight on a solution for this problem. In the end I'm hoping to solder this stuff together and put in a small box that can be placed outside my house. With the receiver inside with LCD display. I'm attaching a .JPG of a Fritzing schematic that is an exact replica of what I have physically built on a breadboard. Everything works on 5V, except the BMP180, which I used a voltage divider to get the 3.3 for its VIN.
Any help would be greatly appreciated!
Thanks!