-->
Page 1 of 1

status LEDs?

PostPosted: Sun Nov 02, 2014 11:26 am
by Didier9
My ESP8266 module (the one with the 2x4 header and the PCB antenna) has two LEDs, a red one that looks to be just a power indicator (it is always on when power is applied) and a blue one that blinks during reset and when flashing the module.
Does anyone have a definitive answer as to what those are actually supposed to indicate?
Of course, I did not see any reference to them in the "documentation".
Thanks in advance
Didier

Re: status LEDs?

PostPosted: Mon Nov 03, 2014 9:11 am
by mamalala
Didier9 wrote:My ESP8266 module (the one with the 2x4 header and the PCB antenna) has two LEDs, a red one that looks to be just a power indicator (it is always on when power is applied) and a blue one that blinks during reset and when flashing the module.
Does anyone have a definitive answer as to what those are actually supposed to indicate?
Of course, I did not see any reference to them in the "documentation".
Thanks in advance
Didier


The blue LED is connected to the UART TX pin, the other one directly to the supply voltage. So you can't really control them individually. Well, you could with the blue LED, but then you would need to disable the UART TX on that pin and make it a regular output pin instead.

Greetings,

Chris

Re: status LEDs?

PostPosted: Mon Nov 03, 2014 9:55 am
by Didier9
Hi Chris,

Thank you for that! That makes sense and correlates with my observations.
I found out a link to a"generic" schematic but it did not show any LED.

As an aside, the module I have (version 1) seems quite sensitive. At my house, it consistently detects 7 access points (2 are mine). I have a big yard and the neighbors are not really close, so that's really good.

Didier