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.

IWR1443BOOST: Confuration File

Part Number: IWR1443BOOST
Other Parts Discussed in Thread: MMWAVE-STUDIO, , MMWAVE-SDK, IWR1443

Hello

I received an answer to my previous question today (9/25), but the answer was not in response to my question.

Installing and running mmwave-STUDIO does not lead to the answer I am looking for.

My questions are the following two.

1.When you run High Accuracy Visualizer, you will be asked for a Configuration file,

 but I cannot find any documentation that describes the Configuration file,

 so here is the format of the Configuration file, how to describe the data, and a sample Configuration file.

 By the way, IWR1443BOOST is used to detect the liquid level in the tank.

2.Is it correct to think that if I send configuration data from a PC without using mmwave Demo Visualizer or High Accuracy Visualizer, detection data from IWR1443BOOST will be returned?  

 Is the detected data the same structure as the output file when executing RECORD START with mmwave Demo Visualizer? If different, please let me know the structure.

Thank you.

Hiromichi

  • Hi Hiromichi,

    1. You can find the cfg file to be used with IWR1443BOOST for high accuracy visualizer at the below link

    radar_toolbox_1_20_00_11\source\ti\examples\Level_Sensing\high_accuracy\chirp_configs\high_accuracy_demo_14xx.cfg

    You need to install radar tool box. You can find the descriptions about the commands in cfg in the docs in MMWAVE-SDK v02.01.00.04

    Yes. Level sensing application of IWR1443 is used to measure liquid level in a tank

    2.Yes, you can send the configuration without the visualizer and IWR1443 will send the data out in the TLV format. You can use a software like Teraterm to send the cfg file. Also, log the output using tereterm and post process the TLV

    3.Can you please elaborate where did you see "RECORD START" in the visualizer? IWR1443 send only the TLV data after it is comnfigured. You can know about the TLV format in the MmwDemo_transmitProcessedOutput() function in the file main.c in radar_toolbox_1_20_00_11\source\ti\examples\Level_Sensing\high_accuracy\src\14xx

    Regards,

    Abhishek