Search found 4 matches
- Wed Feb 17, 2021 8:43 pm
- Forum: ESP-IDF
- Topic: Echo-request and Echo-reply of PPP LCP
- Replies: 0
- Views: 1304
Echo-request and Echo-reply of PPP LCP
Hello, I would like your help with a solution that espressif could have in order to be sure PPP session works fine. By works fine I mean to check the state of connection and terminate it if necessary. I ask this because using a serial monitor to analyze the pppos_cliente example, during PPPconnectio...
- Thu Feb 11, 2021 8:11 pm
- Forum: ESP-IDF
- Topic: esp_event_loop_delete_default() vTaskDelete does not response (INFINITE LOOP STATE)
- Replies: 1
- Views: 2199
esp_event_loop_delete_default() vTaskDelete does not response (INFINITE LOOP STATE)
Hi everyone, I am testing the pppos_client example from esp-idf v4.2 . I am changing a little bit the structure of the code but without affecting the functionality. I say this because I already have a project structured in a different way but running the same behavior as the example. I was trying to...
- Fri Dec 11, 2020 3:25 pm
- Forum: ESP-IDF
- Topic: SIMULTANEOUS ESP WIFI MODES
- Replies: 3
- Views: 14741
Re: SIMULTANEOUS ESP WIFI MODES
I get it. Is there any way to test connectivity in mesh network using my phone or any other device through one on the leaf objects (layer 2) ? I noticed that mesh creates a "hidden" network with and ssid like "ESPM_47D7EC". Using the CONFIG_MESH_AP_PASSWD parameter I tried to connect my phone using ...
- Thu Dec 10, 2020 5:55 pm
- Forum: ESP-IDF
- Topic: SIMULTANEOUS ESP WIFI MODES
- Replies: 3
- Views: 14741
SIMULTANEOUS ESP WIFI MODES
Hi, I would like to know if there is any way to create an esp32 project setting up the esp32 module to be able to work as STATION MODE (ESP connects to my local router) to access internet normally, and also in MESH MODE (Being connected to my router the ESP module allows more connections through its...