Dear Blynk community,
I try to get a WiFi connection via a network using a Captive Portal.
When I log in to the WiFi with my phone, I just have push the “connect” button at the captive portal, which opens automatically, and everything is fine.
When I connect my nodeMCU using the basic Blynk.begin(auth, ssid, pass); , then it successfully connects to the Blynk servers and sends data to the App, but only for like 10 seconds, then no data are sent anymore. After like 60 to 70 seconds, it works again for like 10 seconds, before it stops working againg, and so on…
I assume my code should somehow virtually press that “connect” button on the Captive Portal to have a stable connection. Can anyone help me?
Hardware model + communication type: nodeMCU v3 with ESP8266
Thanks in advance
Max