If we can, how connect the 2 cards ? i2c port ? uart ? serial ? and how change the program for grovepi after that ?
i want in a same program.py have :
import grovepi
import (what we need)
relay = 4
relay = (board2)4
its possible ? or there is an other board to coupling with grovepi for have much more digital ports ?
Hey,
I don’t think that you can connect the Mega shield with the GrovePi. What you can do is get another GrovePi. We are coming up with a new firmware and software in a few days that should let you to use multiple GrovePi’s .
Good job guys ! i wait the firmware ! i just buyed 3 grovepi more ^^ Do you think that you can do the firmware for 4 grovepi? Or you do for 2 and i must edit this with your help for change it ? Or the firmware can already support more than 4 grovepi ?
If i plug 4 grovepi on one raspberry pi b+ or raspberry pi2, Do you think that i must to change the alim supply cable or its ok ?( if i have 4x7 28 relays)
Sorry for all this questions but i like this card and this forum give me a lot of answer and your reply are fast ! thanks !
Seeed needs to create an I2C relay, then you could just add an I2C hub or four.
My understanding with the firmware is that each GrovePi sits on the I2C bus, and as long as they have unique addresses, you should be able to stack lots of them, presuming you have a good power source.
To flash new firmware, I believe you would need to stack one at a time, as it uses SPI.