Arduino UNO and ESP8266 Serial Communication
This is the code on the ESP8266 side:
And this is the code on the Arduino side:
The Arduino is printing the 4's on the ESP serial monitor, but the ESP is not reading them, is like is avoiding all the code and goes straight to the monitor, justs prints there and do nothing.
I'm using Hardware Serial via RX and TX pins, with a level shifter in between. The Arduino is sending the numbers and the ESP is receiving them (but can't interact with them), so is not a wiring issue.
And this is the code on the Arduino side:
The Arduino is printing the 4's on the ESP serial monitor, but the ESP is not reading them, is like is avoiding all the code and goes straight to the monitor, justs prints there and do nothing.
I'm using Hardware Serial via RX and TX pins, with a level shifter in between. The Arduino is sending the numbers and the ESP is receiving them (but can't interact with them), so is not a wiring issue.
