-
Hi, not sure where to file this issue but this seems like the best place. We're using bleno in an iot project at my company and noticed a problem connecting to our devices specifically when using v0.5…
-
I use bleno to emulate a BLE device, which writes values on a characteristic as data packets.
When I switched to Mojave, I started using bleno-mac, and my emulator stopped working.
The only output…
-
Using two vm, both Ubuntu 16.04 os, on two different laptops.
On both machines everything seems fine but when I try to connect to a device the loading continues and on the host terminal it stops at […
-
Using Noble & Bleno,
`Noble's Peripheral Connection event` emits Bleno's accept event.
I think this is quite wrong circumstance.
Cause Event with
`Central *connect* to Peripheral (Noble)` an…
-
I'm trying this fork because the sandeepmistry version never starts advertising. I was hoping this version would work.
I am running Mojave.
It seems to run without errors. I'm not sure I instal…
-
I use two RPI3, one with noble and one with bleno.
I start RPI noble and RPI bleno -> It's OK connection work
I stop RPI bleno -> It's OK RPI noble tell me "disconnect"
I start again RPI Bleno -> …
-
Is it possible to do pairing/bonding with this bleno fork? I found that there are "secure" properties for characteristics. But whenever my android phone tries to bond with bleno running on my raspis (…
-
I'm trying to build a Eddystone beacon that hosts it's own Web Bluetooth based control interface.
The Web Bluetooth API lets me filter BLE devices either by name prefix or advertised services. At the…
-
I'm currently using OS X Catalina
When running var blue = require("bluetooth") I get the following error
Thrown:
Error: Cannot find module 'xpc-connection'
Require stack:
- /Users/chris/node_mod…
-
bleno.on('stateChange', function(state) {
console.log('on -> stateChange: ' + state);
if (state === 'poweredOn') {
console.log('start advertising');
bleno.star…