Hi everyone,
We are trying to hook the Pixy (fw 0.1.43) to a FriendlyARM board (mini210s) using a hand-crafted I2C cable.
Our cable connects the pins 9, 5 and 8 of the the Pixy’s I/O connector to the relevant pins of our board. We then plugged the Pixy to a computer running the latest PixyMon (0.1.49 / OS X) and taught it two colors and changed the data output port to 1 in PixyMon’s settings (for I2C output).
Finally we detached it from PixyMon and tried to interact with it from our board (which is running Linux).
i2cdetect from i2c-tools does not find anything at 0x54 and we don’t manage to interact with the Pixy from hand-written C or Python programs.
Any idea what we are missing?
Thanks!