CybershoesVR

Results 13 comments of CybershoesVR

As far as we understand, attaching scripts is only possible with a custom client. We followed aelatgt/hubs-scripting-guide and merged all recent commits. Maybe this: https://github.com/mozilla/hubs/blob/f856e60dd9bab4a0aff063028390a3021156d1f3/src/network-schemas.js#L100 and ideed, there is code...

Added in "#static-controlled-media" template of network-schemas.js (LINE199): ``` { component: "media-video", property: "src" }, { component: "media-image", property: "src" }, ``` But this had no effect. Please see a video...

Today we have the same issue as @remsurge **It worked on July 7th 2022 with the following configuration:** Meta Quest2 + ESP32-C with libraries NimBLE 1.38 and ESP32-BLE-gamepad 4.1 Meanwhile...

PS: maybe related: https://github.com/h2zero/NimBLE-Arduino/issues/464

I tried a few security settings but decided it'll be better to **debug** my Meta Quest2 with Oculus Developer Hub https://developer.oculus.com/downloads/native-android/ , since I have a gamepad here that works...

same here. On PC reconnect works, but on Quest2 does not work. I also use the ESP32-BLE-Gamepad library https://github.com/lemmingDev/ESP32-BLE-Gamepad It did work in summer, but now, not anymore.

Thank you but this did not work. I tried a few other setting but decided it'll be better to go with debugging as @h2zero suggested. from the log: **GamePadPlus V3**...

yes, I did that as you see below. I am using NimBLE 1.38 with ESP32-BLE-Gamepad 0.5.1, because using NimBLE 1.40 makes my ESP32-C crash. ``` void BleGamepad::taskServer(void *pvParameter) { BleGamepad...

reconnecting our Cybershoes gives an **encryption failed**: ``` 15:55:28.310 1683 1704 D BluetoothGattServer: onConnectionUpdated() - Device=34:B4:72:00:A1:D6 interval=9 latency=0 timeout=600 status=0 15:55:28.356 1412 2092 W bt_btif : btif_gatt_set_encryption_cb() - Encryption failed...

also no success with: ``` NimBLEDevice::setSecurityAuth(true, true, true); NimBLESecurity *SECURITY_MANDATORY = new BLESecurity(); /** * @brief Set requested authentication mode * @param [in] auth_req A bitmask containing one or more...