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.

IWR6843AOPEVM: pass height, tilt and zone config to sensor

Part Number: IWR6843AOPEVM

Greetings,

is it possible to pass the user input for mounting height, elevation tilt and zone ranges to the sensor? I thought of adding these values to the config file once "setup complete" was pressed. Would this work or would you recommend another method?

I want to toggle GPIO Pins based on intrusion/interference in these zones and i already managed to do that with hardcoded range values, i'm only missing the user input as parameters.

Or am i missing something and these values are already sent to the device? I also can't seem to find where the Chirp-Config file is being parsed on the sensor.

Regards, Jens Bühler

  • Hi, 

    The above requests should already be available as part of the people counting demo located in TiREX. The following commands are available as part of these demos 

    staticBoundaryBox -3 3 2 10 0 3
    boundaryBox -4 4 0.5 12 0 3
    sensorPosition 2 0 15 --> you can program the height and tilt in this command 

    presenceBoundaryBox -4 4 0.5 12 0 3

    Please refer to the labs available for more details that matches to the requirements. 

    Regards, 

    Sudharshan K N