Hi.
I’m working with Netduino, .Net microframework. and trying to connect by I2C.
I’ve already made communication and I’m receiving and treating all the data I need… Of colour signatures only.
(I’m receiving the raw data, searching for index and putting everything in it’s place, something like this)
But now, I’m starting to do the same with Colour codes. The code is almost the same except for the angle. And that is all fine for me.
But I’m having a problem (or not, I don’t know). I’m receiving two blocks in the same message (I only have one block in pixymon, CC number 123, octal), almost identical. probably it’s supposed to be like this, but I’m not sure.
So… My questions are:
1 - Is it normal to receive two blocks in the same message? like this:
@85
170
86
189
1
83
0
56
157
0
112
84
0
209
255
0
0
0
0
0
0
0
0
85
170
86
170
182
1
83
0
54
0
157
0
108
0
84
0
208
255
@
(these are actual values I’m getting, I understand them all unless the 2 occurrences, and the last ones I ask in the next question)
2 - How does the angle work? I don’t understand how @208 and 255@ work as an angle… it’s Hex? Octal?
sorry if I’m not explicit enough. English is not my native language, not even my second one…