Hey guys,
I own a vr headset (oculus quest 2) and I also try to make some games/apps on unity in my free time for it. I was now wondering if it was possible to control a robot with a vr headset trough an app made in unity, on an android app connected to an arduino trous USB-C connection as shown in the picture
I'm new to arduino so I don't really know it's capabilities yet but I know it can do a lot. If the connections are possible I'll only need to find out how to program the app so the devices receive/send data to the arduino which on it's turn receives/Sends data to the android phone app which on it's turn receives/sends data that data to the vr headset.
I already know it's possible to connect an android phone to an arduino with a USB OTG connector(?). https://www.instructables.com/Control-an-Arduino-With-Android-and-USB/
And I also know it's possible to insert arduino capabilities into unity How to integrate Arduino with Unity - hardware work with software - YouTube
Also, I believe it's possible to create a VR compatible system in unity that will also be able to run on android. I'm just wondering how I will have to define the android and the vr and how I will make them send and receive data trough a wifi/4g connection with probably, a peer to peer network
So is there anyone who can allaborate on this further?