chrvadala / node-ble

Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus
https://www.npmjs.com/package/node-ble
MIT License
310 stars 45 forks source link

"noble: unknown peripheral c44f3371766b, 183b, 2aa1 read!" Characteristics #24

Closed TIB28 closed 2 years ago

TIB28 commented 3 years ago

hello , I have trouble , i try to get characteristics from my BLE sensor: const characteristicMagneticFlux = await peripheral.discoverSomeServicesAndCharacteristicsAsync(['183b'], ['2aa1']);

but when i add an other characteristics like this : const characteristics2 = await peripheral.discoverSomeServicesAndCharacteristicsAsync(['183b'], ['2a19']);

I have an error like this

noble: unknown peripheral c44f3371766b, 183b, 2aa1 read! noble: unknown peripheral c44f3371766b, 183b, 2aa1 read!

Thanks for helping me.

chrvadala commented 2 years ago

I think that you posted on the wrong repo. This isn't noble project, but node-ble. https://github.com/noble/noble/blob/c4cd18a7a429bb832f6c4ca793be3faf9af884e9/lib/noble.js#L47