This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR1843BOOST: IWR1843BOOST

Part Number: IWR1843BOOST
Other Parts Discussed in Thread: IWR1843

Hi, I am trying to use the cli command 'queryDemoStatus'. I can configure, and start/stop the radar with 'sensorStart' and 'sensorStart', I am not sure what else to try, any suggestion would be appreciated. Is there another way to check the status of the radar?

Thanks,

Aaron.

  • Hello

    Would you please help us understand the following

    1. Which demo/lab are your trying to use

    2. Intention of the CLI command.

    Thank you,

    Vaibhav

  • I'm not quite sure what you mean by demo/lab. I am using a custom python script to configure the IWR1843. My intention was to check the status and determine if the device needed to be reset, but this brings up another issue.  I can't reconfigure/reset the device without cycling power, or I reset using mmWave studio. I have tried using the NRST button, that doesn't work. I am looking for a way to reset the board using the same method as mmWave studio does, or a CLI command, to reset and allow a new configuration to be loaded.

    Thanks,

    Aaron.

  • Did some digging in mmWave studio files and found the mmwl_port_ftdi.c file. I figured out I could reset the device by toggling port C pin 6 with pyftdi. Thanks.