In general terms - the Mega will be sending commands to the Uno for running motor control sketchs. Another way of looking at it - the Mega does not know how to move a motor - but it knows how to send the command to the Uno which will control the motor. Each Uno has it’s own motor controller. The Mega will be running sketchs that will coordinate motor movement ( Uno job ) with lights and sounds ( Mega job ).
I hope this helps - serial connections would be a lot easier to hook up.
I read a couple of posts in different areas of the forum - indicating that it is possible to connect more than two processors together using the I2C - but the posts didn't say how. That is the piece of the puzzle that I am missing.
Can someone who has hooked up more than two processors together - please post how you did it? Where do you put the connectors on each?
No, the Uno has the motor controllers. I have the motors working on each of the Uno processors already. I want to control the motors with the Mega 2560 giving commands to the slave Uno processors. I just don’t know how to run the wires. My previous processors were OOPic - they had two connectors on each - so you just daisy chained.