NeoPixel[WARNING] exceded max strands
in iOS
R board HW 0.2 FW 1.0.4
ios API 1.9.4
using a single neopixel (not a single strand, a single pixel) connected as per http://projects.mbientlab.com/wp-content/uploads/2014/11/Neopixels.png
it lights up fine when connected.
running sample code like so:
help?
ios API 1.9.4
using a single neopixel (not a single strand, a single pixel) connected as per http://projects.mbientlab.com/wp-content/uploads/2014/11/Neopixels.png
it lights up fine when connected.
running sample code like so:
MBLNeopixelStrand *strand = [device.neopixel strandWithColor:MBLColorOrderingRGB speed:MBLStrandSpeedFast pin:0 length:1];on the first run it turns the neopixel off entirely, each run after it does nothing, except give this warning in the console:
for (int i = 0; i < length; i++)
{
[strand setPixel:i color:[UIColor greenColor]];
}
NeoPixel[WARNING] exceded max strandsdisconnecting the neopixel from power, reconnecting it, and restoring the mbient board to factory settings puts it back in position to turn off again.
help?
This discussion has been closed.
Comments