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.

AWR1642: Source code for the ti visualizer

Part Number: AWR1642

Hi all,

I want to use the data obtained from the UART port for applications outside the Code composer studio. I had dard time looking for ways to do it by using the CCS so I thought of using the source code of the Visualizer on TI cloud platform and then using its javascrpt file which does processing on the UART raw data. So is it possible to obtain the source code of the visualizer ?

Thanks

  • Hi Amol,

    The visualizer has the source code. In Chrome, right-click on the mmWave Demo Visualizer page and select 'Inspect'. It will open up a pane where there will be a menu along the top of the screen where you can select 'Source'. You can review the javascript file there to see how the raw UART data is processed. Hope this helps.

    Regards,

    Adrian