C.Lee Taylor

Results 141 comments of C.Lee Taylor

I might be wrong about the Oculus. Have you seen https://github.com/lemmingDev/ESP32-BLE-Gamepad/issues/135#issuecomment-1282469490

Seen it before, I think I have linked to in a few issues. Even got a few ideas from it. Looks cool, but BlueTooth is still a way off, I...

Between the BLE examples - https://github.com/raspberrypi/pico-examples and something like the PR https://github.com/bluekitchen/btstack/pull/209. I think Pico BLE gamepad is getting closer.

Hey @Mystfit , your fork does not have open issues, where is the best place to chat about some suggestions. I don't really want to message from within this repo....

Thanks @Mystfit , that is awesome. I will move my questions and PR into your repo. @lemmingDev I think we can point Xinput and multiple device question into https://github.com/Mystfit/ESP32-BLE-CompositeHID repo....

I don't think this is in, but would be awesome to have.

Something I have been thinking about doing, mostly because I don't know how good my coding or main loop would be. I see the [GP2040](https://github.com/FeralAI/GP2040) / [GP2040-CE](https://github.com/OpenStickFoundation/GP2040-CE) had some timing...

Been thinking about latency measurements and possible some sort of CI/CD for testing, to make sure we don't break anything. Was watching https://www.youtube.com/watch?v=82K3Pb0178g and this gave me an idea of...

Would it not be better to extended the library to use the ```Nordic UART Service (NUS)``` (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/bluetooth_services/services/nus.html#nordic-uart-service-nus) Like the BLE-UART example in both nimBLE and blueDriod libraries. Would need to...

I am having the same problem with a Black Pill (STM32F303CC) using ```stm32duino```. Any suggestions of how or where to look to try and fix?