Code required for serial communication

Can someone please guide me with the code for serial communication between arduino nano and esp32?

Sure
What do you need to know?

None of the quarter million hits from a search for "serial communication between arduino nano and esp32" has what you want?

1 Like

I'm making a heart rate sensor so want to show my data over ubidots I am using arduino nano and esp32 I have used a unidirectional converter to match the voltage levels and using the pin d6 and d7 of nano as RX TX and pins RX0 and TX0 of ESP32 for the communication but I don't know what code I should be using.

I have not been able to find what I'm looking for yet.

I would recommend a solution that requires no code and no voltage converters for serial communication between nano and ESP32. Remove the Nano!

And Rx0 and Tx0 on a ESP32 is the programming port.

For what you are looking?

Shall we made the analyzis of the WWW search?

Is there a specific reason why the 'heart rate' monitor cannot be run on the ESP32 ?

I'm looking for the serial communication code for esp 32 and arduino nano

Yeah that's definitely a better idea, I didn't consider that earlier will try it asap.
Thank you <3

Read and understand post #3.

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