Search found 5 matches

by sara_patel
Wed May 03, 2023 12:22 pm
Forum: ESP-IDF
Topic: How to ping to all three interfaces- ethernet,GSM and Wifi-sta
Replies: 7
Views: 4832

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

Anyone plz help on this - after adding interface index key i get the send error as 0
on esp-ping_start
by sara_patel
Mon May 01, 2023 10:34 am
Forum: ESP-IDF
Topic: How to ping to all three interfaces- ethernet,GSM and Wifi-sta
Replies: 7
Views: 4832

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

thanks but that is also not working - I get the following error
ping handle can't be null
E (77602) PING: Failed to start ping session for interface 0
by sara_patel
Fri Apr 28, 2023 6:14 am
Forum: ESP-IDF
Topic: sim card insert and remove event
Replies: 0
Views: 902

sim card insert and remove event

I need an sim card insert and remove event when using bg96 and ppos lib which is used in esp-idf v 4.3
Can anyone help with this events ?
by sara_patel
Fri Apr 28, 2023 6:07 am
Forum: ESP-IDF
Topic: How to ping to all three interfaces- ethernet,GSM and Wifi-sta
Replies: 7
Views: 4832

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

Hello plz help me to ping at IP "8.8.8.8" from three interfaces.
I have tried with the following code
but that gives be error of ping handle being null
void ping_all_interfaces()
{
// Get the interface keys
uint32_t a32InterfaceKey[3];
uint8_t u8KeyIndex = 0U;
esp_netif_t *ifscan = esp_netif ...
by sara_patel
Fri Apr 28, 2023 6:03 am
Forum: ESP-IDF
Topic: Ping from ESP32
Replies: 17
Views: 44815

Re: Ping from ESP32

Hi can u provide a code for sending ping on all interfaces?
I tried adding interface index but that gives be error on Ping handle being NUll

Go to advanced search