How to transfer data from NodeMCU to Arduino Due and vice versa?

If I program the NodeMCU to receive some data over WiFi from a phone application, what are the different ways I can transfer that data to an Arduino Due as I need to use that data to run some motors using the Due. I have only been able to find examples of such communication for the Arduino UNO and I am not able to use those examples for the DUE as SoftwareSerial.h library is not working with my DUE. If someone can provide me with an example code for Due, that would be really helpful. Thank you.

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