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.

MMWCAS-DSP-EVM: Capture real time ADC data using MMWCAS-DSP-EVM and MMWCAS-RF-EVM

Part Number: MMWCAS-DSP-EVM
Other Parts Discussed in Thread: MMWCAS-RF-EVM

Tool/software:

Hello,

I have MMWCAS-RF-EVM and MMWCAS-DSP-EVM boards and I am trying to set them up with the help of mmWave Studio.

I know how to use SCP to transfer files from the SSD Hard Drive to a PC over Ethernet.

Is there a way to transfer files directly from the Cascade RF board to a PC via Ethernet?

Regards,

Tsuda

  • No,

    Eth transfer is not supported

    thank you

    Cesar

  • Hi,

    I don't exactly have a solution for you, but I managed to write a Shell script that is run by the LinuxOS on the radar, which is used to constantly check the content of the folder in which the files should be procuded - and when a new file is created, a new socket is immediately created with the nc command, and the content of this file is directly transferred to the PC using this socket. This is quite slow, and doesn't properly put data through Ethernet, but can be used as a starting point in this direction - in this case, every 1/2 second a new capture can be started, in order to capture chunks of 2/3 frames (instead of a long file containing multiple frames) that can be continuously transferred to the PC.

    I'm still looking into firmware customization, as I'm convinced that it can be used to work around the current limitations, but I don't know what can actually be done.

  • Thank you Luca for your input!

    Cesar