-->
Page 3 of 4

Re: How to use esp8266-12 all gpios

PostPosted: Tue Jul 07, 2015 1:45 pm
by martinayotte
kenn wrote:The trick is how to reasonably use those last GPIOs without requiring complex outboard circuitry to manage the startup conditions.


That's only depends how you use them. For example, I'm using GPIO2/GPIO0 for an I2C bus, so since I2C bus requires Pull-Ups, that just fine because those PullUps are also required for Normal Boot.

Re: How to use esp8266-12 all gpios

PostPosted: Tue Jul 07, 2015 2:15 pm
by kenn
martinayotte wrote:
kenn wrote:The trick is how to reasonably use those last GPIOs without requiring complex outboard circuitry to manage the startup conditions.


That's only depends how you use them. For example, I'm using GPIO2/GPIO0 for an I2C bus, so since I2C bus requires Pull-Ups, that just fine because those PullUps are also required for Normal Boot.


Then you figured out the trick ;)

Re: How to use esp8266-12 all gpios

PostPosted: Tue Jul 07, 2015 2:54 pm
by martinayotte
kenn wrote:Then you figured out the trick ;)

:D
The trick for GPIO15 is probably (but I didn't try it) is driving a LED to GND, since this pins requires a PullDown. ;)

Re: How to use esp8266-12 all gpios

PostPosted: Thu Sep 03, 2015 4:18 pm
by nadirsert
Image
This is my board 4 output 2 input and 1 sensor pin it has a pull up res just a trick as you said.I wrote android app for module ı use udp server using lua .