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

Unable to pull GATT Characteristics #62

Open
bartstech opened this issue Aug 8, 2022 · 1 comment
Open

Unable to pull GATT Characteristics #62

bartstech opened this issue Aug 8, 2022 · 1 comment

Comments

@bartstech
Copy link

Hi,

I'm using your BLE node to try and connect to a i-Syst BluePyro module (uses Nordic nRF52832). BTW your node has been the most clearly developed node, along with the tutorial. Bar none above the rest of the nodes in Node-Red and I've pretty much tried them all.
Everything works fine up until pulling GATT Char. Scan sees the module, pulls the MAC etc.
It dies and then generates the below error.
If I use bluetoothctl, I'm able to see the services just fine, so I'm not sure where the problem is.

/__bledev/cbabcc493ee2 err:Error: Missing Peripheral Device
=>Error: Missing Peripheral Device
at Peripheral.a (/home/pi/.node-red/node_modules/node-red-contrib-generic-ble/dist/generic-ble.js:217:31)
at Object.onceWrapper (events.js:420:28)
at Peripheral.emit (events.js:314:20)
at PeripheralRemovableNoble.Noble.onDisconnect (/home/pi/.node-red/node_modules/@abandonware/noble/lib/noble.js:245:16)
at BluezBindings.emit (events.js:314:20)
at ProxyInterface. (/home/pi/.node-red/node_modules/node-red-contrib-generic-ble/dist/noble/lib/bluez/noble/lib/bluez/bindings.js:623:18)
at ProxyInterface.emit (events.js:314:20)
at EventEmitter.$listeners. (/home/pi/.node-red/node_modules/dbus-next/lib/client/proxy-interface.js:108:17)
at EventEmitter.emit (events.js:314:20)
at handleMessage (/home/pi/.node-red/node_modules/dbus-next/lib/bus.js:118:23)
at EventEmitter. (/home/pi/.node-red/node_modules/dbus-next/lib/bus.js:147:...

@bartstech
Copy link
Author

I retract this. All of a sudden it started working. No clue why?!

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

No branches or pull requests

1 participant