Hi - we’re trying to connect to the Pixy2 via I2C and the FTC SDK. The SDK, as far as we can tell, requires a register to read. A couple other people have asked about this. Apparently, there are other ways people worked around this: custom firmware (which is illegal, I believe) or (vaguely) Lego interface. But we can’t find any definitive answer from anyone who has actually used this code to connect to a Pixy2, nor can we find any quality documentation.
So, my question is, how do we connect?
- Is there some default register we can put into I2CDeviceSynch that will treat it as a serial bus?
- Which interface should we use? I2C or Lego I2C? Does the Lego allow for a read at a register? do we need the lego firmware to do it?
Thanks for any guidance.