Other Parts Discussed in Thread: PGA460
I have network of 5 addressed sensors(1-5) and question is what is conditions for such solution.
what it was discovered:
Measurement feedback from one sensor can block communication for other sensors, inside feedback chain of BYTES was sequence"0x55 0x1E 0xE1 "example below(taken from I/O bus):
55 21 08 D6 -> master to slave
55 25 -> master to slave
48 0C 6A 57 D6 12 0A 33 5A 1A E6 86 77 1D 79 29 55 1E E1 23 4C 21 49 54 9C 23 19 3A 76 FF FF FF FF 9D -> slave to master
what it means: "0x55 0x1E 0xE1 "
0x55 - synchro byte
0x1E -> 000(addr = 0) 11110 (cmd = 30) it means it is reserved bradcast command, when it is broadcast cmd address is ignored
0xE1 -> unfortunately it is correct CRC for 0x1E
after this sequence communication for 4 out of 5 sensors was stopped. it means it is real issue when I use network of few sensors .
what is solution for such case? of course I can use low power mode for sensors which are not used for measurement currently but ... is it correct?