-
I am on the lastest raspbian strect. node version 10.2.1
`pi@raspberrypi:~ $ npm install bleno
> usb@1.3.1 install /home/pi/node_modules/usb
> node-pre-gyp install --fallback-to-build
node-p…
-
I'm doing some tests with bleno installed on a Raspberry Pi, and i'm experiencing big issues with secure characteristics.
I can replicate this scenario with LightBlue on android and iPhone.
If i…
-
Thanks for the great module. Whenever I add the Ble interface to the config.js I get the following error. in the logs of pm2..ANy help is appreciated.
Error: Module version mismatch. Expected 50, g…
-
Hi,
I'm trying to install the bleno module for node 10.15.0 using either a `package.json` file or just by running the `npm install bleno` I'm getting the following error:
```
binding.target.mk…
-
Hi,
I'm facing the same issue as in [Issue 71](https://github.com/sandeepmistry/bleno/issues/71) and tried all the mentioned solutions.
Currently I am working withe BlueZ 5.41 (via Homepage), node v4.…
-
I have a Characteristic with an `indicate` property. When a central subscribes to it and I start sending data using the `updateValueCallback` property, I only get one indication back. Subsequent indic…
-
Hey Adrian, the example you have written uses the BLE module from grove, what I am really interested in is connecting Android/iphone devices to the intel edison using it's own BLE. I know there is one…
-
Hi, I try to run example on my raspberry pi zero w. I download project from git upload to RSP and run npm install. But I see this error
WARN deprecated mkdirp@0.3.0: Legacy versions of mkdirp ar…
-
When I double-click to select a Bluetooth device, btlejuice will report the following error:
[info] Discovering services and characteristics ...
buffer.js:434
length += list[i].length;
…
-
At the moment iam using bleno and have a problem.
My Problem is:
Currently I am starting ble with "hciconfig hci0 up" and I am closing it with "hciconfig hci0 down".
But when I am trying to reconne…