
slim6072
USA
Asked
— Edited
Can you plug in more than 1 I was thinking of using these as they eyes
Can you plug in more than 1 I was thinking of using these as they eyes
Yes but if you want them controlled individually you will need to change the address on one of them.
ThingM.com has a downloadable manual if you wanted to read how to do it before getting them.
And to add, it's clearly set out so you can see the commands needed, there are also a few examples in the forum if you struggle to understand the I2CWrite() command (I posted one the other day to make the BlinkM red).
BlinkM Datasheet - You want page 17. Ignore the messy, nasty, arduino code.
Examples; (I'm taking a break from mind numbingly boring work)
Just some examples, now they are untested but I had positive feedback with the red light code the other day so assume all others will work. Hopefully it is enough for you to see how to carry out the functions described in the datasheet since this is no arduino you're using so their code is near useless.
Tuesday, 16 April 2013
GREAT Presentation Rich !
Thank You for the introduction to BlinkM & It's Datahheet.
Awesome thanks
Do I add the BlinkM Control? Do I add a secong EZB? If I script it as in the post above what language do I choose?
Nevermind I think I just use the Ezscript
JUst not sure how to tell address each device (one differently then the other)
There is an ARC control under I2C. It has a place for the address however I don't know if it has a place to re-address it.
Use
to change the address of the first one (without the second being connected). That will change it's address from 0x09 to 0x0a. You can change the 0x0a to anything you want provided it doesn't clash with a different I2C device.
Probably easiest to open the script console (under script) in ARC and manually type the above command in once. Then you can close the console and add the second BlinkM.
Once that command has been run it should be re-addressed. Then use the I2C control, change the address in the box at the top of the control and move the sliders to change colour.
Or write scripts to trigger specific colours for different actions etc.