Other Parts Discussed in Thread: AWRL6844, UNIFLASH
Tool/software:
InCabin Sensing Demo not working.
We are trying to get the InCabin sensing demo to work.
I have followed the tutorial from here:
https://dev.ti.com/tirex/explore/content/radar_toolbox_3_20_00_04/source/ti/examples/Automotive_InCabin_Security_and_Safety/AWRL6844_InCabin_Demos/docs/Seat_Belt_Reminder/AWRL6844_SBR_users_guide.html#evm-mounting-and-coordinate-transforms
In short:
I flash this onto the device:
radar_toolbox_3_20_00_04/source/ti/examples/Automotive_InCabin_Security_and_Safety/AWRL6844_InCabin_Demos/prebuilt_binaries/demo_in_cabin_sensing_6844_system.release.appimage
Then, I run this application:
radar_toolbox_3_20_00_04/tools/visualizers/AWRL6844_Incabin_GUI/src/occupancy_demo_gui.exe
The GUI starts, but no data is being processed or shown on the UI except Frames count. I wrote some debug scripts based on the matlab code, and these are some examples from it:
Frame 28 - 4 TLVs - Packet Length: 544
TLV 1: Type=1040, Length=400
Unknown TLV type 1040 (skipped)
TLV 2: Type=1041, Length=15
Raw classifications: (128, 0, 0, 128, 0, 0, 128, 0, 0, 128, 0, 0, 128, 0, 0)
Occupancy Classification: 5 zones
Zone 0: SBR=1.00, CPD=0.00, ID=0.00
Zone 1: SBR=1.00, CPD=0.00, ID=0.00
Zone 2: SBR=1.00, CPD=0.00, ID=0.00
Zone 3: SBR=1.00, CPD=0.00, ID=0.00
Zone 4: SBR=1.00, CPD=0.00, ID=0.00
TLV 3: Type=1042, Length=20
Unknown TLV type 1042 (skipped)
TLV 4: Type=6, Length=28
Raw stats: (40989, 4897, 40960, 65535, 4294967295, 3080235, 3014702)
Stats: DSP=40960μs
In short, we don't seem to get the point cloud and any inference in this demo.
We also tried installing the mmWave demo from the SDK, and that one works file, the plots work