To reduce the false positives on my Pixy Rover I have switched to Menu -->Expert --> Color Mode 2 (not default 1) and have set CC signatures 1, 2 and 3. When I serial print the signatures of what it “sees” I was expecting numbers like
14-octal for CC 12
173-octal for CC 123
15-octal for CC 13
27-octal. for CC 23
324-octal for CC 212
but what I am seeing is a lot of numbers that I can use, but do not understand, such as:
1
10
138
The last number can not be in octal form since it has an 8 in it but if I convert it into Octal I get 212 which would make some sense.
Also 10 converts to octal 12, which also would make some sense. Any opinions about this data? My files are up-to-date.
The Spark Core .ino file (Similar to an Adruino RobotC program with a few header differences) I am using is at
It basically flashes LED D7 at different rates depending on the largest CC objects angle.