You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am connecting Cavli C10AM(LTE module) with ESP32 and trying to execute the pppos example code. After GSM initialization is done, the function ppposInit() is called from the main function. If everything is fine the return value from that function is supposed to be 1 and everything should be fine. But, for some reason I am getting 0 as the return value and not able to go further with my development. I had tried debugging the ppposInit() from the libGSM.c library, but no luck in finding out why I am not getting proper return response.
The connection is a typical UART connection and basic AT commands are sent and getting correct responses and LTE module is been initialised properly.
If you know why this thing is happening, please help me with the solution. Hoping to hear from you soon.
The text was updated successfully, but these errors were encountered:
OS: Ubuntu Mate(20.04)
MCU: ESP Wroom 32
ESP-IDF version: ESP-IDF v4.3-dev-2586-g526f68239
Example: ESP32 PPPOS example
Hello, I am connecting Cavli C10AM(LTE module) with ESP32 and trying to execute the pppos example code. After GSM initialization is done, the function ppposInit() is called from the main function. If everything is fine the return value from that function is supposed to be 1 and everything should be fine. But, for some reason I am getting 0 as the return value and not able to go further with my development. I had tried debugging the ppposInit() from the libGSM.c library, but no luck in finding out why I am not getting proper return response.
The connection is a typical UART connection and basic AT commands are sent and getting correct responses and LTE module is been initialised properly.
If you know why this thing is happening, please help me with the solution. Hoping to hear from you soon.
The text was updated successfully, but these errors were encountered: