Hi
while I am doing the experiments about Vital_Signs_With_People_Tracking:
FW: vital_signs_tracking_6843AOP_demo
CFG: vital_signs_AOP_2m
I successfully started the instutrial visualizer, and the device worked all functional, no problem.
But when I connected the radar to pc, trying to track data with serial port. What I got from serial port, is different from what you write in the user guide.
What I got: Frame Header(48 bytes) + unit struct(20bytes) + point struct(point num * 8 bytes)
What I should get : Frame Header(48 bytes) TLV header(8 bytes) + unit struct(20bytes) + point struct(point num * 8 bytes)
So I missed TLV headers, besides, TLV nums seemed to be strange, and no vital sign tlv, or other any tlvs.
Is this normal, if it is not, could you please tell me how to get the right data from serial port