dwilches/Ardity

From Unity to Arduino

Othman1978 opened this issue · 2 comments

Hallo dear

thank you very much for your effort for the communication between Unity and Arduino.
now i have a question: i would like to create a switch in unity and when i press on switch, a led lamp should light up in arduino. can you give me idea.

Thanks in advance
Best regards
M.Othman

Hello M.Othman!

You will need to use bidirectional communication to be able to push data into the Arduino. Please take a look at the Read-Write code sample in this link.

Also, people from the University NYU Shanghai made a tutorial for bidirectional communication. Take a look at it here.

Regards.