Other Parts Discussed in Thread: AWR1642BOOST, AWR1243, AWR1642
Hello,
I have a AWR1642Boost together with a DCA1000EVM and would like to record data in a controlled setup,
e.g. I need to know *when* a frame was captured. For this I started with the following procedure:
1) connect to the DCA1000 via mmwave Studio (although I would like to get rid of mmwave Studio if possible...)
2) register a python script at socket 192.168.33.30:4098 to fetch the adc data
3) run a customized version of the DataCaptureDemo_xWR.lua in mmwave Studio which stops just before the 'ar1.StartFrame()'
4) automated triggering of multiple frames from a python script.
While steps 1-3 work fine, I do not know how to externally trigger frames. If I trigger a frame from the lua shell via ar1.StartFrame()
I can afterwards re-start the recording by sending 0x05 to socket 192.168.33.30:4096 - although I do not want to end recording
after the frame trigger in the first place.
Can you tell me if there is a similar way to trigger the frame start? Maybe send some Message via the COM-port directly to the xWR device?
Can you give me a rough estimate on the time delay between frame trigger and the actual frame?
Would it be smaller or at least more systematic then the delay between the frame and the arrival of the udp-package on the host?
Best regards.