nuimo-windows icon indicating copy to clipboard operation
nuimo-windows copied to clipboard

Windows application

Open NeilvdM opened this issue 8 years ago • 4 comments

Hi all, I have Nuimo I would love to use with my windows PC, which is my media server. I was quite disappointed to find out that there is no Windows app. I would like to know if there is any working windows app.

Thank you in advance!

Neil

NeilvdM avatar Nov 26 '16 17:11 NeilvdM

As you can see NeilvdM, we are completely alone here. Nuimo Windows seems to be a dead thing... I'm trying to develop my own solution for this, since otherwise we've paid to get a smooth dial we can use as a paper weight. If I'll come up with something I will post here.

Shame on them.

soffer avatar Feb 10 '17 15:02 soffer

I actually created a Windows app, but it was very hacky by using universal app Bluetooth assemblies in a native Windows program. Also i did a rewrite of the whole library in beforehand. Is there a new "proper" way to get the bluetooth libraries into a normal desktop app? Part of .Net Standard maybe?

SeidChr avatar Feb 10 '17 15:02 SeidChr

I really don't think so. sing the SDK and adding a few feature should be very simple to literate programmers in the Visual Studio environment, something I'm afraid I'm not...

I'll share later this weekend the stuff a friend has begun doing to bring all the proper elements together: The BT, the translation to Win operational triggers and so forth.

soffer avatar Feb 10 '17 15:02 soffer

I managed to use the Windows 10 BLE drivers from a desktop app by adding references to the Windows Runtime to my desktop app. It was prior to this SDK being released, so you may have trouble pulling in the NuGet package, but you could fork this repo and compile it yourself.

rprouse avatar Sep 15 '17 19:09 rprouse