Blynk_Async_GSM_Manager And Configurations

Hi,

Im trying to develop a new product which can operates on both WiFi and GSM. While looking for a solution, I found AsyncGsm Manager library written by khoih.

On the github page he explained some configurations but none works for me.

  • Platform: ArduinoIDE 2.0.1
  • Hardware: NodeMcu (ESP12F)
  • ESP8266Core 3.0.1

Libraries:

  • Blynk 1.1.0
  • Blynk_Async_GSM_Manager v1.2.1
  • ESP_MultiResetDetector v1.3.2
  • TinyGSM 0.11.5
  • ESP_DoubleResetDetector 1.3.2
  • ESPAsyncTCP 1.2.2
  • ESPAsyncWebServer v1.2.3

Im trying to use the example Async_ESP8266_MRD_GSM.

If I just upload it, ESP starts to wifi as “TestPortal-ESP8266” with the pass given. But I cant open the configuration page. I have tried:

  • 192.168.4.1 as written on Github not working
  • 192.168.232.1 to 192.168.232.12 as written on example not working
  • 192.168.2.232 not working
  • 192.168.2.1 not working

if I comment out // Blynk_WF.setSTAStaticIPConfig(IPAddress(192, 168, 2, 232), IPAddress(192, 168, 2, 1), IPAddress(255, 255, 255, 0)); nothing works except 192.168.232.1. Wifi Connection trying to open it with my phone but eventually timed out.

if i comment out //Blynk_WF.setConfigPortalChannel(0); ESP crashes.

if i comment out //Blynk_WF.setConfigPortalIP(IPAddress(192, 168, 232, 1)); nothing works but 192.168.4.1 and it times out eventually. I cant open the configuration page again

if i comment out // Blynk_WF.setConfigPortal(“TestPortal-ESP8266”, “TestPortalPass”); ESP starts to wifi as ssid “ESP_D921FB” and I can connect to it with pass “MyESP_D921FB” as shown on Github but my phone cant get an IP to so the connection drops.

So as you can guess, Im lost now. Is there any other parameters i need to reconfigure to connect the configuration page? What am i missing here?
OR
Is there any other library I can configure my device with custom parameters like APN, SerialNumber etc while using both GSM and WiFi?
OR
Is there anybody there with a working example as simple as DHT11 and Blynk with these configurations?

Best regards.

@khoih hasn’t visited the forum for over 6 months, so I’m not sure you’ll get an answer here.

You could try raising an issue on his GitHub page…

Pete.

Thanks Pete i will do that