Other Parts Discussed in Thread: MMWAVE-STUDIO, AWR1843
Hi all,
I am using the AWR1843BOOST together with a DCA1000 to capture raw radar data. I want to be able to set up and configure the board for measurement using json files. However, when I try to set up the connection and data capture from a setup.json file using the Import_Export tab in mmWave Studio I get warning messages like these:
[RadarAPI]: Warning: Mismatched BSS firmware version!
[RadarAPI]: Warning: Mismatched MSS firmware version!
and when I try to proceed to configuring the board I get an error saying that it is not powered up. This happens even when the json files in question correspond to a configuration I know works (I ran the DataCaptureDemo_xWR.lua script, got data as expected, and exported the setup and config to json).
I have tried to load the same BSS and MSS firmware manually and via LUA scripts and both work, so the problem only occurs when using .json files and the Import_Export tab.
I noticed that the output of the GetBSSFwVersion command that is run after loading the firmware is different during the json file setup compared to when loading the firmware using the lua script. With the lua script the output looks like this:
[RadarAPI]: BSSFwVersion:(02.00.00.01 (05/10/17))
Whereas when using the Import_Export API it looks like this
[RadarAPI]: BSSFwVersion:(00.00.00.00 (00/00/00))
despite the same firmware file being loaded. In some cases there is also a timeout warning.
How can I resolve this issue?
Best regards,
Edit Helgee