So I’m using two Pixy’s with the TI CC3200 launchpad. When I hook up one Pixy cam and use the SPI with Slave Select, it works fine. However, when I add a second camera, the moment I connect the second camera to either the SPI Clock OR one or both of MOSI and MISO, it no longer functions correctly. The data I get into the microcontroller is incorrect and seems to in some cases be offsetted from my expected values (e.g. A255 or D255 instead of AA55). If I disconnect the SPI Clock from the second camera, I can get data from the first camera again, or if I disconnect both MOSI and MISO from the second camera I get valid data from the first pixy again.
I’m asking here and I’ll also ask on the TI forums, but any help would be appreciated!