WHere can I get protocols to read data from TI awr1843 boost module over can/uart on an rpi? Any readily available scripts will be helpful
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.
WHere can I get protocols to read data from TI awr1843 boost module over can/uart on an rpi? Any readily available scripts will be helpful
Hi,
The awr1843 is a programmable platform, this means that the application developer is in full control of the sw that runs on these platforms.
TI provides some sample demos which use specific data format protocols. Not all demos from TI use the same data format.
So, when we discuss about data format we need to specific the demo being used.
The first demo we recommend AWR1843BOOST customers to use is the mmWave SDK demo.
This demo sends the processed data to the PC using UART
The data format is documented in:
Section "Output information sent to host"
C:/ti/mmwave_sdk_03_06_00_00-LTS/packages/ti/demo/xwr18xx/mmw/docs/doxygen/html/index.html
The gui visualizer allows to record this data.
There are perl scripts provided to parse this data in
C:\ti\mmwave_sdk_03_06_00_00-LTS\packages\ti\demo\parser_scripts\mmw_demo_example_script.py
Thank you
Cesar