Any way to send message from ESP32 to Arduino UNO?

I am doing a project to retrieve data from AWS DynamoDB using ESP-32. I now need to send the data from ESP-32 to Arduino Uno via serial communication or any other possible means

Use Hard/Soft Serial Ports as per setup of Fig-1.


Figure-1:

Test Sketches:
Prepare sketches for both Arduinos, upload, and observe the outcomes. If works, it is fine; else, post the codes/sketches.

I recommend the Serial Input Basics tutorial. As suggested above, a logic level shifter is required to connect 3.3V and 5V devices. This one or similar will work well.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.