Search found 3 matches

by sohaib.q
Thu Aug 22, 2024 8:36 am
Forum: ESP-IDF
Topic: How to ping to all three interfaces- ethernet,GSM and Wifi-sta
Replies: 7
Views: 2675

Re: How to ping to all three interfaces- ethernet,GSM and Wifi-sta

Hi @sara_patel, I just wanted to know if you were able to ping through all the interfaces or not. I am doing a related thing, I have Wi-Fi and LTE (PPP) interfaces for internet connection and I want to ping each interface separately. As of now, I'm unable to do that. Any help would be appreciated. T...
by sohaib.q
Mon Aug 12, 2024 8:48 am
Forum: General Discussion
Topic: MQTT memory leaks while reconnecting Wi-Fi
Replies: 0
Views: 437

MQTT memory leaks while reconnecting Wi-Fi

The code below is my network_manager.c is used to deinitialize and initialize the wifi task based on the network_change_counter value. The idea is to switch between wifi interface and observe if there is any memory leakage between a wifi connectivity cycle. I'm having almost 800-900 bytes of memory ...
by sohaib.q
Fri Jun 21, 2024 2:30 pm
Forum: ESP-IDF
Topic: Switch from WiFi to LTE modem when WiFi connection is lost
Replies: 1
Views: 2129

Re: Switch from WiFi to LTE modem when WiFi connection is lost

Hello , I hope you are doing well.
Can you share your findings regarding the problem you were facing, i know it's too old, just trying my luck to get reply from you.
I am trying exactly same thing, switching between wifi and LTE (EG91) using ESP USB Modem.