-
`npm audit`
https://www.npmjs.com/advisories/534
-
OS: Mac OS 10.14.5
Node: 12.4
I used the Node.js example:
```
const noble = require('noble');
const bluetooth = require('bleat').webbluetooth;
const { MUSE_SERVICE, MuseClient } = require('m…
-
Is there any new info about how I should use HID devices over Bluetooth? It seems oh so very reasonable to use the HID protocol to do a million different things, many of which have nothing to do with …
-
From what I've gleaned from Mozilla's documentation it seems there is some access to bluetooth, but it's limited and doesn't work for mobile.
Regardless, I'm interested in the possibility of using …
-
First, apologies for filing an issue when what I have is clearly a user question.
I have a Carrera D132 with CU v3.30. I bought a [FT232 adapter](https://stak.com/USB_to_TTL_Serial_Adapter__FTDI_FT…
-
I have a suggestion that would greatly enhance Web Bluetooth security.
A key use case for Web Bluetooth is to create a communication channel between a web application and a mobile application. By …
-
We need a standard YAML config file with the following options
- Device Blacklist (devices to ignore)
- Explicit Device Port mappings (serial ports, etc...)
- Automated Check for Updates
- Autom…
-
単なる願望ですが・・
-
Hey,
I'm trying to connect an iPhone with an Bluetooth LE Mouse. (extract):
**_{
"properties": [
"Read",
"Write",
"Notify"
],
"isNotifying": false,
…
rodie updated
5 years ago
-
`XRSessionInit` takes a sequence of DOMString but wouldn't it be better if it takes an enumeration? There's a predefined set of allowed values so it seems it should be restricted to those.
I think …