Closed inimin closed 2 years ago
Sorry, but I found that SIM Card was not charged.
Which example code did you use for this? I can not find an example code for PPPoS in the current examples
Which example code did you use for this? I can not find an example code for PPPoS in the current examples
It's available on v4.4 branch. For master branch you have to use esp-modem
component.
Environment
git describe --tags
to find it): v4.4.1-405-g6c5fb29c2cxtensa-esp32-elf-gcc --version
to find it): (crosstool-NG esp-2021r2-patch3) 8.4.0Problem Description
There is problem with MQTT over GSM PPPoS, since I used MQTT over wifi without any problem. I want to use GSM MC60 as 2G modem connection and write a program base on PPPOS_CLIENT example; The MQTT connection get closed after a period of time without any reason when using GSM and pppos.
Tcpdump on mqtt server also show that
Expected Behavior
I expect establishing MQTT connection over GSM with PPPoS.
Actual Behavior
Connection get closed without any reason over GSM with PPPoS but it work fine when connecting over WIFI.Also another client over smartphone connect to server without any problem.
Steps to reproduce
I use pppos_client example with Quectel MC60 PPPoS startup flowchart which set power key pin to start module then send to pppos mode. Even connection at pppos_client is not established.
Code to reproduce this issue
I Use pppos_client example, I just add the startup power key followed by MC60 Quectel PPP flowchart.
Debug Logs