Other Parts Discussed in Thread: DCA1000EVM, AWR1843
Hello, I am using an AWR1843 radar board. In the meantime, I dumped the data using mmwave studio and created a signal processing algorithm using the dumped data as a mat file using the rawdatareader.m file. We want to visualize real-time radar data in real time using the signal processing algorithm we created. So, I looked at the Matlab examples for the first time, but the signal-processed data was already coming in serially. So I want to view the data in real time with the DCA1000 EVM, a data capture board, and I am curious about how to operate the radar at this time. Flash the SDK with xwr18xx_mmw_demo.bin in mmwave_sdk_03_05_00_04\packages\ti\demo\xwr18xx\mmw, insert the cfg file into the serial port of the radar's uart port, and receive data through the Ethernet of the capture board of the dca1000evm -> If you proceed like this, the radar How can the board pass data to dca1000evm? Is it in your flash code? Or should I specify it as a parameter in cfg? Would the speed be okay if we post-processed the raw data and displayed it in real time instead of putting the signal processing algorithm we will apply in the flash code? I plan to use MATLAB for the signal processing algorithm. If Matlab is slow, will it be faster if I use Python? We also wanted to conduct Ethernet communication using Python. Is this method not possible? Should I just proceed with CCS and visualize the data serially?