EsonJohn / mmWave_script

Scripts to capture raw data from TI's DCA1000EVM+IWR1642BOOST without mmWave Studio.
93 stars 31 forks source link

Support other TI mmWave sensors? #2

Open Carbord opened 2 years ago

Carbord commented 2 years ago

Hello, I would like to know whether this repository is supported for DCA1000 EVM with other series of TI mmWave sensors, e.g., AWR 1843 or IWR 6843. Thanks!

EsonJohn commented 2 years ago

Honestly, I have not tested the script on other hardwares except the DCA1000EVM+IWR1642BOOST. But I believe the script can be adapted to be compatible with other IWR devices. You may adjust two configuration files, which are ./Python4IWR/cfg/profile.cfg and ./mmWave_script/DCA1000/Custom-build/Release/cf.json, to make the code exectable on your hardwares. For the specific meaning of each file, please pay special attention to Section 3 in the mmWave_Sdk_User_Guide.pdf document. More importantly, the mmWave firmware used in my case is ./IWR1642/firmware/xwr16xx/mmw/xwr16xx_mmw_demo.bin, which should be substituded with your own one.

Carbord commented 2 years ago

Thanks a lot ! I will try this later.

DagMalstaf commented 2 months ago

@Carbord Did you manage to do this for the IWR6843 module?