esp-at icon indicating copy to clipboard operation
esp-at copied to clipboard

AT application for ESP32/ESP32-C2/ESP32-C3/ESP32-C6/ESP8266

Results 200 esp-at issues
Sort by recently updated
recently updated
newest added

ESP32 腾讯云固件,不能BLE配网 ``` AT+TCBLECOMBO ERROR ```

## Environment - Development Kit: Wemos D1 mini 4MB flash - Module or chip used: ESP-12 - esp-at version: v2.1.0.0-rc1_esp8266-4-g51262c8 ## Problem Description For UDP listener in passive mode, the...

## Environment - Custom Board; - Module chip: WROVER32-E; - IDF version: V2.1.0.0; - Build System: Make; - Compiler version: V8.2.0; - OS: Linux; - PS: 3V3. ## Problem description:...

## Environment - Module or chip used: ESP32-WROVER - IDF version (run ``git describe --tags`` to find it): v4.0.1-193-ge7ac221b4 - Build System: Make - Compiler version (run ``xtensa-esp32-elf-gcc --version`` to...

How can I enable AT commands on ESP32-S2-KALUGA1 debug via UART1 port of ESP32-S2 ? I am trying to install : CONFIG_AT_UART_PORT_TX_PIN_DEFAULT 43 CONFIG_AT_UART_PORT_RX_PIN_DEFAULT 44 so that it would be...

I compiled firmware from https://github.com/espressif/esp-at/commit/fb54a93f52d27808baaa4ca166d4dfc76261977c to implement ETH support on my custom board ESP32 based. I already tested the HW with an Arduino firmware and hardware is on, the Ethernet...

Fix the missing link in /README.md Before fix, a clickable link "How_to_enable_ESP32_AT_Classic_Bluetooth.md" links to `docs/en/Compile_and_Develop/How_to_enable_ESP32_AT_Classic_Bluetooth.md` However, the existing file is `docs/en/Compile_and_Develop/How_to_use_ESP32_AT_Classic_Bluetooth.md` So, the link has been broken. It must be...

Hi, AT+SLEEP=2 (light sleep mode) still doesn't work. Could you please test it? //////////////////////////////////////////////////////////////////////////////////////// My AT commands: ready AT+SLEEPWKCFG=2,4,1 OK AT+CWJAP="XXXX","XXXXXX","XX:XX:XX:XX:XX:XX",1,0,9 WIFI CONNECTED WIFI GOT IP OK -> about 27mA...

Hi, We are encountering some troubles with the transparent mode of the ESP32-WROOM-32 AT firmware (v2.0). We are trying to use such a module to build an UARTWifi bridge through...