Arduino UNO + ESP8266-01 with Adapter

Hello. I need help with my project. I have Arduino UNO, ESP8226-01 and Adapter

First…
Esp is correctly flashed, tested with Arduino MEGA and with default sketch example Arduino MEGA + ESP8266 Wifi shield and used #define EspSerial Serial1 - - - works perfectly

And now the problem :confused:

I want use same ESP8226-01 with Adapter ( same connection as a MEGA ) but with Arduino UNO
Used default sketch for Arduino UNO + ESP8266 Wifi shield, using this :

#include <SoftwareSerial.h>
SoftwareSerial EspSerial(2, 3); // RX, TX
( I USED SoftwareSerial EspSerial(0, 1); because RX is on 0 and TX is on 1 UNO)
but serial monitor on 9600baud writes me:

[675] Connecting to bubu2_2.4G
[1690] ESP is not responding

Tried switching TX->RX RX–>TX and ESPSerial (2, 3 ) or (0, 1)
Any ideas please?
sorry for my bad english

I’ve got some :

  1. Use search feature of this forum - this topic (UNO + ESP shield) is a never ending story :disappointed_relieved:
  2. Post a full formatted code or at least header and setup() function if the rest is a mystery.

I’ve edited the tag for you: ‘Issues or errors’ is meant for developed software errors - not users issues and errors…

1 Like