Hi, I am working with a pixy5 and looking for decode the serial protocol.
The problem I have is with the coded color coding.
I have registered 4 colors, and recieve the following data:
55 aa 56 aa 51 03 e3 00 11 01 aa 00 19 00 08 00 92 00
or
55 aa 56 aa fc 01 1c 00 10 01 a9 00 1b 00 09 00 03 00
The bytes e3 00 in the first case, and 1c 00 in the second, are the objet code detected as I undertsand.
Could somebody explain to me the meaning or how to decode the E3 00 and 1C 00 bytes?
Thanks a lot in advance.