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: AWR1642 RadarStudio Chirp Parameter loading

Part Number: AWR1642

Hello,

I was wondering if there is an easy way to take chirp parameters generated from the online mmwave estimator and load them into the RadarStudio utility?

Thank you,

Eric.

  • Hello Eric,

    One option would be to save the configuration created in the mmWave Estimator tool as a json file and you can then parse this file to extract the relevant values to use in the Radar studio commands.

    Hope that helps.

    Thank you,
    Vaibhav
  • Is there a script that TI produces to parse the .json to a .csv automatically? Only reason is I have a number of different chirp parameters to input to Radar Studio for testing.

    Thank you,

    Eric.
  • Hello Eric,
    Presently we do not have a ready script available for that conversion. But once you make one of the configurations in the radar studio , when ever you click a button you would see ar1.*** command being sent in the "output" window of the radar studio. You can copy these ar1.*** commands used from the "output" window of the radar studio and save it as a .lua file. You can then make small modifications in the script for different chirp configurations and save them as different files.
    When you need to set a particular configuration you can then load the corresponding script next to the "Run" button at the bottom and then click Run. This would run the script and configure the sensor accordingly.

    Regards,
    Vivek