(sorry for the bad English)
I am new to the world of ESP8266 and need some help. My question is simple and I hope some of u can help me.
I have programmed my ESP8266-01 using arduino to turn on/off a LED using the browser. Default the LED is off.
I have connected GPIO2 -> 220 resister -> LED.
I have problems while module boot/startup. The blue LED on module stay on. After searching for hours I found out that the problem is caused by GPIO2 not being HIGH on startup because it is connected to LEF.
When I startup the module with GPIO2 not connected (floating) and once module is booted and I connect GPIO2 to my LED then eveything works OK.
How can I get this working? I have read about pullup GPIO2, but that causes the LED to be on and I dont realy know how this works?
Can someone help me?
Thank u all in advance!