MicroPython_ESP32_psRAM_LoBo icon indicating copy to clipboard operation
MicroPython_ESP32_psRAM_LoBo copied to clipboard

GSM and WiFi

Open webfrank opened this issue 4 years ago • 1 comments

Hi, I was trying to use both GSM (GPRS) and WiFi in the same sketch. I've a routine which will check if WiFi is connected and internet is reacheable and if not I'll use GPRS to send a notification. This works. The problem arise when I want to re-check using WiFi, after GPRS.disconnect(), althought WiFi is connected is not possible to navigate, server is unreachable.

I tried to reset WiFi, reset IP/DNS for WiFi but after using GPRS there is no way to use WiFi again.

webfrank avatar Nov 22 '20 13:11 webfrank

Hi, I was wondering if you were ever able to figure out how to use both in the same sketch.

premudeshi avatar Jun 13 '23 20:06 premudeshi