IWR1843BOOST: E79889

Part Number: IWR1843BOOST
Other Parts Discussed in Thread: IWR1843

Tool/software:

Hello All ,

I'm working on a project where I want to make the IWR 1843boost work solely I mean I want the radar to work without the need to every time send the configuration through the mmwave studio or the ti demo visualizer , is there a way for that because I am aiming to make the radar work as a standalone sensor, also I want to send the configuration over ethernet through console is that possible. 

thanks in advance.

  • Hi Muhammad, 

    You can run the basic demo that comes with the SDK or some demo applications that are there on dev.ti.com (https://dev.ti.com/tirex/explore/node?node=A__ANbGJ3NHaXmDNNaW4ij.aA__radar_toolbox__1AslXXD__LATEST). The output format is documented for these and can be changed by programming as per your wish. You can then use your own setup to use this output data however you like. But note that ethernet is not supported on this product, so you will have to use an alternative.

    Regards,
    Shailesh

  • Hello,

    Iam using mmwave studio 2.1.1.0 with IWR1843 boost to capture raw data through ethernet to process it in PC using matlab

    I want to use cli tool (mmwave_studio_cli.exe )to send configurations and actions to my board instead of using mmwave studio

    so I want to get the mapping of LUA scripts APIs (called in mmwave studio )to their corresponding cli commands to use them in CLI tool.

    and if there is a LUA-to-CLI mapping document, that would be great

    Thanks

  • Hi Muhammed, 

    The LUA commands are the fundamental APIs supported by the device's Radar front-end. Whereas the CLI commands are for configuring a demo application that runs on the application processor of the device. The demo application makes use of a few of the Radar front-end APIs out of many and it also uses other peripherals supported in the device. So, the two have very different purposes and are not directly translatable. 

    Regards,
    Shailesh