-->
Page 2 of 3

Re: Connecting ESP8266-12 vs. ESP8266-01 via USB2TTL

PostPosted: Thu Jun 04, 2015 3:34 am
by HermannSW
Just saw what GPIO15 is about, from:
https://github.com/esp8266/esp8266-wiki/wiki/Boot-Process

GPIO15 being HIGH on startup selects boot from SD card, so it should be connected to GND normally (on startup):
https://drive.google.com/file/d/0ByLNRzaQc0jPV0xaektpdFFoMGs/edit

Hermann.

Re: Connecting ESP8266-12 vs. ESP8266-01 via USB2TTL

PostPosted: Thu Jun 04, 2015 3:50 am
by HermannSW
If GPIO15 should be used after startup, direct connection to GND would not be good, right?

So shouldn't GPIO15 be pulled LOW via a resistor as GPIO0 is pulled HIGH?
(from http://internetofhomethings.com/homethings/?p=286):
Image

Hermann.

Re: Connecting ESP8266-12 vs. ESP8266-01 via USB2TTL

PostPosted: Thu Jun 04, 2015 8:25 am
by GeorgeIoak
Yes, you are correct, you should use a resistor to pull GPIO15 to GND. Depending on what you are doing with the LED on GPIO2 you might want to adjust that resistor value. I don't recall the drive strength of the ESP8266 but putting 10mA through the LED is usually more than enough to make it bright. Just use Ohms law (V=IR), where V in this case is 3.3-Vf and Vf is the forward voltage of the LED you're using.

Re: Connecting ESP8266-12 vs. ESP8266-01 via USB2TTL

PostPosted: Thu Jun 04, 2015 12:13 pm
by j0hncc
Doesn't that LED plus resistor on GPIO02 cause the unit to boot in the wrong mode?