Other Parts Discussed in Thread: DCA1000EVM, AWR2243
Tool/software:
Hello, I am using an AWR2243 BOOST and a DCA1000EVM to collect data for a research project. My current workflow involves connecting to the sensor and initializing it using mmwave studio, beginning data collection in mmwave studio, and then running a custom C++ script to read the incoming data packets from ethernet and process my data in real time.
I am wondering if it is possible to initialize the sensor directly from C++ without the need for mmwave studio. Both mmwave studio and the mmwave sdk contain C++ code that seems like it may contribute to this. Is there any central resource or documentation describing how to approach this? Thanks.