ESP-WROOM-32 does not respond

danielkim
Posts: 3
Joined: Mon Nov 04, 2024 6:11 am

ESP-WROOM-32 does not respond

Postby danielkim » Mon Nov 04, 2024 6:59 am

Hello,

ESP-WROOM-32 does not respond for AT command even though ESP-AT has been built and flashed.

I've tried to flash AT firmware into the Kit.

But it does not respond to AT command via UART as well.

Is there any other thing is needed to activate ESP-AT for using this?

Please help here to use ESP-AT.

Thanks in advance.
Attachments
ESP-WROOM-32_ESP_AT.png
ESP-WROOM-32_ESP_AT.png (95.15 KiB) Viewed 1129 times

esp-at
Posts: 200
Joined: Mon May 09, 2022 3:00 am

Re: ESP-WROOM-32 does not respond

Postby esp-at » Wed Nov 06, 2024 3:20 am

It appears that the UART transmission from the ESP32 to the MCU is functioning well, but the transmission from the MCU to the ESP32 is not. Could you please check the following two items?
1. AT+GMR commands end with a new-line (CR-LF). (it should be two bytes, 0x0D 0x0A in ASCII, `\r\n` in MCU code)
2. Check your hardware connection according to https://docs.espressif.com/projects/esp ... -32-series

danielkim
Posts: 3
Joined: Mon Nov 04, 2024 6:11 am

Re: ESP-WROOM-32 does not respond

Postby danielkim » Tue Nov 19, 2024 6:24 am

Thanks a lot!!

It works by adding CR(\n) to end of AT command on Terminal side.

Who is online

Users browsing this forum: No registered users and 13 guests