Page 1 of 1

"ESP32-C3-WROOM-02" module no response to AT commands

Posted: Fri Apr 14, 2023 1:16 pm
by nataut
Hi all

I'm working on a project that use the "ESP32-C3-WROOM-02" module. I followed the "ESP-AT User Guide" (downloaded from ESPRESSIF web site) but I can't communicate with AT commands (the module doesn't answer).

If I well understand, there is no specific firmware for "ESP32-C3-WROOM-02" module but is possible to use the one for "ESP32-C3-MINI-1" module, is this correct?

I programmed the "ESP32-C3-WROOM-02" using the "ESP32-C3-MINI-1" firmware but I don't get any response when I send the AT commands.

On the "ESP32-C3-WROOM-02" module is mounted the "ESP32-C3" device, correct? Are GPIO6 (RX) and GPIO7 (TX) the pins to send AT commands to "ESP32-C3" device?

Many thanks

Re: "ESP32-C3-WROOM-02" module no response to AT commands

Posted: Sat Apr 15, 2023 2:55 pm
by bidrohini
Are you using any serial port terminal app or sending AT commands using Arduino IDE?

Re: "ESP32-C3-WROOM-02" module no response to AT commands

Posted: Mon Apr 17, 2023 10:08 am
by nataut
I used several serial port terminal apps but not Arduino IDE.
Based on the "ESP-AT User Guide", the default UART1 configuration should be

115200 bps
1 stop bit
none Parity
RTS and CTS, both enabled

is it right?

ESP32-C3-WROOM-02 module is mounted on a my customized hardware that doesn't manage the RTS and CTS control signals, so I shorted to GND the CTS pin of the ESP32-C3 device. Even with this trick, I don't get any response

Re: "ESP32-C3-WROOM-02" module no response to AT commands

Posted: Mon Apr 17, 2023 12:11 pm
by esp-at
Here is the hardware connection layout, could you please take a look.
https://docs.espressif.com/projects/esp ... ction.html

if the issue still exists, please provide the logs of UART0 and UART1, and the hardware connection layout of yours, and the steps you did.
thanks.

~