esp-01 not responding to AT Commands with arduino
Posted: Thu Nov 07, 2019 10:48 pm
K so I just got my esp module and tried to connect it to my pc with an arduino zero with no program loaded
my pin connection went as follows:
esp zero
rx => rx
tx => tx
GPIO 0 => GND
GPIO 1 =X
RST =X
CH-PD => 3.3
VCC => 3.3
GND => GND
when I tried to send "AT" I got no response on 9600 baud and 115200 Baud the only data I got was on 74880
and that was this
I even tried it on the arduino uno with the same result.
Any help would be appreciated Thanks
my pin connection went as follows:
esp zero
rx => rx
tx => tx
GPIO 0 => GND
GPIO 1 =X
RST =X
CH-PD => 3.3
VCC => 3.3
GND => GND
when I tried to send "AT" I got no response on 9600 baud and 115200 Baud the only data I got was on 74880
and that was this
Code: Select all
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x40100000, len 2592, room 16
tail 0
chksum 0xef
load 0x00000000, len 0, room 8
tail 0
chksum 0xef
load 0x00000000, len 0, room 0
tail 0
chksum 0xef
csum 0xef
csum err
ets_main.c
I even tried it on the arduino uno with the same result.
Any help would be appreciated Thanks