T tonga Member Licensed User Longtime User Mar 31, 2017 #1 Hi all, I'm new for ESP8266 and I was reading about the features of this device. Isn't clear for me if and how it's possible to connect to ESP8366 over internet (pc and/or smartphone) to read/write pins of ESP8266 from anywhere. Someone can help me? Thanks!
Hi all, I'm new for ESP8266 and I was reading about the features of this device. Isn't clear for me if and how it's possible to connect to ESP8366 over internet (pc and/or smartphone) to read/write pins of ESP8266 from anywhere. Someone can help me? Thanks!
Erel B4X founder Staff member Licensed User Longtime User Apr 2, 2017 #2 It is possible if the router is configured to forward the port to the ESP address. Check this: https://www.b4x.com/android/forum/t...r-b4j-server-over-the-internet.37201/#content Another option is to use an online server. The ESP8266 will be connected to the server and the server will control it. You can use MQTT or WebSockets. Upvote 0
It is possible if the router is configured to forward the port to the ESP address. Check this: https://www.b4x.com/android/forum/t...r-b4j-server-over-the-internet.37201/#content Another option is to use an online server. The ESP8266 will be connected to the server and the server will control it. You can use MQTT or WebSockets.