This is related to project that I'd like build using Google AIY VIsion Kit + Raspberry Pi.
I'd like to attach two vision bonnets to RPi zero W. I realized that Pi interacts with Vision Bonnet using SPI interface. From the schematics of RPi GPIO header, there seems to be two SPI interfaces as well. So, I'm wondering if I can connect two vision bonnets to the Pi. Would that be possible?
Furthermore, I've got two ideas in this regard:
(1) I think all the 40 pins won't be used by a single Vision Bonnet. So, if I know what pins are actually used, I can use that information to consider adding another Vision Bonnet. However, I'm not sure how to get this information though. Can you help me with this information?
(2) If I can't get the detail in (1), I'm thinking to extend the GPIO header on Pi by adding one more header on the VisionBonnet. Then, I'll attach the second bonnet to the newly added header. Does this make sense?
Thanks, Venky
Based on the modules loaded (run lsmod), and the python code. I believe it uses more than one SPI. Given this, the answer is that very likely it won't work.
1/ I was not able to find a schema of the bonnet.
2/ Adding headers and connecting the second bonnet won't work as SPI supports communication of two peers only. SPI of the second bonnet will have to be connected to SPI2.
More information, that I found later:
The vision bonnet uses the following GPIO:
SPI interface: GPIO10, GPIO09, GPIO11, GPIO08 Handshaking: GPIO06, GPIO13
An SAMD09 MCU is hung off the I2C bus and uses address 0x51, 0x61 (bootloader only) LED driver uses address 0x30