I''ve gotten a esp8266 and a neopixel ring,

I’'ve gotten a esp8266 and a neopixel ring, and cant get fast led to compile for it. the basic blink sketch pops up a error upon compile
http://pastebin.com/guVziJGN

That looks like an older version of the library. Remove that one and grab the latest from github, which should work better.

I removed the lib which was 3.1.x and reinstalled it… same thing. did this via lib manager… it wont compile on my system. let me try on the laptop

same error on the laptop.

Yeah. This error
#error “XTENSA-architecture microcontrollers are not supported.”
shows that it’s the older version. You have to grab the very latest from the github repo.

so the one from the lib manager is old?

also using ide 1.6.9

Yep. We haven’t OFFICIALLY released esp support yet.

ah okay… :slight_smile: and it does compile now. it has a warning about no hardware spi. but thats it. now to load on the esp8266 and see if I like it better than the neopixel lib

thanks a lot. checking out the demos now

okay, now that its running, anyone have some cool demos that would be awesome to run on a 144 led ws2812B/neopixel cane? its going to be a waterproof strip in a clear acrylic tube, not sure if the handle will also have leds in it or not yet… gotta figure out how I’m gonna power it, will be driven by a esp8266 12f, may or maynot have a switch or 2. in it as well. maybe If I can figure out how to do it I might make it controllable via a cell phone via wifi, maybe… might be too much for my meager coding skills.