amdybak Posted May 6, 2018 Share Posted May 6, 2018 Hi, I'm a Unity dev with only limited Android experience. I'm looking to build an app that needs to communicate with various external sensors and actuators (so - two way comms). The hardware guy wants to use OSC over WiFi as the channel. I imagine this is fairly straightforward on a normal Android device. Is there anything about the environment that Vivve Focus apps run in that might make this tricky? Do you have the same access to Android platform features that a phone app would have? (obviously - assuming the hardware for those features actually exists on the Focus) Link to comment Share on other sites More sharing options...
Tony PH Lin Posted May 7, 2018 Share Posted May 7, 2018 Yes, Focus like other Android devices has capabilities to connect with BT/USB external accessories. But in commerial ROM, we disable BT setting to avoid user error to cause controller disconnect. You can firstly enable developer mode (like Android devices) to use ADB command to enable BT for connectivity. Be always noted to include permission code when you need to access BT/USB on your application. You can also refer to "Permission Manager" sample code in the document if you'd like to see permission in VR. Link to comment Share on other sites More sharing options...
spencercap Posted July 3, 2018 Share Posted July 3, 2018 I'm also interested in OSC integration with the VIVE Wave SDK. Would including this JavaOSC lib be recommended? https://www.illposed.com/software/javaoscdoc/ Link to comment Share on other sites More sharing options...
Tony PH Lin Posted July 4, 2018 Share Posted July 4, 2018 Hi , Sorry I can't access this link and receive 404 Error. Is this required membership or anything else? Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now