Other Parts Discussed in Thread: DCA1000EVM,
Tool/software:
Hi,
Thank you very much!
Best regards,
Jarry
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.
Tool/software:
Hi,
Thank you very much!
Best regards,
Jarry
Hello Jarry,
Unfortunately it is impossible to both export processed point cloud data and raw data simultaneously with the DCA1000 and any mmWave sensor. This is largely due to the immense amount of data streaming speed and power that is required to do raw data streaming alone, needing a 5V 3A supply for power and Ethernet cable to support the speed.
Best Regards,
Pedrhom
Hi, Pedrhom,
Thank you very much for your reply.
I still have some questions,
1)Whether I can get the HW data stream (or raw adc data) first and then the SW data stream (point cloud data) during the frame cycle, as illustrated in the figure.
2)Can I get the raw data via Ethernet cable and the point cloud data via UART, at the same time?
Best regards,
Jarry
Hello Jarry,
You are able to do that as you have pointed out, however support for this is very limited and you will need to do development on your end. You will also be limited in that it is only supported by the out of box demo.
I will additionally add that if you want to do raw data processing of your own to generate a point cloud, and compare it to the point cloud that comes in from the DSP, there will always be some variation to it even if the processing chains are identical. This is due to the differences seen in theoretical vs real when you add in the hardware portions.
Best Regards,
Pedrhom
Hi, Pedrhom
Thank you for your reply.
I wrote a script that tries to get the raw data over the Ethernet cable and the point cloud over the UART at the same time. It successfully captures both raw data and point cloud data concurrently.
Best Regards,
Jarry