-
Hi!
I'm trying to test PPPOS using a GSM modem connected to a serial port.
Below ppp logs:
```
ppp phase changed[1]: phase=0
ppp_connect[1]: holdoff=0
ppp phase changed[1]: phase=1
pppos_co…
-
esp_modem_post_attach_start does not returning esp_modem_start_ppp result code
subsequently esp_netif_attach will not return appropriate error code
please consider replacing
return ESP_OK;
w…
-
In menuconfig disabling this option:
`LWIP->TCP->Queue incoming out-of-order segments (CONFIG_TCP_QUEUE_OOSEQ)`
causes this error:
```
components/lwip/lwip/src/core/pbuf.c: In function 'pbuf_free'…
-
### Description
### Issue request type
[ ] Question
[ ] Enhancement
[X] Bug
I'm using the following code to try to establish a connection. I have a EC20 eval board…
-
Hi,
It seems that lwip/include/netif/ppp/ppp.h and lwip/include/netif/ppp/pppos.h are both missing C++ guards; there could be more, I haven't checked all of the files. Interestingly, these guards a…
-
**Describe the bug**
I'm following the porting guide to port AWS FreeRTOS to STM32F746G_Discovery board board, and I managed to list most of the missing including paths, but currently I'm stuck with …
-
hi... thank you for your firmware, it has many new useful features not present in official espressif one =D
however one of the features i really need in my project is passive mode transmission beca…
-
### Hardware:
Board: TTGO_CALL 1.3
Core Installation version: 1.0.4
IDE name: Arduino IDE
Flash Frequency: ?40Mhz?
PSRAM enabled: ?no? ?yes?
U…
-
I am working with the esp idf: beaefd3359973dcf8bba4e1d4462aa7f5d67be6a - last master, with the ppp client example.
My setup contain sim800 gsm/gprs module and an esp32 sparkfun.
I am tring to recie…
-
Hi all,
I'm testing some different SIM cards (of different carriers) and there is one that isn't working.
Folow the log:
[0;32mI (346318) [PPPOS CLIENT]: AT COMMAND: [AT..][0m
[0;32mI (3463…