Hello all,
I don't know if I can talk about my issue here but I've been looking for a week and didn't find concrete solutions, so I'm trying here
I'm using a NodeMcu v1.0 (ESP8266 12E) with a little android app I've created using MIT App Inventor, It works fine like this (NodeMcu <------>Router <-------> Phone), All I do is connect both board and phone on the same router and type the local IP adress of the board on the phone, and I can execute my things.
Now I want to be able to do this over the internet (even if my phone isn't connected on the same router, or uses 3G/4G network). I want to use my own app not (Blynk or something....), so I really don't know where to start, I can rent a server or something later but know I want to try it locally if it's possible.
Thanks