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.

AWR1642BOOST: Custom frame structure

Part Number: AWR1642BOOST

Hi,

I'm using AWR1642BOOST and SDK 2.1, looking to change frame structure. Needs only x,y,z coordinate, number of object, range profile, Doppler and noise profile only, no headers and padding byte.

I'm tried abstract information from exiting structures, but something is missing. Needs a suggestion.

  • Helo Madan,

    I am assuming your reference is wrt to "mmw" demo application in the SDK2.1. You do not get the z co-ordinate info in the "mmw" demo application there is only x and y estimation.

    In the existing "mmw" demo , if you do not send the header information you would not get to know the number of detected objects and the length of the payload that follows this header .
    You may need to come with a mechanism to send these information to the application , that is the reason we have header and payload.

    -Raghu