I have programmed the common "Blink" sketch into an ESP-01 using a programmer as described here
I know that it is working as when powered via the programmer the onboard LED of the ESP-01 flashes as per the Blink sketch.
When I however uplug the esp-01 from the programmer and then power it through another source i.e. an Arduino's 3V &GND or use the programmer but only connecting the power and ground pins, the power light still comes on but the LED in question does not flash.
I do not understand what is happening as by my understanding, given that they code is uploaded and the light is flashing, my does it no longer do this when not plugged directly into the programmer?