You can chat about native SDK questions and issues here.

User avatar
By Mackenzie Bligh
#76180 Hi All,

I'm trying to flash a C program to blink an led ESP8266 Board. I followed https://github.com/pfalcon/esp-open-sdk/blob/master/README.md to build my toolchain, compiled this code https://github.com/pfalcon/esp-open-sdk/tree/master/examples/blinky, and then tried to install it using the uploading tutorial here https://github.com/esp8266/esp8266-wiki/wiki/Uploading. The LED built in to my board on GPIO2 will blink during flashing, but remains on once flashing is complete. The LED I am trying to blink does not work at all, and is not receiving any current. I am able to flash a working blink program using the Arduino IDE, and I'm unsure as to what exactly isn't working when I try to do it directly in C. Does anyone have any advice?