Ive tried all of these suggestions...to no avail.
Just be clear, Im using the NodeMCU Development board, and the sketch does flash but not run
Ive pull CHPD->HIGH and GPIO15 to Low but nothing changes
http://whatimade.today/graphic-equalize ... q7-ws2812/ seams to indicate ESP12 is slightly different however when I pull GPIO2->VCC the chip doesnt start.
I think I need to wait to see if someone else has one of these nodemcu boards and can test this out for me...
I have a plain ESP12 board but Im waiting for decent 3.3v psu to arrive as it connects using a CH340 programmer. alas on that one I cant run nodeMCU or Arduino but my gut feeling there is its Power related...
edit : Done some googling and discovered microPython, who have a beta python compiler for the ESP8266, I followed these instructions https://learn.adafruit.com/building-and ... 6/overview and happily managed to flash micropython to the nodeMCU board with no problems....