Can't scale up BlinkM network.
I am trying to build a 35 BlinkM network. I have a separate power supply providing 4.5V @ 1600mA, with pull-up resistors across to the D and C pins. I can't seem to scale up to 35. I can control a small network, but not larger than 20 at this point. I tried using a couple different values for the pull ups (1.8k, 4.7k, etc.)
Any suggestions?
-Rob
Any suggestions?
-Rob
1 person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
-
Inappropriate?Hi Rob,
The startup light script that comes default on BlinkMs will cause each BlinkM to draw 60mA as it goes full white. This means 35 BlinkMs at once would draw 35*60mA = 2100mA, which is greater than your power supply. This is likely your problem.
You can program each BlinkM's startup behavior with the "Set Startup Parameters" ('B') command. An example command byte string to not play a script on a startup is "{'B', 0,0,0,10,0}". The first zero is the most important one: it controls whether or not a script is played. The '10' in there sets the default fade speed for any subsequence fade commands. The datasheet contains more details.
If you've set the startup mode to not play a script and it's still not working, how long and what type is the cabling you're using? I2C networking wasn't meant to go beyond a single PCB and we're all just lucky it works at a few meters. If you have strange or really long cabling, you might run into issues. For cabling, I've had success with standard ribbon cable and IDC connectors as described in my BlinkM Cylon post. Your pullup resistors should be no smaller than 4.7k. If you make them too large, the I2C devices can't pull the lines down.
You are working on one of the largest BlinkM networks I know of (I've only built ones up to 24 BlinkMs). Let us know how things work out! -
Inappropriate?Excellent, I will try the power supply issue first. I'll be documenting my work for all to see when this network is up and running. We have some sensors running as well so power will be an issue for sure.
Thanks for all your help.
-Rob
I’m thankful
Loading Profile...



EMPLOYEE
