Arduino Nano & ESP-07 (ESP8266) communication problem
Posted: Wed Nov 13, 2019 10:08 am
Hello
I want to connect ESP to Arduino Nano, to send information via wifi fom arduino sensors. I want to use AT commands.
I've flashed the firmware - ESP8266_NONOS_SDK_V2.0.0_16_08_10. I have connected VCC and CH_PD to external 3.3V power supply, GND and GPIO15 -> GND, Tx -> Tx, Rx -> Rx with voltage divider to drop 5V -> ~3.3V.
I've plugged Arduino (with reset and ground connected) to computer and opened serial monitor. ESP gives me a message at baud 74880:
but it doesn't respond to any AT commands. Any help is appreciated
I want to connect ESP to Arduino Nano, to send information via wifi fom arduino sensors. I want to use AT commands.
I've flashed the firmware - ESP8266_NONOS_SDK_V2.0.0_16_08_10. I have connected VCC and CH_PD to external 3.3V power supply, GND and GPIO15 -> GND, Tx -> Tx, Rx -> Rx with voltage divider to drop 5V -> ~3.3V.
I've plugged Arduino (with reset and ground connected) to computer and opened serial monitor. ESP gives me a message at baud 74880:
Code: Select all
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x40100000, len 2408, room 16
tail 8
chksum 0xe5
load 0x3ffe8000, len 776, room 0
tail 8
chksum 0x84
load 0x3ffe8310, len 632, room 0
tail 8
chksum 0xd8
csum 0xd8
2nd boot version : 1.6
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user1 @ 1000
but it doesn't respond to any AT commands. Any help is appreciated