Closed ducouu closed 1 year ago
testParam.ipynb is designed to check parameters for IWR1843, it might not work for IWR6843, you should alter some restrains in testParam.ipynb based on the hardware feature of IWR6843. But as long as the params worked in mmWave_Demo_Visualizer, it should work in this program too. Although this program is designed for IWR1843/AWR2243, I believe it should work with IWR6843 as well.
Here's couple of things you should check:
Let me know if you have further questions.
Hello, I modified the configuration file and found that the data collection was successful! But now I have encountered a new problem. At present, I have transplanted the program to the ubuntu environment. When installing fpga_udp, the following problem occurred. How to solve it?
It says Python.h cannot be found, which is usually caused by missing development tools, header files and static library for building python modules. You can install it by sudo apt install python3-dev
on ubuntu.
I ran successfully under linux system as you said and the method on the post, thank you very much for your help!
glad to hear that! i’m gonna close this issue, feel free to open a new issue if you have any other questions.
Hello, the radar board I use is iwr6843isk-ods, flashed out_of_box_demo.bin, the sop of the radar board is set to functional mode 00110, has used testParam.ipynb and visualizer to check the cfg file, the log information is cyan, as shown in the figure below;
when running capture all, lvds_path_err red light, the running result is as follows, Method 1 and Method 2 are used respectively, I want to know what documents need to be replaced for the change of radar board model, trouble, thanks