Hi,
target: be able to configure the radar from two ways: using the demo GUI or with a custom function that loads the configuration when pressing a button
I am using the OOB demo lab and I am trying to reconfigure the evk during runtime using the same functions that the demo uses to configure the board via the CLI (MmwDemo_CLISensorStart, stop, chirpCfg, etc) but I have 2 strange behaviors:
1.- I configure a single profile which values I obtained from the same demo visualizer tool, I just adjust the values in order to have a 3m detection, I generate the .cfg file and I use those values to configure the board, results:
- detection is ok
- just the scatter and range-doppler graphs are updated and working, the other graphs are just freeze
2.- I configure multiple profiles using the same values and commands provided by you in the profile_advanced_subframe.cfg, results:
- the detections are not steady, they are intermittent points being displayed in the GUI
- just the scatter* and range-doppler graphs are updated and working, the other graphs are just freeze
*the scatter graph is showing points but the scale is not adjusted, its scale is up to 10m, but when I load the profile_advanced_subframe.cfg using the GUI the scatter graph scale is up to 120m
So do I strictly need the demo GUI to load a correct configuration? Maybe I am missing some functions or settings that the demo code runs on its own when I load the settings from the GUI and display the data correctly and my solution is not workable.
Thanks