Hi,
I’m trying to upload a custom .cfg file using ‘mmWave Sensing Estimator’ tool and followed the procedure outlined here:
https://e2e.ti.com/support/sensors/f/1023/p/640604/2363699#2363699
So basically I copied the newly generated values into profileCfg and frameCfg in the original default working .cfg.
Trying to run the ROS point cloud visualizer with the new .cfg resulted in an error, however. Through trial and error of replacing the values one at a time in the working .cfg file, it was determined that the following 4 parameters result in an error:
ADC valid start time = 5.3
Ramp end time = 29.7
# of samples per chirp = 277
Sampling rate = 11837
I.e. changing any one of them from the default to the new value listed above creates an error (specifically, "Command failed (mmWave sensor did not respond with 'Done')")
Could I please have some details on why these parameters are causing issues? My configuration passes in the Sensing Estimator tool so there seems to be some disparity between that tool and what actually works for a .cfg.
If I replace these 4 parameters with the ones from the default .cfg file, then it works.