By default, the mmWave radar demonstration labs accept configuration commands over UART to set up the device with the desired settings. To provide flexibility, these are typically stored in a text file and sent at startup, but this requires a PC connection and takes a small amount of time. When using the devices remotely, or if repeating measurements, it can be very helpful to have these configuration values 'hard coded' so the device will boot, configure, chirp, and output data without further input from the user.
This functionality can be added very easily to any of the existing demos using the already built CLI driver. The instructions below illustrate a fast way to add this functionality.