-->
Page 2 of 4

Re: WiFi Shield for Using with Relays-Board (1,2,4,8CH)+ esp

PostPosted: Sun Jan 08, 2017 2:55 pm
by Max Maxov
Here we go....

jsut finished:

has an DHT soket
etc..
2017-01-08 20_52_18-1 Board - D__03_Daten_100_ioBroker_01_Hardware_esp_ESP8266-Breakout-Adapter-mast.png


2017-01-08 20_54_11-2 Schaltplan - D__03_Daten_100_ioBroker_01_Hardware_esp_ESP8266-Breakout-Adapter.png

Re: WiFi Shield for Using with Relays-Board (1,2,4,8CH)+ esp

PostPosted: Sun Jan 08, 2017 3:30 pm
by martinayotte
You didn't add PullUp on GPIO2 ...

Re: WiFi Shield for Using with Relays-Board (1,2,4,8CH)+ esp

PostPosted: Sun Jan 08, 2017 3:38 pm
by Max Maxov
martinayotte wrote:You didn't add PullUp on GPIO2 ...


Ups... Forgot it... 10k is ok?

One more question... Can i use gpio(0,2 or 15) as DATA for DHL as i planed? If yes, i would route just this pin (0,2,15)to Data.

What do u think/know ;-)?

Thank you!

Re: WiFi Shield for Using with Relays-Board (1,2,4,8CH)+ esp

PostPosted: Sun Jan 08, 2017 4:08 pm
by martinayotte
Yes, 10K is perfect !
Yes, you can still connect DHT to GPIO2 or GPIO0, since it is also requires PullUp, but not on GPIO15 since this one requires PullDown, but it can be something else, like an LED, as long as PullDown stays there.