Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web bluetooth nodes #69

Open
monteslu opened this issue Jul 2, 2016 · 0 comments
Open

web bluetooth nodes #69

monteslu opened this issue Jul 2, 2016 · 0 comments

Comments

@monteslu
Copy link
Owner

monteslu commented Jul 2, 2016

Now that the noble shim is almost ready (noble/noble#238) , we should put together input and output nodes for WebBluetooth.

Will need a config node that you specify a UUID or service name, and probably a button handle the startScanning method.

The output should be straightforward. Maybe use a button to list the services from the selected BLE device, select a service, then select a characteristic that is capable of being written to. On input it can take a payload of string or array or Buffer, and write it to the characteristic.

The input node will be on a characteristic that is capable of read or notify. If it's a notify characteristic it will only have an output connector. If its a read characteristic it will have an input that will then pass the read value along as a payload of type Buffer.

here's the icon for the nodes: http://fontawesome.io/icon/bluetooth-b/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant