- Home /
I want to receive gyroscope data from imu(arduino nano 33 iot) in andriod(made an apk from unity) using usb cable.
I am very new to Arduino but I had some experience in using Unity before but not with Unity Arduino thing.
I was able to get the data from Arduino to Unity (PC) using USB cable over COM port.
After doing lots and lots of research I found out that things are very different in case of Android (Especially when u r making apk's on Unity) and everyone has faced the same issue as me before, but I didn't found a single solution and what I found didn't make much sense to me.
I found "https://github.com/mik3y/usb-serial-for-android" this plugin but didn't understand how to integrate this with unity.
So anyone can guide me here? or has any solution?
Anything would be appreciated. Thanks
Comment