Hi,
I would like to run 2 pixy 2.0 on the same arduino mega board . Is this possible?
If so, suggestions on how?
Thanks
Hello,
Pixy should work with the Arduino Mega. This page should help:
Edward
Hi Edward,
Thanks for your reply. Some helpful stuff in the links.
I would like to connect two (2) Pixy’s to the mega board. Do you have any instructions for this?
Thanks
Hello,
Getting 2 Pixys to talk to you Arduino is definitely possible, but it’s more advanced. You can do it through i2c or through spi with slave select. You might consider i2c because it’s the simplest. There is some information here:
https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:porting_guide#i2c
Edward