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
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