Other Parts Discussed in Thread: DCA1000EVM
Tool/software:
Hi,
I think I know the answer to the question but want confirmation, and have a follow-up.
1. I'm using the cli tools to start and stop recording with the DCA100EVM and IWR6843AOP. This is working well. I can get the raw ADC data, and then process it after I've stopped recording. However for my application I would like to be able to access that ADC data while the radar is still running. Is that possible? Based on the answer to the related question it seems like no?
2. If the above isn't possible, are there any other workarounds? I guess I could continuously start and stop recording? The only issue there is that there is a decent amount of startup time in my current setup. I have to send the config file to the board, and then it gets setup and runs. I'm looking to make this more like click and hold to start recording, release to stop recording. Then I want to access the .bin file data immediately to do processing. Any advice here on how to achieve some kind of setup like that in a quick way would be great?
3. Would using mmWaveStudio help with any of the above? Right now I'm manipulating the cli recording tools via a python script.
Thank you!