Part Number: AWRL6844EVM
Hello TI team,
I would like to decode the ADC points on my own, using the DCA1000 EVM. Could you share a documentation and/or a source code please ?
Thank you in advance
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: AWRL6844EVM
Hello TI team,
I would like to decode the ADC points on my own, using the DCA1000 EVM. Could you share a documentation and/or a source code please ?
Thank you in advance
Hi, there:
Please find the example script in the radar toolbox folder:
radar_toolbox_folder\tools\scripts\matlab_postProc_examples\xWRL6844
Best,
Zigang
Hello Zigang,
If I understand well, you have shared a way to get the ADC points using your tool to get data and parse them.
My request is: I would like to capture the ADC points in real time with my own tool. I need to synchronise those data with other sensors.
Best
Hi, Julien:
We have the DCA1000 CLI API to control DCA1000 to do ADC data capture. But the data will be saved into a file. We do not have anything ready for real-time off-line processing system. You can find the DCA1000 CLI source code and see whether you can modify it. You need to download the mmwave studio first.
C:\ti\mmwave_studio_04_03_01_00\mmWaveStudio\ReferenceCode\DCA1000
Best,
Zigang