Hardware Connection¶
ESP32 Series¶
ESP32 AT uses two UART port, UART0 is to download firmware and print background logs when running, UART1 is to send AT commands and receive AT responses. Different ESP32 modules use different GPIOs as UART1, so please pay attention to the hardware connection, and download the corresponding AT firmware to your specific ESP32 module.
Follow the guide Details of establishing serial connection, to establish your serial connection.
More details of ESP32 modules.
ESP32-WROOM-32 Series¶
Please refer to the data sheet, to get more details about ESP32-WROOM-32.
avatar
ESP32-WROVER-32 Series¶
Please refer to the data sheet, to get more details about ESP32-WROVER-32.
avatar
ESP32S2 Series¶
ESP32S2 AT uses two UART port, UART0 is to download firmware and print background logs when running, UART1 is to send AT commands and receive AT responses.
Follow the guide Details of establishing serial connection, to establish your serial connection.
More details of ESP32S2 modules.
Please refer to the data sheet, to get more details about ESP32-S2-WROOM.
avatar
ESP8266 Series¶
ESP8266 AT uses two UART port, UART0 is to download firmware and send AT commands and receive AT responses, UART1 is to print background logs. The official module of ESP8266 is ESP-WROOM-02D。
More details about ESP8266 module.
Hardware connection of ESP8266 module. avatar
Please refer to the data sheet, to get more details about ESP8266 module.