Coder Social home page Coder Social logo

Comments (3)

Ugobyte avatar Ugobyte commented on July 22, 2024

I faced a similar issue. I'm able to Find Devices, Find Services and Find Characteristics.
But I cannot Subscribe to Characteristics.

I noticed I can only Subscribe to known Characteristics such as Battery, Serial Number, Model Number, Heart Rate, etc...
(These are the Characteristics listed in BLE Documentation)

However, I created my own custom Characteristic in my Little BLE Pet project. I can see my custom-made characteristics but I cannot subscribe to them.
I get BleWinrtDll.cpp:501 SubscribeCharacteristicAsync catch: The Attribute cannot be written to.

from blewinrtdll.

Ugobyte avatar Ugobyte commented on July 22, 2024

[SOLVED]

I got it to work. It has always worked.
When i do a BLEApi.SubscribeToCharateristic() It is successfully subscribing to my custom characteristics under the hood. The UI is just displaying error that isn't actually an error. Also, when i do a BLEApi.PollCharacteristics(), the bytes from my custom characteristics are coming in as well.

I'm guessing the BleWinrtDll.cpp:501 SubscribeCharacteristicAsync catch: The Attribute cannot be written to. error message probably means it does not know how to parse and display my custom characteristics.

from blewinrtdll.

ehauner avatar ehauner commented on July 22, 2024

This might be related to an issue I found where the characteristics dropdown in the Demo scene was not correctly hooked up to the SelectCharacteristic function in the Demo script, so it was always subscribing to the first characteristic regardless of your selection. See my post in #20 for more info.

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.