Page 1 of 1

Simple AT command using ESP32-WROOM and usb/ttl connector

Posted: Fri Sep 13, 2024 1:24 pm
by momen_ahmed
I'm trying to test the AT commands with esp32-WROOM and usb/ttl ,
the connections : Tx of esp32 -> Rx of ttl
Rx of esp32 -> Tx of ttl
3.3v of esp32 -> 3.3v of ttl
GND of esp32 -> GND of ttl
EN pin of esp32 -> 3.3v
GPIO0 of esp32 -> 3.3v (for normal mode)
after that when I test a simple AT command that's what appears
WhatsApp Image 2024-09-13 at 16.19.06_53736b79.jpg
WhatsApp Image 2024-09-13 at 16.19.06_53736b79.jpg (108.84 KiB) Viewed 675 times
somethings related to booting while I expect normal "OK" response
any explanations for that ??