<< return to Pixycam.com

Could you please teach me I2C register

I try to get data using I2C communication from the Pixy. I can’t communicate with Pixy, since I’m not sure what its register is. I viewed the site of Pixy, though. Could you please teach me I2C register.

Hello Yuki,
Check out this page:

https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:porting_guide

The I2C protocol is the same as the SPI and UART protocols. It is not “register based” like many I2C protocols.

Hope this helps!

Edward