Page 1 of 1

Automatically start wireless serial connection?

Posted: Tue Jan 07, 2025 3:49 am
by glennra
Using the ESP-AT firmware is there a way to configure it to start some sort of wireless serial connection at power on so that AT commands can be sent over this wireless connection?

The requirement I have is that the ESP32 device is not electrically connected to the controlling device, so any available method would be acceptable.

I assume that once a Bluetooth or BLE SPP connection is established then AT commands can be sent over this link, for example to read data from the ADC. However it seems that a physical UART or USB connection is required to send the commands to initially configure such a link.

Is this possible and are there other options?

Re: Automatically start wireless serial connection?

Posted: Wed Mar 19, 2025 8:57 am
by esp-at
Hi,
you can git pull the latest code and use the socket interface.

https://github.com/espressif/esp-at/tre ... ace/socket

enable it in menuconfig:
python build.py menuconfig > Component config > AT > communicate method for AT command > AT through socket