Part Number: AWR1243BOOST
Tool/software:
Hello TI,
How to ensure that the sensorConfig in mmwave studio TI matched the targetSource, is there a tutorial or training explaining that ?
Regards,
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.
Part Number: AWR1243BOOST
Tool/software:
Hello TI,
How to ensure that the sensorConfig in mmwave studio TI matched the targetSource, is there a tutorial or training explaining that ?
Regards,
Hi Fatima,
Just to clarify, are you asking how to confirm that the config settings you apply in mmWave studio are correctly pushed to the radar device? If so, after loading and sending the sensor Config you can check the logs/returned value on the studio.
We have DCA1000 training here: DCA1000 Training Video | Video | TI.com
Programming Chirp Parameters in TI Radar Devices (Rev. A)
The fundamentals of millimeter wave radar sensors (Rev. A)
Regards,
Aydin
Hello Aydin,
Thank you for your reply.
I managed to send data and read it with the lua file DataCaptureDemo_xWR.lua, but now I want to test my own Lua script to detect data from a physical target. How can I make sure my test will be successful? is there any tutorial for that ?
Best regards,
Fatima-ezzahraa
Do I need to define the dimensions (x, y, z) of my object in TestSource, or can I simply activate the test source without manually defining any dimensions?
Hi Fatima,
If you're testing with a real physical object or a reflector, you don't need to define the dimensions in testsource, that's only used for simulated objects. You can simply run your Lua script to send chirps and then verify the detection either by checking the FFT in post-processing or by using our demo visualizer for live detection.
Here is a short video running the SDK out of box demo for live visualization :mmWave SDK EVM Out-of-Box Demo | Video | TI.com
Regards,
Aydin
Hello Aydin,
Thanks for helping,
Yes, that's right. Regarding the configuration sensor, how can I ensure that the configuration matches my target and gives me an accurate distance, for example?
I use the documentation to calculate the parameters and also the ramp end time calculator, but I detect an accuracy error. For example, my target is 76 cm in front of my radar, but with the FFT range, I see 84 cm. In addition, I would like to know how I can locate my target and my antenna to ensure that my target is within the detection range?
Last question about LUA Script, can i just modify with my own configuration in the DataCaptureDemo_xWR.lua without write another file ?
Regards,
Fatima
Hi Fatima,
yes, seeing a small range offset like ~8cm is normal. Usually, this is corrected by running calibration which accounts for hardware delays and improves range accuracy. Here is an application note on self-calibration: Self-Calibration of mmWave Radar Devices (Rev. C)
and yes, you can modify the same Lua script directly with your configuration, you don't need to create a new file.
Regards,
Aydin
Hello,
Is there a tutorial or LUA script available for integrating the MIMO TDM configuration into mmwave studio?
Best regards,
Fatima-Ezzahraa
Hi Fatima,
There may be a OOB demo in the SDK but we do not have a Lua on studio. Please repost this question and the software team will be able to help with the implementation.
Regards,
Aydin