I have an Arduino Uno that will be connected to ESP8266, and some other sensors that the Arduino will collect data from it.
The Arduino will send the collected data to ESP8266 which on the other hand will be connected to a Wi-Fi network that has access to internet.
The mobile app will be on different Wi-Fi network far from Arduino.
What I want to accomplish is to send these data to the mobile app.
How can I do this?
The mobile app is developed using HTML\CSS\JS.
(What I meant with a webpage is that the mobile app could be treated like a webpage as it is developed using HTML\CSS\JS, but IT IS NOT HOSTED ON A SERVER)