After a few hours of use (maybe temperature based?) my brand new BlinkStick Nano starts changing to the wrong colour.
This code:
const blinkstick = require('./blinkstick');
var device = blinkstick.findFirst();
var sleep = async(ms) => new Promise(r => setTimeout(r, ms))
var blink = async() => {
await sleep(100)
device.getColorString((err, color) => {
console.log(color);
device.setColor('#111111', blink);
})
}
blink()
Produces this output:
#111111
#111171
#111111
#111111
#111171
#111111
#111111
#111111
#111111
#111171
#111171
#111111
#111171
#111111
#111111
#111111
#111111
It is not an error in reporting, the LED flashes blue at random intervals.
I suspect the unit may be faulty. Can you please replace it? Order #5551
Thanks