ESP-AT data mode requires existing socket

ntremble
Posts: 5
Joined: Wed Jun 03, 2020 3:43 am

ESP-AT data mode requires existing socket

Postby ntremble » Wed Apr 30, 2025 4:56 am

Looking at the documentation for ESP-AT, it appears transparent/data mode operation requires a TCP socket be created before data mode is entered.

Typically, for a cellular modem, this is not the case. The modem registers on the network, enters data mode, then data is transparently transferred bidirectionally without the modem being involved at the socket level i.e. the controlling MCU has an IP stack. The modem presents a PPP server to the host MCU. As I am sure you are aware, this is how your own esp-modem component works.

It is possible for Wi-Fi modems to operate in like fashion. I have one that does so sitting on my desk as I type this. It is currently under evaluation against the ESP32-C5 for incorporation in our next project.

My question is: are Espressif intending to add this functionality [for ESP32-C5/C6 in particular], or must we use wifi-remote and avoid ESP-AT altogether?

esp-at
Espressif staff
Espressif staff
Posts: 335
Joined: Mon May 09, 2022 3:00 am

Re: ESP-AT data mode requires existing socket

Postby esp-at » Wed Apr 30, 2025 8:37 am

Hi, you can see this command: AT+SAVETRANSLINK
https://docs.espressif.com/projects/esp ... n-power-up

Who is online

Users browsing this forum: No registered users and 1 guest