Adam Brunnmeier
Adam Brunnmeier
What kind of device is it? Are other BLE-devices shown in the scan listing? Did it work before?
Yeah, BleWinrtDll.dll should not be missing. Are you running the demo from the Unity Editor or from a Windows Standalone Export? The BleWinrtDll.dll should be right in the Assets folder,...
When I tried to run it on another computer than my development computer, I had to install the visual studio redistributable on that machine. But the error message also told...
It is sufficient to install the visual studio redistributable:
I'm currently creating a kind of [extended onscreen keyboard](https://github.com/adabru/eyeput) and need to decide on a protocol to communicate with talon. Thanks pokey and team for contributing your protocol to the...
Thanks @phillco for showing me that! @pokey: No, it's based on suspicion 🙈 If it's relevant enough I can try to measure it lateron 👍 My criteria would be around...
Back to unification: I compare following protocol implementations: [voicemacs talon client](https://github.com/jcaw/talon_config/blob/master/emacs/utils/voicemacs.py) [voicemacs emacs server](https://github.com/jcaw/voicemacs/blob/master/voicemacs-server.el) [cursorless emacs client](https://github.com/cursorless-everywhere/emacs-cursorless/blob/main/command-client.) [cursorless talon client](https://github.com/knausj85/knausj_talon/blob/main/apps/vscode/command_client/command_client.py) [cursorless vscode server delegation](https://github.com/pokey/command-server/blob/main/package.json#L42-L47) [cursorless vscode server next](https://github.com/cursorless-everywhere/sidecar/blob/main/src/commandServer.ts) [cursorless talon...
Hi @damhirgomez , you can call ```cs BleApi.SubscribeCharacteristic(selectedDeviceId, selectedServiceId, selectedCharacteristicId, false); ``` for each desired characteristic and check the `res.uuid` after the `BleApi.PollCharacteristic(out res, false)` call.
First I would try another Bluetooth dongle, they can greatly differ in their throughput. For my project I tried 3 different ones until the last one had the performance I'd...
Keeping the project/core siim seems nice to me. Still there are usecases where e.g. "deploy this nginx website" is very desirable for users. I'd also take ufw and hcloud into...