Can't get blink to work
Posted: Sun Jun 21, 2015 11:12 pm
I have an ESP8266-12 connected as illustrated in the Github schematic. When I compile Blink I get no errors and when I upload, I am told "Done uploading". However, my LED isn't blinking. I have connected GPIO13 ( pin 2nd bottom left) to the anode of my LED and the cathode to GND through a 450 Ohm resistor.
I am at a loss on how to debug.
I tried a sketch with a simple:
but got no response. I believe that is because the circuit causes a serial connection to place the device into programming mode.
I'm afraid I'm stuck and would welcome any suggestions on how to make progress in my debugging efforts.
Many thanks ... Neil
I am at a loss on how to debug.
I tried a sketch with a simple:
Code: Select all
void setup() {
Serial.begin(9600);
Serial.println("Hello World");
}
but got no response. I believe that is because the circuit causes a serial connection to place the device into programming mode.
I'm afraid I'm stuck and would welcome any suggestions on how to make progress in my debugging efforts.
Many thanks ... Neil