nodemcu_esp8266
nodemcu_esp8266 copied to clipboard
Firmware doesnt work
Hey,
i flashed your FW many times on different esp8266 chpis. The Flashing succeeded but if i try to boot it (change gpio0 to high) and power it one, there isnt any connection.
kind regards
Question - is there a way to, for example, write one RGB value to every third node without building out a string of 50 bytes? For eample, I'd like to write a Red level to 0, 3, 9, ..etc..,47, a green to 1, 4, 10,..etc..48, and a blue to 2, 5, 11,..etc...49. I'm running into some serious memory limitations and 'repeat' function call would be a big help.
Thanks, Andy Coulson