mmWave Industrial Visualizer is not working for me. It often freezes when 4 or more people are present in the room.
I see the same issue when running the Visualizer directly from Python.
So, I've created a "UART_decode.py" file to read data directly from the sensor (see attached).
However, I don't see the frame header magic word in the received data: 0x0102, 0x0304, 0x506, 0x0708.
Can you share a Python script that would decode raw data? This script that would print "frame header" or "packet start" (when magic word is received). Any other examples would be very helpful.
Thank you!