ble-serial icon indicating copy to clipboard operation
ble-serial copied to clipboard

a node-serialport implementation using BLE for sending and receiving serial data.

Results 6 ble-serial issues
Sort by recently updated
recently updated
newest added

Added optional 'filter' parameter to constructor to allow callee to ignore devices they don't want to connect to. The default behaviour is for the first available device to be used,...

more info here: https://github.com/rwaldron/johnny-five/issues/1335

Now that we have https://github.com/sandeepmistry/noble/blob/master/with-bindings.js it's possible to be specific about how noble is instantiated. This is particularly helpful for things like the noble-webbluetooth shim. Should we yank the dependency...

This module only works if you are sending data from a single component and the rate at which data is sent is >= the BLE connection interval (which is why...

I remove the 'else', and it work find. ![wechat_1466061895](https://cloud.githubusercontent.com/assets/8348504/16108588/8365d784-33d6-11e6-8a97-39bf292939ac.jpeg) Another problem is that i want it work in the browser, so i use gulp and browserify, but there is a...

These changes enable the use of the FIRMATA_BLE_LOCAL_NAME constant in StandardFirmataBLE (in bleConfig.h), which is especially useful if more than one device is active at the same time. If no...