I am making a robot with a 12 wheel drive, we are using two brains, 6 moteres on one brain, 6 on the other brain, we want to link the two brains together, so we only need to use one controller for both of them.
Correct me if I’m wrong but don’t VEX IQ brains have 12 smart ports that you could connect motors to?
3 Likes
That would need code running on both IQ Generation 2 brains and a special cable to connect them, see some details in this topic.
Then there’s no room for other sensors. 12 motors spilt across two batteries will also work a little better.
4 Likes
I already made a crossover cable, the brains turned on simultaneously, but they didn’t communicate with each other. My partner and I want to use one controller to control all the wheels, a touch LED, and a claw.
1 Like
You have to create a program (and suitable protocol) on both brains to allow communication.
2 Likes
how do I do that, Im done with the project, but still want to know how to do it.