Hello!
I am using the example code of pixy library: ccc_hello_world. I hooked up spi pins MOSI, MISO, SS, SCK, GND and 5V. But the code sends: ‘no response’. I am coding in Arduino IDE, what should I do?
Hello,
Are you using “SPI with SS”
https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:pixymon_index#interface-tab
You will also need to use Pixy2SPI_SS instead of Pixy2. Also, the open() method for Pixy2SPI_SS takes a single arg, which is the I/O number of the slave select (SS).
Edward