MATLAB: External mode issue for Android hardware package

androidandroid harwareexternal modehardware package'simulinkwifi error

Hi All
I am having some issue with implementing external mode for an android app using the Simulink Android hardware package. My project requires the android app to read data every 4ms from a ESP8266. The wifi connection is directly between the ESP8266 module and the android phone with no intermediate Access point To connect to the ESP8266 the android phone needs to act in wifi hotspot mode. This means that I cannot connect to wifi on my phone at the same time so when I try to use external mode so I can debug the program and see what is happening I get the error:
The following error occurred during deployment to your hardware board: The device is not connected to a WiFi network. Connect the device to a WiFi network. Once connected, restart the simulation.
Is there a way to change the external mode parameters so that it does not require wifi to communicate with the phone. After all the android is directly connected to the computer by usb.
In the configuration parameters under the hardware Implementation tab the external mode option has a communication interface option, however it seems that it only has a TCP/IP option that cant be changed.
Does anyone know how I can get around this??
Thank you in advance

Best Answer

You can connect your PC to wifi hotspot of your phone and try. Aiternatively you can use data display, scope or mat file logging (supported in 18b ) to debug on the phone itself withoput external mode.
For the external mode to work both phone and PC should be in same network
Related Question