[In progress] Add BLE support #37
Replies: 4 comments 1 reply
-
Hi, I am interested in helping out. I suggest we use something like web bluetooth right away rather than eventually getting to using it. There is a very well maintained library in deno called deno-webbluetooth and since your library isn't heavily dependent on node specific features I'll see if it works out of the box with deno first. If you have any pointers on some documents/examples I could use to try and extend server / client would be great, otherwise I'm assuming its all in the C++ matter project. |
Beta Was this translation helpful? Give feedback.
-
Hi Adminy, Seems a good idea to use web bluetooth as our abstraction layer to access Bluetooth network, this will make it easier to make node-matter run into a browser! My recommendations to start on this:
I have already done the initial work to support other communication protocol. Let me know if you have any trouble or questions!
|
Beta Was this translation helpful? Give feedback.
-
As javierbarellano4v pointed out on another thread, Matter specs are now publicly available: https://csa-iot.org/developer-resource/specifications-download-request/ This will probably help you figure out how BLE is supported. |
Beta Was this translation helpful? Give feedback.
-
Hello guys, are there any updates on this? I'm really looking forward to use this library for a Node.js-based project :) |
Beta Was this translation helpful? Give feedback.
-
In Matter, BLE is widely used during the initial commissioning to discover the device and connect it on the WiFi network.
Tasks to do this:
Contributors:
Beta Was this translation helpful? Give feedback.
All reactions