External mode issue for Android hardware package
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Matthew Bigelow
el 15 de Dic. de 2018
Respondida: Matthew Bigelow
el 19 de Dic. de 2018
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
0 comentarios
Respuesta aceptada
Sruthi Yenugula
el 17 de Dic. de 2018
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
1 comentario
Sutanu Maiti
el 17 de Dic. de 2018
External mode over serial not yet supported for Simulnik support package for Android devices (since it does not create a COM port on host computer when plugged using USB cable).
However, you can achieve certain capabilities that you do using external mode, on the phone itself. Like, viewing/logging signals on the phone, displaying data on the screen etc.
Please follow below links:
Infact you can tune certain parameters on Arduino over wifi using Button, Slider or Data input blocks on the phone. You can check below example:
Más respuestas (1)
Ver también
Categorías
Más información sobre Modeling en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!