External mode issue for Android hardware package
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Matthew Bigelow
le 15 Déc 2018
Réponse apportée : Matthew Bigelow
le 19 Déc 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 commentaires
Réponse acceptée
Sruthi Yenugula
le 17 Déc 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 commentaire
Sutanu Maiti
le 17 Déc 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:
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Modeling dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!