Stephen Wicklund

Results 213 comments of Stephen Wicklund

Just hit this myself, and fixed it by deleting the .babelrc file. (I guess because react-native doesn't import a full version of the react babel transpiling module--or maybe it just...

There appear to be two hurdles involved here. The first is this: ``` Uncaught (in promise) DOMException: GATT operation failed for unknown reason. ``` A variant of this seems to...

For context, I am aware of five repositories where the author has successfully connected the GearVR controller to custom code: (will update this post if I find more) 1) https://github.com/jsyang/gearvr-controller-webbluetooth...

@andikay You saved us! :D I had given up on the web-bluetooth approach, but your two observations above put me over the hurdle. The web demo is now working completely...

> I just saw that you changed it back to the ArrayBuffer 👍 . Yeah, I made that mistake of slicing `eventData` at first, but noticed something was wrong when...

@andikay Ah okay; I don't know what it's for then. Let us know if you find out, and/or how to stabilize/correct the inferred controller rotation. I thought I'd also mention...

> I believe that the disableBT->reenableBT->unpair is related to the controller itself and not the driver. If it's related to the controller itself (and not the driver/bluetooth-stack), then why is...

Interesting. Have you confirmed that the Bluetooth connection through that DLL works, even with Bluetooth disabled in the Windows settings? (as this would confirm that it's not using parts of...

The optimization in the linked stackoverflow page (https://stackoverflow.com/a/75105382) was applied, and did help a lot. That said, having a view on top of that improved performance further (in some cases),...

Note that if you want the popup window to be centered on the screen, you can replace the `specs` variable with this: ``` var width = 470, height = 580;...