Is it possible to connect 2x Brushless Motor Shield (TB6605FTG) to a arduino mega?

Hi i am new to this and need some help.

Is it possible to connect 2 of this brushless motor shield one on top of the other to run the motors? and if it is, how do i configure it so that i am able to address and write the code the boards? thank you :smiley:

this is the website link to the shield: Brushless Motor Shield TB6605FTG | Seeed Studio Wiki

@PJ_Glasso could you please confirm?

Hi there,
Maybe ? Which mega are we talking and, Not without some soldering IFAIK.
Look at the multiple motor shields stacking here
https://learn.adafruit.com/adafruit-motor-shield-v2-for-arduino/stacking-shields


especially if you want to use interrupts.
Of course the SEEED PDF link is broken so hard to say definitively.
I would get familiar with the single board and motor demo example code and connections then add another and see if itโ€™s an issue the I2C address, port2 and INT0 INT1, etc.
HTH
GL :slight_smile: PJ