Coder Social home page Coder Social logo

Comments (5)

kisstherain8677 avatar kisstherain8677 commented on July 22, 2024 3

Thanks for your explaination! I tried to change the type of function bool SubscribeCharacteristic(wchar_t* deviceId, wchar_t* serviceId, wchar_t* characteristicId, bool block)from bool to void,and it works now.

from blewinrtdll.

adabru avatar adabru commented on July 22, 2024

To further investigate you can install Visual Studio Community with C++ Desktop and UWP components., modify the UUIDs in DebugBle/Program.cs and run the DebugBle program.

If it also crashes there, you can download and run the Microsoft's Bluetooth Low Energy sample and see whether that works out. If the demo works, it should be fixable in this repo.

from blewinrtdll.

kisstherain8677 avatar kisstherain8677 commented on July 22, 2024

To further investigate you can install Visual Studio Community with C++ Desktop and UWP components., modify the UUIDs in DebugBle/Program.cs and run the DebugBle program.

If it also crashes there, you can download and run the Microsoft's Bluetooth Low Energy sample and see whether that works out. If the demo works, it should be fixable in this repo.

Sry, I think you misunderstand my issue. Your demo works just fine(I can conncet to my BLE device and receive data). The problem is that I copy your script to a MRTK UGUI, and though I can get the correct device, service and characteristics UUIDs, my unity crashes while I press the Subscribe button(Actually, it crashes while it is running SubscribeCharacteristic(string deviceId, string serviceId, string characteristicId, bool block)). However, I change nothing in the script, so I wonder if the issue is that the code in the BleWinrtDll Unity\Assets\BleWinrtDll.dll cannot be applied in MRTK UGUI?

from blewinrtdll.

adabru avatar adabru commented on July 22, 2024

Thanks for correcting me! It could theoretically be that not all UWP-functionality is available on the mixed reality platform or that it works subtly differently. I'm not familiar with the mixed reality platform but according to this microsoft article, one should be able to run a UWP application on the mixed reality headset:

Windows Mixed Reality lets your users see holograms as if they're right around them in the physical and digital world. At its core, both HoloLens and the Desktop PCs you attach immersive headset accessories to are Windows 10 devices. You're able to run almost all Universal Windows Platform (UWP) apps in the Store as 2D apps.

I guess to check out whether the UWP-BLE-Api, more specifically the subscribe function, is applicable on the platform one could compile Microsoft's Bluetooth Low Energy sample as UWP-app and run it on the headset.

If scanning services and characteristics works, the only additional UWP/winrt functions that are called for subscription are characteristic.WriteClientCharacteristicConfigurationDescriptorAsync and characteristic.ValueChanged (BleWinrtDll.cpp#L482-L504).

from blewinrtdll.

playg8 avatar playg8 commented on July 22, 2024

谢谢你的解释!我试图将函数的类型bool SubscribeCharacteristic(wchar_t* deviceId, wchar_t* serviceId, wchar_t* characteristicId, bool block)从 bool 更改为 void,它现在可以工作了。

Thanks for sharing!

from blewinrtdll.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.