How to connect Arduino to remote processing server? -


I have an Ardino connected to the RN-XV WiFi module. I want to send it to the data processing server which will be in a remote location (can be anywhere in the world and keeps changing).

RN-XV can only be connected to a specific IP address, which should be programmed in advance, but if the processing server moves to a different location, I will not be able to change that IP. Is there any way to do this?

I concluded this by setting a server on a machine and assigning a static IP address to RNSV data Will send and processing will collect data from there.

Comments

Popular posts from this blog

c++ - why does this code produce a runtime error? -

java - Can Find the error -

maximum size of array in c -