Other Parts Discussed in Thread: AWR2944P
Tool/software:
Hey,
We could not find any documentation on all of the functions for the MSS and DSS (AWR2944P / mmWave SDK). Looking for a complete API reference beyond scattered headers/comments and demo code.
Setup
-
HW: AWR2944P → Ethernet (UDP) → NVIDIA Jetson
-
SW: Using the Out-of-Box demo with Ethernet streaming (point cloud working)
Goal
Add a custom per-point micro-Doppler payload without enabling full heatmaps:
-
After CFAR/angle, for each detection
(rangeIdx, dopplerIdx, angle)
→ beamform/phase-sum slow-time at that range bin
→ small Doppler FFT (or tiny STFT patch)
→ pack into a new Ethernet/UDP TLV alongside the existing Detected Points.
What we need
-
Link to the complete MSS/DSS API (all callable functions/tasks/structures).
-
Guidance on where to hook in the OOB pipeline to read radar cube/slow-time for a given
rangeIdx
, run a short FFT, and emit a new TLV over Ethernet. -
Any reference labs/samples that already send per-object spectra/features (to mirror their TLV layout).
-
Notes on resource limits (L3, HWA/DSP cycles) for ~20 points × 64-bin FFT per frame.
Notes
-
We’ll keep heatmap streaming off; only the point cloud + our micro-D TLV.
-
Target payload per point ≈ 64 bins (uint16) ≈ 128 B.