How to send sensor data of smartphone to Matlab remotely

I am developing a tracking system that uses the GPS data of a smartphone transmitted to Matlab and process them in real time. I have been using the Matlab Mobile app to do so but it requires my smartphone to be connected to the same network as the PC running Matab. However, I want to transmit the GPS and sensor data remotely when the smartphone is in a traveling vehicle, and therefore will not be on the same network as my PC.
My question is will it be possible to transmit these data over a 3G/4G network from my smartphone to Matlab (running on my PC) through the Matlab Mobile app?
Thank you!

 Accepted Answer

MATLAB Mobile does not require that the cell phone be on the same local network as the PC. You can tell MATLAB Mobile to connect to a public IP address.
The rest is a matter of firewalls allowing the ports, and it might involve setting up static Network Address Translation for the port if the public IP address gets you to a router that is doing Network Address Translation for an internal LAN.
The main thing about MATLAB Mobile is that there is little to no security built in to the process -- no encryption of packets, little or no authentication that the incoming packets are from an authorized user.
I would thus recommend that you consider using a Virtual Private Network (VPN) between the phone and the PC.

6 Comments

This solved my problem! Thank you so much!!!
Im trying to send data from a mobile to a PC via the 3G/4G network, and Matlab Mobile is unable to make the conexion.
The PC is connected to a WiFi network, and if a connect the mobile to the same network, connexion is made without any problem (I use the same IP address in both cases).
Could you please give me any help with solving the problems you comment related with firewalls, static IP's, routers, etc. I'm pretty new dealing with this network connections.
Thank you very much in advance.
You cannot use the same IP address in both cases. In the case you are connecting through 3G/4G you need to use the public IP address. You can find your IP on the PC by visiting http://www.whatsmyip.org/
Thank you very much. Finally I connect mi mobile to the same network of the PC via a VPN and use the same IP as if the mobile was connected to that network and it works fine.
Hi,
maybe is good for you that link:
so is more more posibilities/protocols: TCP,UDP,websocket,mQTT...
Note that MATLAB Mobile no longer permits connecting to your own computer, only to MATLAB Online. It does still have ways of transferring sensor readings

Sign in to comment.

More Answers (0)

Communities

More Answers in the  Distance Learning Community

Categories

Find more on MATLAB Mobile in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!