I am trying to send some very simple data from my Arduino Uno to an ESP32 and back again.
All I really need, is a very simple way of letting these two devices communicate.
I have seen some Youtube videos and read some articles, but they all seem a bit lacking. Does anyone know how to achieve two way communication between the two devices? Doesnt have to be anything fancy.
I have tried this exact code, but nothing happens. The text isn’t even displayed in the serial. I might have connected the wires wrong. I have connected pin 10 and 11 from the Arduino Uno to pin D14 and D15 on the ESP32.