Asked — Edited

Blink M Question

Is there a way to control the color over time or change color of the led due to an event thru some kind of scripting?


ARC Pro

Upgrade to ARC Pro

With Synthiam ARC Pro, you're not just programming a robot; you're shaping the future of automation, one innovative idea at a time.

PRO
USA
#17  

I2CWrite(0,0x09, c, 0xff) Sleep(5000) I2CWrite(0,0x09, c, 0xc4)

What happens is I have to move the sliders to change the color, then execute script, the first line is ignored then it changes to the second color. Its almost as if the Blink M control panel is over riding with the first color and the script picks up the second color.

United Kingdom
#18  

Have you tried it without the blinkm control panel being loaded in to the project?

PRO
USA
#19  

Just did. No luck. Once killed it stays at the last color I chose and again skips the first color but changes to the second.

PRO
USA
#20  

@DJ how about an Auto Position option for Blink M's so animations are possible? If i can use sliders those sliders should be able to be animated over time?