How to use AT sockets?
Posted: Tue Dec 10, 2019 1:10 pm
Hi,
We are currently using pppos_client to connect to the internet using the BG96 GSM module.
But ppp does not meet our requirements. We need to be able to constantly being connected to the internet AND sending AT commands to get information like signal strength.
I know it is possible to do this using AT sockets, sending AT commands to create sockets, send and receive from them.
Could someone guide us to how we should implement this to connect with the rest of the esp-idf APIs? We are at the same time connected to the WiFi and sending udp packets should be seemless between GSM and WiFi.
Any help is appreciated
We are currently using pppos_client to connect to the internet using the BG96 GSM module.
But ppp does not meet our requirements. We need to be able to constantly being connected to the internet AND sending AT commands to get information like signal strength.
I know it is possible to do this using AT sockets, sending AT commands to create sockets, send and receive from them.
Could someone guide us to how we should implement this to connect with the rest of the esp-idf APIs? We are at the same time connected to the WiFi and sending udp packets should be seemless between GSM and WiFi.
Any help is appreciated