noble / bleno

A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals
MIT License
2.12k stars 447 forks source link

Not able to discover characteristics on Rpi Zero #395

Open Ollebolle opened 6 years ago

Ollebolle commented 6 years ago

Hey!

I am trying to run Bleno on my Rpi Zero and have gone through the entire readme, disabling bluetooth and making sure it is not running etc.

I am using LightBlue on my mac and running the bleno test code on the rpiz. I can discover the rpiz, connect to it and also discover services. But I cannot discover any characteristics.

I have also tried running the other examples (echo & pizza) to no avail.

This is what my LightBlue app looks like:

screen shot 2018-06-18 at 10 53 50

Any help would be greatly appreciated! :)

kei-sidorov commented 5 years ago

Same issue for me (RPi gen 2). I have tried to discover characteristics several times (by LightBlue on iPhone), in one case out of 10 or 15 I see my characteristics, but next time they disappears. Same code on my MacBook Pro work as well.