Hans Bakker
Hans Bakker
The UWP Bluetooth APIs should be available to win32 applications as well, refer to https://blogs.windows.com/buildingapps/2017/01/25/calling-windows-10-apis-desktop-application/ and https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/bluetooth-dev-faq#can-i-access-these-apis-from-win32 for that. (I don’t know the specifics of your integration, so maybe you...
@soffer @NeilvdM isn’t it an idea to create a repository for it on GitHub?
@larsblumberg I would like to make a PR for it but this is something that is part of the release management of your NuGet package. What would you expect in...
@Inrego cool! it has some similarities (using DeviceWatcher) with my suggestion (see https://github.com/getsenic/nuimo-windows/issues/5)
@Inrego @larsblumberg according to https://blogs.windows.com/buildingapps/2017/01/13/new-bluetooth-features-in-creators-update-gatt-server-bluetooth-le/, pairing won't be needed anymore starting from the Windows 10 Creators Update (and said to be available as an insider build now, but I can't...
I now have a basic working version, but there are still lots of improvements to make.
Also, I asked Senic whether they can make a Nuimo firmware that will make it behave as a Surface Dial. This way Nuimo would profit from the integration groundwork that...
@eduardoagr this is a duplicate of https://github.com/CommunityToolkit/Maui/issues/1781 - @Axemasta is right in https://github.com/CommunityToolkit/Maui/issues/1783#issuecomment-2030510397. It's a but confusing for existing users of Axemasta's initial port of the TouchEffect or even of...
@tranb3r excuse me, I didn't pick up those points.
x64: - I reported the issue with `Microsoft.Toolkit.Uwp.UI.Animations` as https://github.com/windows-toolkit/Microsoft.Toolkit.Win32/issues/159. It might be related to https://github.com/windows-toolkit/Microsoft.Toolkit.Win32/issues/65. - on x64 it works if I remove the reference to `Microsoft.Toolkit.Uwp.UI.Animations` but that...