PRO
dbeard
USA
Asked
— Edited
I am not understanding how to change colors via scripting if I have 2 blinkm connected.
This will fade to blue I2CWrite(0,0x09,"c",0x00,0x00,0xff)
How do I make the other one fade to another color?
I cant figure out how to address the each blinkm individually.
Thanks.
Hope this helps?
https://synthiam.com/Community/Questions/5505
I read over that post multiple times. I understand how to manipulate a single BlinkM, I don't understand how to talk to a second one connected on the same EZB.
Is it even possible to run two BlinkM from one EZB.
Appreciate any and all help.
The two BlinkM's would need separate addresses. If they have the same address then it wouldn't work out from the same EZ-B.
You need to figure out how to change the address on one of the two BlinkM's and then reference that BlinkM in using the second parameter of the command. I don't have a BlinkM but will see if I can figure out if it is possible to change the address.
http://thingm.com/fileadmin/thingm/downloads/BlinkM_datasheet.pdf
Section 4.1 may help you from this document.