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.

RTOS/AWR1642BOOST: Encrypted Serial Data over UART to mmwave Demo Visualizer

Part Number: AWR1642BOOST


Tool/software: TI-RTOS

Hi E2E Team,

We are looking to more understanding on xwr1642 device from DSP side, currently getting encrypted data from device over UART console, fails to read it. To understand it, needed  data without encryption. Can you please point, where we can disable encryption and will get serial data in readable format over serial console.

  • Hello Madan,
    Object data is being sent in binary format and not being encrypted.
    There are two options you can follow
    1. Capture UART data using mmWave Demo Visualizer and process using Python srcipt. Follow this e2e post for more detail about these two steps
    e2e.ti.com/.../2557003
    2. Amend the mmw demo to send ASCII data instead of binary data over UART which will be readable on serial console.


    Regards,
    Jitendra