Other Parts Discussed in Thread: MMWAVE-SDK, IWR1642,
Hi,
I'm referring to this thread https://e2e.ti.com/support/sensors/f/1023/p/660937/2430814
Can I have access to this python script to decode the UART byte stream too?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I'm referring to this thread https://e2e.ti.com/support/sensors/f/1023/p/660937/2430814
Can I have access to this python script to decode the UART byte stream too?
Hi CF,
Please see the following thread.
IWR1642: UART output data python script - Sensors forum - Sensors - TI E2E support forums
Regards,
John
Hi John, thanks for pointing me to the relevant thread.
Some questions about the structure i'm referring to at mmwave_sdk_02_00_00_04/packages/ti/demo/xwr16xx/mmw/docs/doxygen/html/index.html
Is this the correct document to refer to? I'm finding that the totalPacketLen (Total packet length including header in Bytes) does not match the bytes i receive.
is subFrameNumber always included in the header? so number of fields excluding the magic word is 8, not 7?
in mmw__output_8h_source.h, the enumeration values for message output are missing, what should the values be?
typedef enum MmwDemo_output_message_type_e { MMWDEMO_OUTPUT_MSG_DETECTED_POINTS = 1, MMWDEMO_OUTPUT_MSG_RANGE_PROFILE, MMWDEMO_OUTPUT_MSG_NOISE_PROFILE, MMWDEMO_OUTPUT_MSG_AZIMUT_STATIC_HEAT_MAP, MMWDEMO_OUTPUT_MSG_RANGE_DOPPLER_HEAT_MAP, MMWDEMO_OUTPUT_MSG_STATS, MMWDEMO_OUTPUT_MSG_MAX } MmwDemo_output_message_type;