-->
Page 2 of 7

Re: Simple DHT-22 temp and Humidity transmitter to MQTT

PostPosted: Tue May 26, 2015 3:18 pm
by LeXLuther422
Here is kind of the start and basic layout i'm going to use. Going for a single sided board.
DHT_ESP_1.jpg


Here is after a smoke break and some thought...
DHT_ESP_2.jpg

Re: Simple DHT-22 temp and Humidity transmitter to MQTT

PostPosted: Tue May 26, 2015 4:35 pm
by GeorgeIoak
Maybe take C1 and flip it so it is outside the footprint of the module. You can then take your 2 traces and route them under the module instead of wrapping around. This will allow you to have a solid ground pour I think. You can do the same for C2.

Re: Simple DHT-22 temp and Humidity transmitter to MQTT

PostPosted: Tue May 26, 2015 6:04 pm
by LeXLuther422
Good call. that looks a lot cleaner.
DHT_ESP_3.jpg

Re: Simple DHT-22 temp and Humidity transmitter to MQTT

PostPosted: Tue May 26, 2015 6:18 pm
by GeorgeIoak
You might also think about adding a pull-up resistor for the enable pin rather than directly connecting it to Vcc. This would allow you to externally disable the module if you ever wanted. This has a very similar, if not identical, function as reset and the module you are using doesn't expose the reset pin.