Other Parts Discussed in Thread: AWR1243
Hello,
I am trying to change the source IP address of a DCA1000EVM connected to a AWR1243, we are using the LUA Shell that is integrated in the mmWaveStudio software and we have a few questions.
1) We are using the following set of commands:
- connect to DCA1000 with mmwave studio GUI.
- ar1.SelectCaptureDevice("DCA1000")
- ar1.CaptureCardConfig_EthInit("192.168.33.30", "192.168.33.180", "12:34:56:78:90:12", 4096, 4098)
- change address with EEPROM command
- ar1.ConfigureRFDCCard_EEPROM("desired IP string", "desired IP string", "12:34:56:78:90:12", 4096, 4098)
- close mmWave studio
- reset DCA1000
- change your system IP
However, we aren't able to successfully connect to the DCA1000 after changing the source ip address (A error message of 'Ethernet cable is disconnected')
2) Is there a script that we can use to configure the DCA1000EVM board without having to navigate through mmWaveStudio every time to configure a board?