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.

CCS/IWR1642BOOST: GUI which measure distance, velocity and angle in simple form.

Part Number: IWR1642BOOST

Tool/software: Code Composer Studio

Is there any GUI other than demo visualizer or any tactics develop by ti through which I an show these distance,velocity and angle in to decimal form?Because I have to show these values to our boss and customers in a simple form.

  • Hi Arpit,

    The mmWave Demo Visualizer itself shows these values in terms of their physical values. The scatter plot shows the object in cartesian coordinates (x,y,z). You can enable the Range-Doppler Plot to see the Velocity values in m/s of the objects detected at a particular range.

    We do not have an alternate visualizer which shows the values in other ways.

    You can import the source code of the Visualizer in TI GUI composer from dev.ti.com/gallery and modify if per your requirements.

    You will need to understand the GUI composer environment and Javascript as the visualizer is written in that as discussed in this thread here: e2e.ti.com/.../770119. Refer to the GUI composer user guide referred in this thread to get started.

    Thanks.
    -Nitin