-
-
Why are bleno and noble packages kept in `lib` dir? Are they modified somehow?
If not then I want to suggest adding them `package.json` as dependencies.
-
Hello Sandeep,
I am trying to build small demo system on a beaglebone green wireless that has Bluetooth 4.1. Here is my setup.
1. Application starts in peripheral mode with advt (using bleno).
2. A ce…
-
/home/pi/node_modules/bleno/lib/hci-socket/gatt.js:143
if (characteristic.properties.indexOf('read') !== -1) {
^
TypeError: Cannot read property 'indexOf…
-
Issue is created to have on one place instructions how to upgrade linino(https://github.com/arduino/linino) to make bleno(https://github.com/sandeepmistry/bleno) work.
1. upgrade bluetooth to latest v…
-
------------------------------------------------------------------
MAC=00:1a:7d:da:71:13, DevName=微信互联硬件, LocalName=WeChat BLE
------------------------------------------------------------------
on …
-
Testing with the 2.0.1RC2.1 JSON:
Arduino sketch:
```arduino
#include
void setup() {
Serial.begin(9600);
while (!Serial);
Serial.println("BLE Central - Read + Write test");
…
-
Similar to #516, but for write requests. We should also see if the same applies to `characteristic.subscribe()`.
Testing with the 2.0.1RC2.1 JSON:
Arduino sketch:
```arduino
#include
voi…
-
I am trying to run the echo example with the latest version of bleno, but when I attempt to pair it crashes:
```
node echo/main.js
bleno - echo
on -> stateChange: poweredOn
on -> advertisingSta…
-
Im developing a websocket version of bleno here.
https://github.com/jacobrosenthal/bleno/tree/websocket
This platform check doesnt work in that scenario so Im not successfully advertising.
https://g…