Hi,
I am using mmWave Studio with DCA1000 and AWR1642 and when running the Capture demo, in the last step, the script fail as follows:
can anyone help me ?
thanks in advance,
Ahmed
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.
Hi,
I am using mmWave Studio with DCA1000 and AWR1642 and when running the Capture demo, in the last step, the script fail as follows:
can anyone help me ?
thanks in advance,
Ahmed
Hi,
the txt file that you sow in the capture is for pktlogfile.txt.
Actually, everything work fine and I am receiving data from DCA1000, the adc_data_path is pointed to the correct .bin file, but when the capture demo script, the data is not stored and I am not seeing any error in the log.
the adc_data.bin file is created but not filled by the captured data.
thanks in advance,
Ahmed
Ahmed,
The adc_data.bin file is not written to until the ar1.StartMatlabPostProc() command is issued. The adc_data.bin file contains the post processed data. Prior to this step, the raw data is written to the adc_data_Raw_0.bin file.
There is no error message because the script is running as expected and no error is occurring. After the script is complete, there are two binary files that can be found in the PostProc folder. The first binary file contains the raw adc data. The second binary file contains the post processed ADC data.
Regards,
Kyle
Hi,
thanks Kyle.
Actually, the script is running as expected and the data is transmitted fom the DCA1000 to my PC though Ethernet connection, the adc_data_Raw_0.bin is created in the PostProc folder but the data received is not filled in this file. I wonder if it is saved in another folder but I dont't think so. I tried the same process in another laptop and data is stored without any issue.
Regards,
Ahmed